Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Euronymou5 authored Apr 14, 2024
1 parent 6ef3ada commit d01df35
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@ def scan():
resultados = search(dorks, tld, num=valor_entero, stop=valor_entero, pause=valor_entero)
for resultados_obtenidos in resultados:
print(f'{Fore.GREEN}\n[ ✔ ] Busqueda encontrada!: {resultados_obtenidos}')
else:

if args.numero:
scan()
else:
print(f'''{Fore.RED}[!] ERROR: Debes agregar algun argumento de escaneo:
-phoneinfoga Añadir escaneo de la tool phoneinfoga.
Expand All @@ -187,9 +190,3 @@ def scan():
-veriphone Añadir escaneo con VeriPhone.
-dork Añadir escaneo con google dorking.
''')

if args.numero:
scan()
else:
print(f'{Fore.RED}[!] ERROR: Debes de ingresar un numero telefonico.\n[~] Ejemplo: python3 main.py -n <numero>')
sys.exit(1)

0 comments on commit d01df35

Please sign in to comment.