FaceBoom icon indicating copy to clipboard operation
FaceBoom copied to clipboard

error

Open nithinjujuri opened this issue 2 years ago • 1 comments

================================= [---] FaceBoom [---]

[---] BruteForce Facebook [---]

[---] CONFIG [---]

[>] Target :> [email protected] [>] Wordlist :> /usr/share/wordlists/rockyou.txt.gz [>] ProxyStatus :> [OFF]

[~] Brute ForceATTACK: Enabled [~]

Traceback (most recent call last): File "faceboom.py", line 274, in Main() File "faceboom.py", line 243, in Main with open(wordlist, 'r', errors='replace') as f: TypeError: 'errors' is an invalid keyword argument for this function

nithinjujuri avatar Jul 22 '21 07:07 nithinjujuri

Hello @nithinjujuri

first please update the script using

python faceboom.py --update

then you have to unzip the wordlist first, to do that run this command

gzip -d /usr/share/wordlists/rockyou.txt.gz

then try again using python faceboom.py -t [email protected] -w /usr/share/wordlists/rockyou.txt

Oseid avatar Jul 23 '21 08:07 Oseid