Skip to content

Commit 6655d29

Browse files
authored
Update web-fodder.il
1 parent 6763df4 commit 6655d29

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

examples/web-fodder.il

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@ mkdir _output_/_target_/loot
55
touch _output_/_target_/notes.txt
66
_block:file-creation_
77
_blocker_
8-
nikto --host _target_ | tee _output_/_target_/scans/nikto-_target_.txt
9-
sslscan _target_ | tee _output_/_target_/scans/sslscan-_target_.txt
8+
_block_
9+
echo "running Nikto scan on _target_"
10+
nikto --host _target_ > _output_/_target_/scans/nikto-_target_.txt
11+
_block_
12+
_block_
13+
echo "running SSLScan on _target_"
14+
sslscan _target_ > _output_/_target_/scans/sslscan-_target_.txt
15+
_block_

0 commit comments

Comments
 (0)