Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikehorn-git/cve-2018-0101

Cisco ASA CVE-2018-0101 PoC script.
https://github.com/mikehorn-git/cve-2018-0101

cisco cisco-asa cve

Last synced: about 11 hours ago
JSON representation

Cisco ASA CVE-2018-0101 PoC script.

Awesome Lists containing this project

README

        

# 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)