mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-23 18:14:59 +02:00
Fix input for screenshot module
This commit is contained in:
@@ -224,13 +224,13 @@ class ScreenShot:
|
||||
'general': [
|
||||
{
|
||||
"banner": "aquatone",
|
||||
"cmd": f"cat $WORKSPACE/fingerprint/success-http-$OUTPUT.txt | $GO_PATH/aquatone -threads {threads} -out $WORKSPACE/screenshot/$OUTPUT-aquatone",
|
||||
"cmd": f"cat $WORKSPACE/probing/http-$OUTPUT.txt | $GO_PATH/aquatone -threads {threads} -out $WORKSPACE/screenshot/$OUTPUT-aquatone",
|
||||
"output_path": "$WORKSPACE/screenshot/$OUTPUT-aquatone/aquatone_report.html",
|
||||
"std_path": "$WORKSPACE/screenshot/std-$OUTPUT-aquatone.std"
|
||||
},
|
||||
{
|
||||
"banner": "gowitness",
|
||||
"cmd": f"$GO_PATH/gowitness file -s $WORKSPACE/fingerprint/success-http-$OUTPUT.txt -t {threads} --log-level fatal --destination $WORKSPACE/screenshot/raw-gowitness/ --db $WORKSPACE/screenshot/gowitness.db",
|
||||
"cmd": f"$GO_PATH/gowitness file -s $WORKSPACE/probing/http-$OUTPUT.txt -t {threads} --log-level fatal --destination $WORKSPACE/screenshot/raw-gowitness/ --db $WORKSPACE/screenshot/gowitness.db",
|
||||
"output_path": "$WORKSPACE/screenshot/gowitness.db",
|
||||
"std_path": "",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user