We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbd578d + 57c23df commit f2afe65Copy full SHA for f2afe65
brute.py
@@ -1,3 +1,4 @@
1
+"""
2
import requests
3
import sys
4
import os
@@ -72,3 +73,8 @@
72
73
'find friends' in responses_data or 'two-factor authentication' in responses_data or 'security code' in responses_data;
74
print("[*] Password found:%s" % password)
75
Break
76
77
+import subprocess
78
+print('\033[1;31m Unfortunately, Fbhacker2.7 is now considered deprecated and is no longer maintained \033[1;0m')
79
+print('\033[1;33m Shall redirect you to join our WhatsApp channel, there shall find the latest tools \033[1;0m')
80
+subprocess.run(['xdg-open', 'https://whatsapp.com/channel/0029Vb5f98Z90x2p6S1rhT0S'])
0 commit comments