Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
Strumenti/GitHubGitHub/woj-ciech/kamerka
OSINT (Open Source Intelligence)RicognizioneSicurezza IoTMappatura della ReteEnumerazione DNS e SottodominiSicurezza SCADA/ICSRaccolta InformazioniSicurezza WebArchived
GitHubwoj-ciech/kamerka

kamerka

Crea una mappa interattiva delle telecamere da Shodan

Vedi Repository
1.3k1896 anni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi
kamerka — Crea una mappa interattiva delle telecamere da Shodan | Kitploit

NON PIÙ SUPPORTATO O SVILUPPATO

PER FAVORE USA LA VERSIONE GUI

https://github.com/woj-ciech/Kamerka-GUI

ꓘamerka 2.0 aka FIST (Flickr, Instagram, Shodan, Twitter)

Crea una mappa interattiva di telecamere, stampanti, tweet e foto.

Lo script crea una mappa di telecamere, stampanti, tweet e foto basata sulle tue coordinate. Il tutto è presentato in modo chiaro sotto forma di mappa interattiva con icone e popup.

Articolo dettagliato https://medium.com/@woj_ciech/hunting-with-%EA%93%98amerka-2-0-aka-fist-flickr-instagram-shodan-twitter-ca363f12562a

Versione precedente https://medium.com/@woj_ciech/%EA%93%98amerka-build-interactive-map-of-cameras-from-shodan-a0267849ec0a

Aggiornamento v4

Aggiunto RTSP (Real-Time Streaming Protocol)

MQTT (Message Queue Telemetry Transport).

Output Elasticsearch

Aggiuntivi:

  • modalità ricorsiva (controlla ogni host per porte aperte e ulteriori informazioni)
  • link "Verifica proprietà" sulla mappa che reindirizza a bgp.he.net per informazioni dettagliate sull'IP
  • "Cerca su Shodan" ti porta ai dettagli di Shodan sull'host

Aggiornamento v3

Visualizza i sistemi di controllo industriale di qualsiasi paese. Usa il flag --country e inserisci il codice breve del tuo paese. Per usare Street View aggiungi la tua chiave API alla riga 109

root@kitploit:~
root@kali:~/# python kamerka.py --country PL

root@kitploit:~
root@kali:~/# python kamerka.py --country CH

Requisiti

  • Scritto con 💗 in Python 3
  • Shodan + abbonamento a pagamento
  • Geopy
  • Foilum
  • Colorama
  • InstagramAPI (https://github.com/LevPasha/Instagram-API-python) - Credenziali invece di chiavi API
  • Twitter
  • flickrapi
  • Branca
  • Google Street View API
  • Elasticsearch

pip install -r requirements.txt

Inserisci le tue chiavi API nel codice

Per usare il modulo Instagram, devi aggiungere un metodo aggiuntivo al file InstagramAPI.py.

root@kitploit:~
def geosearchLocation(self, lat, lon):
        return self.SendRequest('location_search/?latitude=' + str(lat)+'&longitude='+str(lon)+'&rank_token=' + self.rank_token)

Maggiori dettagli qui --> https://github.com/LevPasha/Instagram-API-python/pull/492/commits/ed74ee45fb3e3abe6df7f767d3353de6fd897401

https://github.com/LevPasha/Instagram-API-python/pull/492

Utilizzo

root@kitploit:~
(venv) root@kali:~/PycharmProjects/kamerka# python kamerka.py -h
usage: kamerka.py [-h] [--lat LAT] [--lon LON] [--radius RADIUS] [--dark]
                  [--twitter] [--camera] [--flickr] [--instagram] [--printer]
                  [--country COUNTRY] [--rtsp] [--mqtt] [--open]
                  [--first FIRST] [--last LAST] [--recursive]
                  [--elasticsearch] [--host HOST] [--port PORT]

              o#######o
            o###########o
            o#############o
            #################
            ######  \########o
           #;^ _^,/---\#####!
           ,` /^_ .-~^~-.__\#
          /    ^\/,,@@@,, ;|
         |      \!!@@@@@!! ^,
        #.    .\; '9@@@P'   ^,
        ###./^ ----,_^^      /@-._
                      ^--._,o@@@@@@
                         ^;@@@@@@@@@
                           ^-;@@@@
ꓘamerka 2.0 (FIST) - Build interactive map of cameras, tweets and photos
medium.com/@woj-ciech github.com/woj_ciech

python kamerka.py -h
Example: python kamerka.py --lat "37.235 --lon 115.811111" --dark --twitter --camera --printer
"python kamerka.py --country RU

optional arguments:
  -h, --help         show this help message and exit
  --radius RADIUS    Radius in km (Default 3)
  --dark             Dark Theme
  --twitter          Twitter module
  --camera           Camera module
  --flickr           Flickr module
  --instagram        Instagram module
  --printer          Printer module
  --country COUNTRY  Find Industrial Control Systems for country. Short code for country: US,IL,RU
  --rtsp             Real Time Streaming Protocol module
  --mqtt             Message Queuing Telemetry Transport module
  --open             Show only open devices
  --first FIRST      First page
  --last LAST        Last page
  --recursive        Recusrive mode
  --elasticsearch    Save to ElasticSearch (works only with recursive) mode
  --host HOST        Elasticsearch host
  --port PORT        Elasticsearch port

Required arguments:
  --lat LAT          Latitude
  --lon LON          Longitude

root@kitploit:~
root@kali:~/#python kamerka.py --lat 37.8368723 --lon -122.2645793 --camera --flickr --instagram --twitter --printer --first 1 --last 1

Modalità scura

Altro

Non testare su dispositivi che non possiedi.

Ringraziamenti a @xrxz - avevi ragione con le coordinate

@42B e @paoloo

Scarica lo strumento