
Canivete Suíço OSINT em Go
Dê uma olhada no branch develop para mais atualizações.
gOSINT é um canivete suíço OSINT multiplataforma em Golang. Se quiser, sinta-se à vontade para contribuir e/ou deixar um feedback!
Atualmente gOSINT possui diferentes módulos:
Uma lista completa de funcionalidades e roteiro está disponível na Aba de Projetos
gOSINT atualmente depende do tesseract-ocr, então você precisa instalar em seu sistema tesseract-ocr, libtesseract-dev e libleptonica-dev
Você pode instalar gOSINT usando go get com um simples
go get github.com/Nhoya/gOSINT/cmd/gosint
Verifique a página de Build do AppVeyor para versões
Compilar o gOSINT no Linux é muito fácil, você só precisa instalar dep, clonar o repositório e make e make install
Se você tiver make instalado, pode seguir as instruções do Linux (e pular make install), caso contrário, certifique-se de ter dep instalado, clone o diretório e execute
dep ensure
go build cmd/gosint.go
gOSINT atualmente suporta contêiner apenas para a versão rolling release; após o lançamento 1.0.0, começaremos a trabalhar em um Dockerfile versionado. Se quiser experimentar:
mkdir gOSINT
wget https://raw.githubusercontent.com/Nhoya/gOSINT/develop/build/package/Dockerfile
docker build gosint .
docker run gosint bash
usage: gOSINT [<flags>] <command> [<args> ...]
An Open Source INTelligence Swiss Army Knife
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--json Enable JSON Output
--debug Enable Debug Output
--version Show application version.
--verify Verify URL Status Code
Args:
<url> Domain URL
Commands:
help [<command>...]
Show help.
git [<flags>] <url>
Get Emails and Usernames from repositories
--method=[clone|gh] Specify the API to use or plain clone
--recursive Search for each repository of the user
pwd [<flags>] <mail>...
Check dumps for Email address using haveibeenpwned.com
--get-passwords Search passwords for mail
pgp <mail>...
Get Emails, KeyID and Aliases from PGP Keyring
shodan [<flags>] <host>...
Get info on host using shodan.io
--new-scan Schedule a new shodan scan (1 Shodan Credit will be deducted)
--honeypot Get honeypot probability
shodan-query <query>
Send a query to shodan.io
axfr [<flags>] <url>...
Subdomain enumeration using crt.sh
--verify Verify URL Status Code
pni <number>...
Retrieve info about a give phone number
telegram [<flags>] <group>
Telegram public groups and channels scraper
--start=START Start message #
--end=END End message #
--grace=15 The number of messages that will be considered deleted before the scraper stops
--dump Creates and resume messages from dumpfile
rev-whois <target>
Find domains for name or email address
O arquivo de configuração padrão está em $HOME/.config/gosint.toml para ambiente Linux e ./config/toml para ambiente Windows.
Você pode colocá-lo em caminhos diferentes, a prioridade de carregamento é:
../config/ or $HOME/.config//etc/gosint/Se algumas chaves de API estiverem faltando, insira-as lá.