Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 801 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 801 Bytes

GitStack exploit 2.3.10

From Python2 to Python3

Exploit made by kacperszurek

Installation

git clone https://github.com/aniko33/GitStackExploit_2.3.10 &&\
cd GitStackExploit_2.3.10 &&\
pip install -r requirements.txt &&\
chmod +x gitstack_2.3.10.py

Usage

./gitstack_2.3.10.py <HTTP://URL> <decoding: true, false> <EXEC>

Example: ./gitstack_2.3.10.py https://target.com true whoami

Why did I rewrite it?

The exploit was written in Python 2, which is now an obsolete version, so I decided to rewrite it in Python 3, for the community and to make it easier to use

Related projects