Install Striker on Termux [No Root] Skip to main content

Install Striker on Termux [No Root]

AddThis Website Tools

Today i will show you how to install Strike on Termux, Striker is a tool created by UltimateHackers in python language to find information from a website and can check vulnerabilities on the website.

The striker uses the API from hackertarget shodan as a support to function properly.

Striker Features

  • - 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
Lots of it, right? go directly to the installation stage How to Install the Striker Di Termux follow each step:

Steps Installation Striker

$ apt update && apt upgrade -y
apt install git
apt install python2
git clone https://github.com/UltimateHackers/Striker.git
cd Striker
pip2 install -r requirements.txt

After all the required modules have been installed. go to the command to run it:
python2 striker.py 

I will test this toos whether it works properly or not,view image.
Running Striker on TermuxRunning Striker on Termux
The tools work properly. Okay thats it to Install Striker On Termux No Root. Make this article a lesson.

You Might Also Like:

Open Comment