Posts

Showing posts from January, 2025

How to install Gopherus properly in linux

Gopherus If you know a place which is SSRF vulnerable then, this tool will help you to generate Gopher payload for exploiting SSRF (Server Side Request Forgery) and gaining RCE (Remote Code Execution). And also it will help you to get the Reverse shell on the victim server. And for more information you can get a blog on the same  Blog on Gopherus git clone https://github.com/tarunkant/Gopherus.git sudo apt install python2-minimal sudo wget https://bootstrap.pypa.io/pip/2.7/get-pip.py sudo python2 get-pip.py python2 -m pip --version ./install.sh 

How to Pick Unique Bug Bounty Targets | Stand Out and Earn More! 🎯

Image

Compare sha256 checksum of a file

Image
 sha256sum  <filename> python3 -c 'print("Equal" if "checksum of file" == "checksum provided" else "Not equal")' Equal