Skip to content

Commit f2afe65

Browse files
authored
Merge pull request #10 from harkerbyte/harkerbyte-patch-1
Update brute.py
2 parents fbd578d + 57c23df commit f2afe65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

brute.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""
12
import requests
23
import sys
34
import os
@@ -72,3 +73,8 @@
7273
'find friends' in responses_data or 'two-factor authentication' in responses_data or 'security code' in responses_data;
7374
print("[*] Password found:%s" % password)
7475
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

Comments
 (0)