
Erstelle eine interaktive Karte von Kameras aus Shodan
https://github.com/woj-ciech/Kamerka-GUI
Erstellen Sie interaktive Karten von Kameras, Druckern, Tweets und Fotos.
Das Skript erstellt eine Karte von Kameras, Druckern, Tweets und Fotos basierend auf Ihren Koordinaten. Alles wird übersichtlich in Form einer interaktiven Karte mit Symbolen und Popups dargestellt.
Ausführlicher Beitrag https://medium.com/@woj_ciech/hunting-with-%EA%93%98amerka-2-0-aka-fist-flickr-instagram-shodan-twitter-ca363f12562a
Vorherige Version https://medium.com/@woj_ciech/%EA%93%98amerka-build-interactive-map-of-cameras-from-shodan-a0267849ec0a
RTSP (Real-Time Streaming Protocol) hinzugefügt

MQTT (Message Queue Telemetry Transport).

Elasticsearch-Ausgabe

Zusätzlich:
Visualisieren Sie industrielle Steuerungssysteme jedes Landes. Verwenden Sie das --country-Flag und geben Sie den Kurzcode für Ihr Land an. Um Street View zu nutzen, fügen Sie Ihren API-Schlüssel in Zeile 109 hinzu
root@kali:~/# python kamerka.py --country PL

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

pip install -r requirements.txt
Fügen Sie Ihre API-Schlüssel in den Code ein
Um das Instagram-Modul zu verwenden, müssen Sie eine zusätzliche Methode zur Datei InstagramAPI.py hinzufügen.
def geosearchLocation(self, lat, lon):
return self.SendRequest('location_search/?latitude=' + str(lat)+'&longitude='+str(lon)+'&rank_token=' + self.rank_token)
Weitere Details hier --> https://github.com/LevPasha/Instagram-API-python/pull/492/commits/ed74ee45fb3e3abe6df7f767d3353de6fd897401
https://github.com/LevPasha/Instagram-API-python/pull/492
(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@kali:~/#python kamerka.py --lat 37.8368723 --lon -122.2645793 --camera --flickr --instagram --twitter --printer --first 1 --last 1

Dunkler Modus

Testen Sie keine Geräte, die Ihnen nicht gehören.
Danke an @xrxz - du hattest recht mit den Koordinaten