
Strumento di raccolta informazioni - OSINT
Strumento di raccolta informazioni tutto in uno - OSINT
Per un elenco completo dei nostri strumenti, visita il nostro sito web https://www.twelvesec.com/
Scritto da:
sudo pip3 install -r requirements.txt
___________ .__ _________
\__ ___/_ _ __ ____ | |___ __ ____ / _____/ ____ ____
| | \ \/ \/ // __ \| |\ \/ // __ \ \_____ \_/ __ \_/ ___\
| | \ /\ ___/| |_\ /\ ___/ / \ ___/\ \___
|____| \/\_/ \___ >____/\_/ \___ >_______ /\___ >\___ >
\/ \/ \/ \/ \/
GasMasK v. 2.0 - All in one Information gathering tool - OSINT
GasMasK is an open source tool licensed under GPLv3.
Written by: @maldevel, mikismaos, xvass, ndamoulianos, sbrb
https://www.twelvesec.com/
Please visit https://github.com/twelvesec/gasmask for more..
usage: gasmask.py [-h] [-d DOMAIN] [-s NAMESERVER] [-x PROXY] [-l LIMIT]
[-i MODE] [-o BASENAME] [-k API-KEY] [-e SPYSE_API_KEY]
[-m MATCH] [-f FILTER] [--count] [-R REPORT]
[-B REPORT_BUCKET] [-1 CENSYS_API_ID] [-2 CENSYS_API_SECRET]
[-r] [-u] [-a ASN] [-c COUNTRY] [-O CERT_ORG]
[-I CERT_ISSUER] [-z CERT_HOST] [-S HTTP_SERVER]
[-t HTML_TITLE] [-b HTML_BODY] [-T TAGS] [-L LIMIT] [-D]
[-v] [-H]
[arguments [arguments ...]]
argomenti posizionali:
arguments Query Censys
argomenti opzionali:
-h, --help mostra questo messaggio di aiuto ed esci
-d DOMAIN, --domain DOMAIN
Dominio da cercare.
-s NAMESERVER, --server NAMESERVER
Server DNS da usare.
-x PROXY, --proxy PROXY
Usa un server proxy quando recuperi risultati dai motori di ricerca (es. '-x http://127.0.0.1:8080')
-l LIMIT, --limit LIMIT
Limita il numero di risultati del motore di ricerca (default: 100).
-i MODE, --info MODE Limita la raccolta informazioni (basic,nongoogle,whois,dns,revdns,vhosts,google,bing,yahoo,ask,dogpile,yandex,linkedin,twitter,youtube,reddit,github,instagram,crt,pgp,netcraft,virustotal,dnsdump,shodan,censys,spyse).
-o BASENAME, --output BASENAME
Output nei quattro formati principali contemporaneamente (markdown, txt, xml e html).
-k API-KEY, --shodan-key API-KEY
Chiave API da usare con la ricerca Shodan (MODE="shodan")
-e SPYSE_API_KEY, --spyse-key SPYSE_API_KEY
-m MATCH, --match MATCH
Evidenzia una stringa all'interno del risultato di una query esistente
-f FILTER, --filter FILTER
Filtra le chiavi JSON da visualizzare per ogni risultato, usa il valore 'help' per campi interessanti
--count Stampa il conteggio dei risultati ed esci
-R REPORT, --report REPORT
Statistiche su un dato campo (usa il valore 'help' per elencare campi interessanti)'
-B REPORT_BUCKET, --report_bucket REPORT_BUCKET
Lunghezza bucket in modalità report (default: 10)
-1 CENSYS_API_ID, --censys_api_id CENSYS_API_ID
Fornisci l'ID di autenticazione per il motore di ricerca censys.io
-2 CENSYS_API_SECRET, --censys_api_secret CENSYS_API_SECRET
Fornisci l'hash segreto per il motore di ricerca censys.io
-r, --read_api_keys Legge le chiavi API memorizzate nel file api_keys.txt. (es. '-i censys -r')
-u, --update_api_keys
Aggiorna le chiavi API memorizzate nel file api_keys.txt. (es. '-i censys -u')
-a ASN, --asn ASN Filtra per ASN (es. 5408 per GR-NET AS)
-c COUNTRY, --country COUNTRY
Filtra per paese
-O CERT_ORG, --cert-org CERT_ORG
Certificato rilasciato a organizzazione
-I CERT_ISSUER, --cert-issuer CERT_ISSUER
Certificato rilasciato da organizzazione
-z CERT_HOST, --cert-host CERT_HOST
hostname a cui è rilasciato il certificato
-S HTTP_SERVER, --http-server HTTP_SERVER
Header Server
-t HTML_TITLE, --html-title HTML_TITLE
Filtra per titolo della pagina HTML
-b HTML_BODY, --html-body HTML_BODY
Filtra per contenuto del body HTML
-T TAGS, --tags TAGS Filtra per tag specifici. es: -T tag1,tag2,... (usa la parola chiave 'list' per elencare i tag usuali
-L LIMIT, --Limit LIMIT
Limita a N risultati
-D, --debug Informazioni di debug
-v, --verbose Stampa i record JSON grezzi
-H, --html Renderizza elementi HTML in un browser
Modalità Base
Modalità Non Google
python gasmask.py -d example.com -i basic
python gasmask.py -d example.com -i dnsdump
python gasmask.py -d example.com -i shodan -k xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
python gasmask.py -d example.com -i whois,dns,revdns
python gasmask.py -d example.com -i basic,yahoo,github -o myresults/example_com_search_results
python gasmask.py -i censys --Limit 10 nessus
python gasmask.py -i censys -I SAP --report location.country.raw --report_bucket 10
python gasmask.py -i censys --html-title "Hacked By" --Limit 10 --html
python gasmask.py -i censys --tags heartbleed --report location.country.raw
python gasmask.py -i censys -S NGINX --count
python gasmask.py -i censys -d example.com
python gasmask.py -i censys -t "Internal Server Error" -S Apache -m "HTTP 500" --Limit 15
python gasmask.py -i censys -r
python gasmask.py -i censys -u