six2dez / reconftw

reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
MIT License
5.72k stars 926 forks source link

Html report #36

Open six2dez opened 3 years ago

six2dez commented 3 years ago

Nice and easily readable final html report

bileltechno commented 3 years ago

Bootstrap Studio may be suseful.

bileltechno commented 3 years ago

Bootstrap Studio is not Free 💶💸

bileltechno commented 3 years ago

Dashio Template https://bestfreehtmlcsstemplates.com/templates/42/dashio-a-free-bootstrap-admin-template

six2dez commented 3 years ago

lazyrecon by nahamsec has custom html report feature maybe we can take a look

bileltechno commented 3 years ago

ALready seen, They add html code via the main.sh script which complicate the maintenace. My Idea is to create a static folder with a html template and JS functions to read outputs.txt and render them properly.