secureCodeBox / engine

Part of the deprecated secureCodeBox v1, see secureCodeBox/secureCodeBox Repo for v2
Apache License 2.0
8 stars 7 forks source link

nmap-nikto: Blackboxtest all HTTP(s) services, optional list with ports to scan by nikto #147

Closed fuhrmeistery closed 4 years ago

fuhrmeistery commented 4 years ago

Adding JUnit 5 I was refactoring the TransformListener to use a List of Ports that need to be scanned by nikto if open. I changed the input form for this scan to make it possible to specify relevant ports for each target If no Ports a specified the Listener will fallback to 80, 443, 8080 and 8443 I also added an option to blackbox scan all HTTP(s) services found by nmap

J12934 commented 4 years ago

@fuhrmeistery is this ready for review yet?

fuhrmeistery commented 4 years ago

@J12934 should be ready to review.