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 🙂 !!
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 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 >
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 >
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.
This guide explains how to integrate MCP (Model Context Protocol) with Claude using Kali Linux.…
The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…
Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…
Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…
Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…
Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…
This website uses cookies.