Cisco ASA CVE-2018-0101 PoC script.# About
Cisco ASA CVE-2018-0101 PoC script.
# [Description](https://github.com/MikeHorn-git/CVE-2018-0101#resources)
A vulnerability in the Secure Sockets Layer (SSL) VPN functionality of the Cisco Adaptive Security Appliance (ASA) Software could allow an unauthenticated, remote attacker to cause a reload of the affected system or to remotely execute code.
# Installation
```bash
git clone https://github.com/MikeHorn-git/CVE-2018-0101.git
cd CVE-2018-0101/
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```
# Usage
```bash
usage: CVE-2018-0101.py [-h] -u URL [-p PORT]
Cisco ASA CVE-2018-0101 PoC script.
options:
-h, --help show this help message and exit
-u URL, --url URL Target URL
-p PORT, --port PORT Port Number (default: 80 for http, 443 for https)
```
# Resources
* [ExploitDB](https://www.exploit-db.com/exploits/43986)
* [Nist](https://nvd.nist.gov/vuln/detail/CVE-2018-0101)
* [Pastebin](https://pastebin.com/YrBcG2Ln)
Log in to view the POC file snapshot cached by Shenlong Bot
Log in to view