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 




Comments

Popular posts from this blog

Bug Boundy Methodology, Tools & Resources

Install & set up mitmweb or mitmproxy in Linux

Day 20: Search in Rotated Sorted Array: Binary Search - leetcode - Python3