Skip to content

Commit

Permalink
Update version of Bomber.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ibehii authored Sep 7, 2024
1 parent d451b6d commit f3ee0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bomber.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# ======== # startup Menu # ======== #
print(standard_fg(pyfiglet.figlet_format('S-Bomber' ,font='ANSI Shadow')),
Fore.MAGENTA + '- My telegram : t.me/BZHNAM -\n' + '- My github : https://github.com/ibehii -\n\n' + Fore.YELLOW + '------------ # v1.0.0 # ------------ \n' + Fore.RESET)
Fore.MAGENTA + '- My telegram : t.me/BZHNAM -\n' + '- My github : https://github.com/ibehii -\n\n' + Fore.YELLOW + '------------ # v1.1.0 # ------------ \n' + Fore.RESET)
target_Phone_Number: str = input(Fore.GREEN + '- Enter your target phone number (e.g: 989126543210)-> ' + Fore.RESET).replace('+', '')

if(not target_Phone_Number.isnumeric()):
Expand Down Expand Up @@ -90,4 +90,4 @@
print(Fore.RED + 'A file ("WebDepend_Bomb.py") is missing. Couldn\'t send 11 message. Check github.com/ibehii/S-Bomber')

except WebDriverException:
print(Fore.RED + 'FireFox is not installed or webdriver is missing. Couldn\'t send 11 message. Check github.com/ibehii/S-Bomber')
print(Fore.RED + 'FireFox is not installed or webdriver is missing. Couldn\'t send 11 message. Check github.com/ibehii/S-Bomber')

0 comments on commit f3ee0ed

Please # to comment.