Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

gimmeSH – Generates custom cheatsheet for Reverse Shell, File Transfer and Msfvenom

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Network Exploitation is all about exploiting the various services like File Transfer, SSH, etc. If the target domain is on the same network then we can use the various cheat sheets to exploit the target domain. This cheat sheet includes Reverse Shell, File Transfer, Msfvenom, etc. GimmeSH tool is used to generate these cheat sheets and can be used to exploit the target. GimmeSH tool is developed in the Shell and available on the GitHub platform. GimmeSH tool is open-source and free-to-use. We just need to provide the platform, Internet Protocol Address, and Port Number.

Installation of gimmeSH Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/A3h1nt/gimmeSH.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd gimmeSH

Step 3: Change the permissions of the gimmeSH file by using the following command.

sudo chmod +x gimmeSH.sh

Step 4: Run the below command to verify the installation.

./gimmeSH.sh

Working with gimmeSH Tool on Kali Linux OS

Example 1: File Transfer Linux

./gimmeSH.sh --file-transfer 192.168.64.129 8080 lin

We have got the cheat sheets for File Transfer Linux, thus can be used in Metasploit for sending the payload to a target.

Example 2: Web Shells

./gimmeSH.sh --msf-venom 192.168.64.129 8080 web

We have got the cheat sheets for Web Shells. We can send the payload to the target and get access to the target system.

My Personal Notes arrow_drop_up
Last Updated : 17 Oct, 2021
Like Article
Save Article
Similar Reads