mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-18 07:14:20 +01:00
9 lines
311 B
Plaintext
9 lines
311 B
Plaintext
_block:file-creation_
|
|
mkdir -p _output_/_target_/scans
|
|
mkdir _output_/_target_/exploit
|
|
mkdir _output_/_target_/loot
|
|
touch _output_/_target_/proof.txt
|
|
_block:file-creation_
|
|
nikto --host _target_ | tee _output_/_target_/scans/nikto-_target_.txt
|
|
sslscan _target_ | tee _output_/_target_/scans/sslscan-_target_.txt
|