Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nallamuthu/Ascan
Python script to perform nmap, header, ssl, cipher, certificate scan
https://github.com/nallamuthu/Ascan
automated automation certificate header nmap python scanner ssl sslyze testssl
Last synced: about 2 months ago
JSON representation
Python script to perform nmap, header, ssl, cipher, certificate scan
- Host: GitHub
- URL: https://github.com/nallamuthu/Ascan
- Owner: nallamuthu
- Created: 2020-04-29T10:39:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T09:37:27.000Z (over 2 years ago)
- Last Synced: 2024-02-13T21:17:32.518Z (10 months ago)
- Topics: automated, automation, certificate, header, nmap, python, scanner, ssl, sslyze, testssl
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :a: Ascan :a:
Script take IP's as input from the text file and perform the scans. Tools generated output are stored and final summary is stored in database and Excel
## Pre-requisite:
* pip install -r requirements.txt
* NMAP (apt install nmap)
* TESTSSL.SH (apt install testssl.sh)## Scanners:
* NMAP - Top ports Scan
* SSLYZE - SSL Vulnerability Scan
* TESTSSL - Weak Ciphers Scan
* HEADER - HTTP Security Headers Scan
* CERTIFICATE - Certificate Scan## Execution:
* python main.py -i ip_file.txt## Output
* Sqlite DB File
* Excel File
* Zip File (Contains - DB, Excel and all the tool output)