Sponsored
Vulnerability Scanner

Striker – Offensive Web Vulnerability Scanner

Hey Folks, in this tutorial we are going to talk about an open source vulnerability scanner tool called “Striker“. Striker is an aggressive information and vulnerability scanner, specifically designed to grab some sensitive information about the domain name and at the same time we can get a description of vulnerable services running on the target web server.

Let’s take a look 🙂 !!

Installation

The time has come to configure this tool where we will first download this entire tool using git command and after that we will go into the directory and execute the “pip” command to establish the required dependencies.

git clone https://github.com/s0md3v/Striker
cd Striker/
pip install -r requirements.txt
pip3 install -r requirements.txt

Done 🙂 !! The device has been successfully configured but we need another tool called “python” to use this tool. You can install it yourself by using the “apt install python3” command.

Example

This tool is very easy to use because we can start collecting information by supplying only the domain name. You need to provide the domain name with no (https / http) and it will extract all the details automatically.

python3 striker.py < host name | domain >

Results

As you can see we came to know about the active services on the target web server.

Let us take another example and in this effort we will give this tool a description of different domains.

Great 🙂 !! We get more information about the domain name such as public IP address, open ports, hidden files etc but we are not able to show you because of some security reasons.

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Gau (GetAllUrls) – Find Known and Hidden URL

The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…

3 months ago

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…

8 months ago

Bypassing Firewalls (WAF) with XSS Payloads

Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…

8 months ago

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 year ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

2 years ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

3 years ago
Sponsored

This website uses cookies.