Update sherlock command

This commit is contained in:
Nexus 2023-06-03 14:49:57 +01:00
parent a6cae72997
commit bc6acf52a4
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -1578,7 +1578,8 @@ class OtherCog(commands.Cog):
if use_tor:
command.append("--tor")
# Output to result.csv
command.extend(["--csv", "/opt/sherlock/results/result.csv"])
command.append("--csv")
command.extend(["-fo", "/opt/sherlock/results"])
# Username to search for
command.append(username)
# Run the command