Update web-fodder.il

This commit is contained in:
Michael Skelton
2019-08-23 00:20:00 +10:00
committed by GitHub
parent 6763df4c33
commit 6655d29b1d

View File

@@ -5,5 +5,11 @@ mkdir _output_/_target_/loot
touch _output_/_target_/notes.txt
_block:file-creation_
_blocker_
nikto --host _target_ | tee _output_/_target_/scans/nikto-_target_.txt
sslscan _target_ | tee _output_/_target_/scans/sslscan-_target_.txt
_block_
echo "running Nikto scan on _target_"
nikto --host _target_ > _output_/_target_/scans/nikto-_target_.txt
_block_
_block_
echo "running SSLScan on _target_"
sslscan _target_ > _output_/_target_/scans/sslscan-_target_.txt
_block_