Projects STRLCPY C2-Tracker Commits 0357c451
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    tracker.py
    skipped 69 lines
    70 70   a.write(ip)
    71 71   new_count_all += 1
    72 72   a.close()
    73  - print(f"Initial Count for all: {initial_count_all}\nNew Count for all: {new_count_all}")
     73 + print(f"Total Count for all: {initial_count_all}\nUnique Count for all: {new_count_all}")
    74 74   
    75 75  def main():
    76 76   shodan()
    skipped 3 lines
Please wait...
Page is in error, reload to recover