
Sharingan は、攻撃的セキュリティ / バグバウンティのための Recon マルチツールです。
作業中です。完成するのでしょうか?さあ、どうでしょう。
GOPATH の外で
git clone https://github.com/leobeosab/sharingan
go get github.com/leobeosab/sharingan/cmd/sharingancli
フラグの順序は重要です。sharingancli [グローバルフラグ] コマンド [コマンドフラグ] の形式に従う必要があります。この仕様が好みでなければ変更可能ですが、私はこのシンプルさが気に入っています。
指定したワードリストを使ってターゲットのDNSを総当たりします。
sharingancli --target targetname dns --dns-wordlist ~/path/to/wordlist --root-domain target.com

パイプ経由で標準入力からサブドメインをプログラムのストレージに追加します。
cat subs | sharingancli --target targetname dns addsubs
nmap を使用して、ターゲットに保存されているすべてのホストをスキャンします。
sharingancli --target target scan

ターゲットに保存されているサブドメインのリストから単一のホストをスキャンします。
sharingancli --target target scan interactive

すべてのドメインを標準出力にリストとして出力します。
sharingancli --target target info domains
