mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-16 22:34:24 +01:00
Update web-fodder.il
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user