We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6763df4 commit 6655d29Copy full SHA for 6655d29
examples/web-fodder.il
@@ -5,5 +5,11 @@ mkdir _output_/_target_/loot
5
touch _output_/_target_/notes.txt
6
_block:file-creation_
7
_blocker_
8
-nikto --host _target_ | tee _output_/_target_/scans/nikto-_target_.txt
9
-sslscan _target_ | tee _output_/_target_/scans/sslscan-_target_.txt
+_block_
+echo "running Nikto scan on _target_"
10
+nikto --host _target_ > _output_/_target_/scans/nikto-_target_.txt
11
12
13
+echo "running SSLScan on _target_"
14
+sslscan _target_ > _output_/_target_/scans/sslscan-_target_.txt
15
0 commit comments