又是 python,要 python3.6
它拿下列的搜尋引擎去找網路上存在的 Email 與 子域名
-b: source: baidu, bing, bingapi, censys, crtsh, cymon, dogpile, google, googleCSE, google-certificates, google-profiles, hunter, linkedin, netcraft, pgp, securityTrails, threatcrowd, trello, twitter, vhost, virustotal, yahoo, all
安裝 python3
yum install python36 pyon36-libs python36-setuptools python36-pip curl https://bootstrap.pypa.io/get-pip.py | python3.6 -
安裝 theHarvester
git clone https://github.com/laramies/theHarvester.git cd theHarvester pip3 install -r requirements.txt
執行方式
python3.6 theHarvester.py -d ssorc.tw -l 100 -b google
結果
******************************************************************* * * * | |_| |__ ___ /\ /\__ _ _ ____ _____ ___| |_ ___ _ __ * * | __| '_ \ / _ \ / /_/ / _` | '__\ \ / / _ \/ __| __/ _ \ '__| * * | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | * * \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| * * * * theHarvester 3.0.6 v137 * * Coded by Christian Martorella * * Edge-Security Research * * [email protected] * ******************************************************************* [-] Target domain: ssorc.tw [-] Searching in Google. Searching 0 results... Searching 100 results... Harvesting results No IP addresses found. [+] Emails found: ----------------- No emails found. [+] Hosts found: ---------------- Total hosts: 1 mail.ssorc.tw [-] Resolving hostnames to IPs. ------------------------------ mail.ssorc.tw:127.0.0.1
留言