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
shodanwave — Shodanwave è uno strumento per esplorare e ottenere informazioni da Netwave IP Camera. | Kitploit
Strumenti/GitHubGitHub/jimywork/shodanwave
OSINT (Open Source Intelligence)RicognizioneScanner di VulnerabilitàSicurezza IoTAttacchi alle PasswordExploitRaccolta InformazioniSicurezza Web
GitHubjimywork/shodanwave

shodanwave

Shodanwave è uno strumento per esplorare e ottenere informazioni da Netwave IP Camera.

Vedi Repository
270738 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
Sito web

Shodanwave

Shodanwave è uno strumento per esplorare e ottenere informazioni da telecamere, in particolare Netwave IP Camera. Lo strumento utilizza un motore di ricerca chiamato shodan che semplifica la ricerca di telecamere online.

Cosa fa lo strumento? Guarda, una lista!

  • Ricerca
  • Forza bruta
  • Divulgazione delle password SSID e WPAPSK
  • Divulgazione delle password E-mail, FTP, DNS, MSN
  • Exploit

Questo è un esempio di shodan wave in esecuzione, la password non è stata trovata tramite forza bruta, quindi lo strumento tenta di estrarre la memoria della telecamera. Se lo strumento trova la password, non tenta di estrarre la memoria.

asciicast

Come usare?

Per usare shodanwave hai bisogno di una chiave API che puoi ottenere gratuitamente su https://www.shodan.io/, poi devi seguire i passaggi successivi.

Installazione

root@kitploit:~
$ cd /opt/
$ git clone https://github.com/fbctf/shodanwave.git
$ cd shodanwave
$ pip install -r requirements.txt

Utilizzo

root@kitploit:~
Usage: python shodanwave.py -u usernames.txt -w passwords.txt  -k Shodan API key --t OUTPUT
       python shodanwave.py --help 
         __              __                                   
   _____/ /_  ____  ____/ /___ _____ _      ______ __   _____ 
  / ___/ __ \/ __ \/ __  / __ `/ __ \ | /| / / __ `/ | / / _ \
 (__  ) / / / /_/ / /_/ / /_/ / / / / |/ |/ / /_/ /| |/ /  __/
/____/_/ /_/\____/\__,_/\__,_/_/ /_/|__/|__/\__,_/ |___/\___/ 
                                                              

This tool is successfully connected to shodan service
Information the use of this tool is illegal, not bad.

usage: shodanwave.py [-h] [-s SEARCH] [-u USERNAME] [-w PASSWORD] [-k ADDRESS]

optional arguments:
  -h, --help            show this help message and exit
  -s SEARCH, --search SEARCH
                        Default Netwave IP Camera
  -u USERNAME, --username USERNAME
                        Select your usernames wordlist
  -w PASSWORD, --wordlist PASSWORD
                        Select your passwords wordlist
  -k ADDRESS, --shodan ADDRESS
                        Shodan API key
  -l LIMIT, --limit LIMIT
                        Limit the number of registers responsed by Shodan
  -o OFFSET, --offset OFFSET
                        Shodan skips this number of registers from response
  -t OUTPUT, --output OUTPUT
                        Save the results
  -p, --tor
		        All Requests/Wgets go through Tor 
	                

Attenzione

Usa questo strumento con saggezza e non per scopi malvagi. Per ottenere le migliori prestazioni di questo strumento, devi pagare per shodan per ottenere accesso completo all'API. Le opzioni --limit e --offset potrebbero richiedere una chiave API a pagamento e consumare crediti di query dal tuo account Shodan.

Dichiarazione di non responsabilità

I codici di esempio sono forniti a scopo educativo. Difese adeguate possono essere costruite solo ricercando le tecniche di attacco disponibili agli attori malintenzionati. L'uso di questo codice contro sistemi target senza autorizzazione preventiva è illegale nella maggior parte delle giurisdizioni. Gli autori non sono responsabili per eventuali danni derivanti dall'uso improprio di queste informazioni o di questo codice.

Richiesto se si utilizza un Proxy!!!

Modifica la tua configurazione Tsocks!!

  • Aggiungi/Modifica quanto segue in fondo:
  • server =
  • server_type = <4 or 5>
  • server_port =
  • default_pass = (Potrebbe essere richiesto per il proxy)

Donazioni

  • XMR: 49m12JEEC6HPCHkLMX5QL4SrDQdKwh6eb4Muu8Z9CwA9MwemhzFQ3VcgHwyuR73rC22WCymTUyep7DVrfN3GPt5JBCekPrR

Riferimenti:

  • Shodan API motore di ricerca per dispositivi connessi a Internet.
  • Requests Requests: HTTP per umani
  • Netwave Exploit Netwave IP Camera - Divulgazione della password
Scarica lo strumento