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
CVE-2018-5955 — An exploit for CVE-2018-5955 GitStack 2.3.10 Unauthenticated RCE | Kitploit
Tools/GitHubGitHub/mikethehash/cve-2018-5955
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHubmikethehash/cve-2018-5955

CVE-2018-5955

An exploit for CVE-2018-5955 GitStack 2.3.10 Unauthenticated RCE

View Repository
1031 year 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

CVE-2018-5955

An exploit for CVE-2018-5955 GitStack 2.3.10 Unauthenticated RCE

Exploit: GitStack 2.3.10 Unauthenticated Remote Code Execution

Date: 18.01.2018

Software Link: https://gitstack.com/

Exploit Author: Kacper Szurek

Original Exploit: https://www.exploit-db.com/exploits/43777

Website: https://security.szurek.pl/

Category: remote

CVE: CVE-2018-5955

Exploit Modified by MikeTheHash

Date: 23.06.2023

New features: Interactive RCE, OS Detect, Reverse Shell function, adapted from python2 to python3

CVE: CVE-2018-5955

Category: remote

DISCLAIMER

I take no responsibility for your actions, as I posted it on github for education purposes or certified and authorized penetration testing

How to use

Install requirements:

root@kitploit:~
pip install colorama

Then, you can run it with:

root@kitploit:~
python3 exploit.py

Functions

  • OS Detection
  • Reverse shell

OS Detection:

The OS will be detected after you have exploited the CVE, in fact there will be this line of output: "[*] OS: $operatingsystem" (Dimostration below)

root@kitploit:~
[+] Get user list
[+] Found user twreath
[+] Web repository already enabled
[+] Get repositories list
[+] Found repository Website
[+] Add user to repository
[+] Disable access for anyone
[+] Create backdoor in PHP
[*] Type 'shell' to get a reverse shell
[*] OS : Windows <----

You can also type "os" to find out what type of Operating system is

Reverse shell

To get an actual reverse shell on the target you can type "shell" and then type your IP and your listen port like this:

root@kitploit:~
RCE > shell
[?] Please enter the IP address for the shell: YOUR IP HERE
[?] Please enter the port number for the shell: YOUR LISTEN PORT HERE

Happy hacking!

Download Tool