Skip to content

steven1664/sslscan_Reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sslscan_Reporter

Create Word Output for SSLScans

Usage

Perform a scan for a specific host

python3 sslscan_Reporter.py -i 192.168.1.100:443

Perform a scan based on hosts listed in a file, no cert info is displayed with an outfile specified

python3 sslscan_Reporter.py -f hosts.txt -n -o ./fileScan_nocertinfo.docx

Perform a scan based on nmap XML output in two different files with an outfile specified

python3 sslscan_Reporter.py -x nmapscan1.xml nmapscan2.xml -o ./nmapScan_Output.docx

About

Create Word Output for SSLScans

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages