Cara Install Striker (Termux)
Saturday, November 25, 2017
Edit
Striker adalah sebuah tools information gathering dan vulnerability scanner yg di bangun dengan bahasa python
Striker sendiri menggunakan beberapa api yg berasal dari hackertarget serta shodan sebagai pendukung dalam menjalankanya
Tools ini juga di buat oleh UltimateHackers team developer yg juga merilis sqlmate, blazy, xsstrike, breacher

Apa saja yg dapat di lakukan oleh Striker berikut listnya
Check and Bypass Cloudflare
Retrieve Server and Powered by Headers
Fingerprint the operating system of Web Server
Detect CMS (197+ CMSs are supported)
Launch WPScan if target is using Wordpress
Retrieve robots.txt
Check if the target is a honeypot
Port Scan with banner grabbing
Dumps all kind of DNS records
Generate a map for visualizing the attack surface
Gather Emails related to the target
Find websites hosted on the same web server
Find hosts using google
Crawl the website for URLs having parameters
SQLi scan using online implemention of SQLMap (takes < 3 min.)
Basic XSS scanning
Install paket berikut
Kloning Striker dengan perintah git
Pindah ke folder Striker kemudian Install module pada file requirements.txt
Untuk menjalankan Striker ketik perintah berikut
Kemudian masukan domain target
Striker sendiri menggunakan beberapa api yg berasal dari hackertarget serta shodan sebagai pendukung dalam menjalankanya
Tools ini juga di buat oleh UltimateHackers team developer yg juga merilis sqlmate, blazy, xsstrike, breacher
Apa saja yg dapat di lakukan oleh Striker berikut listnya
Check and Bypass Cloudflare
Retrieve Server and Powered by Headers
Fingerprint the operating system of Web Server
Detect CMS (197+ CMSs are supported)
Launch WPScan if target is using Wordpress
Retrieve robots.txt
Check if the target is a honeypot
Port Scan with banner grabbing
Dumps all kind of DNS records
Generate a map for visualizing the attack surface
Gather Emails related to the target
Find websites hosted on the same web server
Find hosts using google
Crawl the website for URLs having parameters
SQLi scan using online implemention of SQLMap (takes < 3 min.)
Basic XSS scanning
Cara Install Striker Menggunakan Termux
Install paket berikut
apt install git python2
Kloning Striker dengan perintah git
git clone https://github.com/UltimateHackers/Striker.git
Pindah ke folder Striker kemudian Install module pada file requirements.txt
cd Striker
pip2 install -r requirements.txt
Untuk menjalankan Striker ketik perintah berikut
python2 striker.py
Kemudian masukan domain target