2020-02-23, 07:02 PM
<div style="color:rgb(26,26,27);">
What am i doing wrong here?
usage: ****** [-h] [-t USER_TARGETS [USER_TARGETS ...]]
[-u USER_URLS [USER_URLS ...]] [-q USER_QUERY] [--loose]
[-c CONFIG_FILE [CONFIG_FILE ...]] [-o OUTPUT_FILE]
[-bc BC_PATH] [-sk] [-k CLI_APIKEYS [CLI_APIKEYS ...]]
[-lb LOCAL_BREACH_SRC [LOCAL_BREACH_SRC ...]]
[-gz LOCAL_GZIP_SRC [LOCAL_GZIP_SRC ...]] [-sf]
[-ch [CHASE_LIMIT]] [--power-chase] [--hide] [--debug]
[--gen-config]
******: error: argument -o/--output: expected one argument
root@kali:~# ****** -o -t fakeuser@yahoo.com -bc /home/kali/Desktop/
root@kali:~# ****** -t fakeuser@yahoo.com -bc /home/kali/Desktop/ -o
I get the same error message with the -o in either spot. I was modeling this after some tutorials where they had other flags, although not the -o, and it worked from what I could tell so I just replaced theirs with the -o.
Any help would be great.
Thanks in advance!!!
</div>