Sponsored
Bugbounty Tools

Shcheck – A Tool to Check Security Headers

Hey Folks, today we are going to discuss another bug bounty tool named “Shcheck“. The tool is built to test whether major security is implemented in the web application or not. It simply sends a request to the server via the GET method and in response it receives all the sensitive information traveling in the header.

Let’s take a look 🙂 !!

Install Requirements

To operate this tool we have to configure the Python utility as we know it is built in Python language. Let’s configure it by using the following command.

apt install python3 python3-pip

COOL 🙂 !! Now this tool can be easily downloaded and configured on any system by just executing the following command.

pip3 install shcheck

Easy 🙂 !! All done so now we can operate this tool from anywhere in kali linux terminal.

shcheck.py -h

Check Security Headers

We just need to enter the name of the domain we want to check and it will grab all the header information and present it on the terminal in front of us. As you can see it told us that this website has only 5 security headers and others are missing. Useful 😛 !!

Usage 🙂 !! shcheck.py < target / domain >

Change Method

Sometimes web application has restricted specific methods so we can choose any method according to us which is not restricted and can get information easily.

Usage 🙂 !! shcheck.py < target / domain > < method >

Display Header Infomration

You can also get information about headers using the “-i” parameter.

Usage 🙂 !! shcheck.py < target / domain > < -i >

Done 🙂 !! As you must have seen how useful this tool is while hunting on web applications.

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

Recent Posts

Termux Cheat Sheet for Hackers

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

1 month 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…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

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

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.