🤬
  • ■ ■ ■ ■ ■ ■
    monitor.py
    skipped 48 lines
    49 49   #print('Awesome')
    50 50   #send_notificaton(f'Got a new subdomain: {subdomain}')
    51 51   data1.write(f"{subdomain}\n")
    52  - 
    53  - send_notification(f'[+] Got a new subdomain: {subdomain}')
     52 + flag = True
    54 53   for subdomain in arr:
     54 + if flag:
     55 + print('[+] Got new subdomains')
     56 + flag = False
    55 57   send_notification(f'Subdomain: {subdomain}')
    56 58   
    57 59  def cmd():
    skipped 19 lines
Please wait...
Page is in error, reload to recover