Skip to content

Commit

Permalink
Fix call to mass_smuggler
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-nur committed Apr 16, 2020
1 parent 669e920 commit a88d740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crimson_recon.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
os.remove(premutations)

print ("Checking for http request smuggling")
process = subprocess.run(["mass_smuggler.sh "+subDomainResults],
process = subprocess.run(["./mass_smuggler.sh "+subDomainResults],
shell=True,
stdout=subprocess.PIPE,
universal_newlines=True)
Expand Down

0 comments on commit a88d740

Please sign in to comment.