From f55d8e971d908a481ee7930983d38aa8ce8019a7 Mon Sep 17 00:00:00 2001 From: nex Date: Sat, 3 Jun 2023 15:04:18 +0100 Subject: [PATCH] Update sherlock command --- cogs/other.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cogs/other.py b/cogs/other.py index 59ae239..1c6c751 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -1570,17 +1570,15 @@ class OtherCog(commands.Cog): "-v", f"{tempdir}:/opt/sherlock/results", "sherlock", - # "--verbose", + "--folderoutput", "/opt/sherlock/results", "--print-found", - # "--no-color" + "--csv" ] if search_nsfw: command.append("--nsfw") if use_tor: command.append("--tor") # Output to result.csv - command.append("--csv") - command.extend(["-fo", "/opt/sherlock/results"]) # Username to search for command.append(username) # Run the command