Posts

Showing posts from January, 2025

Find information about anyone using OSINT Techniques

Image
InstantCheckMate   https://www.instantcheckmate.com/ Carrot²   Carrot²  is an open source search results clustering engine.  It can automatically  cluster  small collections of documents, e.g. search results or document abstracts, into thematic categories. https://search.carrot2.org/#/search/web eTools.ch   searches major Swiss and international search engines and offers you the  best results  in  full privacy ! Webmii People search engine:  https://webmii.com/ Intelligence X https://intelx.io/ Social Searcher social media search engine

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