Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)