Projects STRLCPY CamOver Commits aaa9e700
🤬
  • ■ ■ ■ ■
    camover/cli.py
    skipped 73 lines
    74 74   try:
    75 75   shodan = Shodan(self.args.api)
    76 76   results = shodan.search(query='GoAhead 5ccc069c403ebaf9f0171e9517f40e41')
    77  - adresses = list()
     77 + addresses = list()
    78 78   for result in results['matches']:
    79 79   addresses.append(result['ip_str'] + ':' + str(result['port']))
    80 80   except Exception:
    skipped 49 lines
Please wait...
Page is in error, reload to recover