
Tool zur Informationssammlung - OSINT
All-in-One-Informationssammeltool – OSINT
Eine vollständige Liste unserer Werkzeuge finden Sie auf unserer Website https://www.twelvesec.com/
Geschrieben von:
sudo pip3 install -r requirements.txt
___________ .__ _________
\__ ___/_ _ __ ____ | |___ __ ____ / _____/ ____ ____
| | \ \/ \/ // __ \| |\ \/ // __ \ \_____ \_/ __ \_/ ___\
| | \ /\ ___/| |_\ /\ ___/ / \ ___/\ \___
|____| \/\_/ \___ >____/\_/ \___ >_______ /\___ >\___ >
\/ \/ \/ \/ \/
GasMasK v. 2.0 – All-in-One-Informationssammeltool – OSINT
GasMasK ist ein Open-Source-Tool, lizenziert unter GPLv3.
Geschrieben von: @maldevel, mikismaos, xvass, ndamoulianos, sbrb
https://www.twelvesec.com/
Bitte besuchen Sie https://github.com/twelvesec/gasmask für weitere Informationen..
Verwendung: 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 ...]]
Positionsargumente:
arguments Censys-Abfrage
Optionale Argumente:
-h, --help Zeigt diese Hilfemeldung an und beendet das Programm.
-d DOMAIN, --domain DOMAIN
Zu durchsuchende Domain.
-s NAMESERVER, --server NAMESERVER
Zu verwendender DNS-Server.
-x PROXY, --proxy PROXY
Verwenden Sie einen Proxy-Server beim Abrufen von Ergebnissen von Suchmaschinen (z.B. '-x http://127.0.0.1:8080')
-l LIMIT, --limit LIMIT
Begrenzen Sie die Anzahl der Suchergebnisse (Standard: 100).
-i MODE, --info MODE
Beschränken Sie die Informationssammlung (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
Ausgabe in den vier Hauptformaten gleichzeitig (markdown, txt, xml and html).
-k API-KEY, --shodan-key API-KEY
API-Schlüssel für die Shodan-Suche (MODE="shodan")
-e SPYSE_API_KEY, --spyse-key SPYSE_API_KEY
-m MATCH, --match MATCH
Heben Sie eine Zeichenkette innerhalb eines vorhandenen Abfrageergebnisses hervor
-f FILTER, --filter FILTER
Filtern Sie die anzuzeigenden JSON-Schlüssel für jedes Ergebnis, verwenden Sie 'help' für interessante Felder
--count Zeigt das Zählergebnis an und beendet das Programm.
-R REPORT, --report REPORT
Statistiken zum angegebenen Feld (verwenden Sie 'help' zur Auflistung interessanter Felder)'
-B REPORT_BUCKET, --report_bucket REPORT_BUCKET
Bucket-Länge im Berichtsmodus (Standard: 10)
-1 CENSYS_API_ID, --censys_api_id CENSYS_API_ID
Geben Sie die Authentifizierungs-ID für die Suchmaschine censys.io an
-2 CENSYS_API_SECRET, --censys_api_secret CENSYS_API_SECRET
Geben Sie den geheimen Hash für die Suchmaschine censys.io an
-r, --read_api_keys Liest die in der Datei api_keys.txt gespeicherten API-Schlüssel. (z.B. '-i censys -r')
-u, --update_api_keys
Aktualisiert die in der Datei api_keys.txt gespeicherten API-Schlüssel. (z.B. '-i censys -u')
-a ASN, --asn ASN Nach ASN filtern (z.B. 5408 für GR-NET AS)
-c COUNTRY, --country COUNTRY
Nach Land filtern
-O CERT_ORG, --cert-org CERT_ORG
Zertifikat ausgestellt für Organisation
-I CERT_ISSUER, --cert-issuer CERT_ISSUER
Zertifikat ausgestellt von Organisation
-z CERT_HOST, --cert-host CERT_HOST
Hostname, für den das Zertifikat ausgestellt ist
-S HTTP_SERVER, --http-server HTTP_SERVER
Server-Header
-t HTML_TITLE, --html-title HTML_TITLE
Nach HTML-Seitentitel filtern
-b HTML_BODY, --html-body HTML_BODY
Nach HTML-Body-Inhalt filtern
-T TAGS, --tags TAGS Nach bestimmten Tags filtern. z.B: -T tag1,tag2,... (verwenden Sie das Schlüsselwort 'list', um übliche Tags aufzulisten
-L LIMIT, --Limit LIMIT
Auf N Ergebnisse begrenzen
-D, --debug Debug-Informationen
-v, --verbose Rohe JSON-Datensätze ausgeben
-H, --html HTML-Elemente in einem Browser darstellen
Basismodus
Nicht-Google-Modus
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