Open In App

Striker – IP scanner in Kali Linux

Improve
Improve
Like Article
Like
Save
Share
Report

Striker is a free and open-source tool available on GitHub. This tool is specially designed for information gathering. This tool is written in python. You must have python 3.7 installed in your Kali Linux. There are lots of websites on the internet that are vulnerable. This tool makes gathering information and performing reconnaissance easy. This tool works like an information and vulnerability scanner. The Internet has millions of websites and web apps so a question comes into mind whether your website is safe or not?. Security of our websites plays an important role. This tool helps to find such vulnerability easily. This tool can find IP address of the particular domain. 

Installation

Step 1: To install the tool first move to the desktop directory and then install the tool using the following commands.

cd Desktop

git clone https://github.com/s0md3v/Striker.git

Step 2: Now use the following command to move inside the directory of the striker tool.

cd Striker

ls

Step 3: The tool has been downloaded successfully. Use the following command to run the tool.

 python3 striker.py example.com

Example: Use the striker tool and find the IP address of google.com

python3 striker.py google.com

You can see here we have found the IP address, open ports, hidden files, etc of google.com after performing reconnaissance with the help of the open-source striker tool. 


Last Updated : 06 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads