https://github.com/netspi/asa_tools
Verification tools for CVE-2016-1287
https://github.com/netspi/asa_tools
Last synced: 11 months ago
JSON representation
Verification tools for CVE-2016-1287
- Host: GitHub
- URL: https://github.com/netspi/asa_tools
- Owner: NetSPI
- Created: 2016-09-08T19:43:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T20:25:40.000Z (about 9 years ago)
- Last Synced: 2025-04-04T12:04:15.651Z (12 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 33
- Watchers: 51
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cisco ASA RCE Verification
This script can be used to verify the presence of CVE-2016-1287.
It requires python3 and the python hexdump module to be installed
```
$ sudo pip3 install hexdump
```
It can be run as follows
```
python3 cisco-asa.py IP.IP.IP.IP:port
```