Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikehorn-git/cve-2018-0101
- Owner: MikeHorn-git
- Created: 2024-10-21T12:56:35.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:13:43.000Z (28 days ago)
- Last Synced: 2024-10-21T23:28:36.432Z (27 days ago)
- Topics: cisco, cisco-asa, cve
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)