Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aniko33/gitstackexploit_2.3.10

GitStack exploit version 2.3.10 for Python3
https://github.com/aniko33/gitstackexploit_2.3.10

exploit gitstack python2 python3

Last synced: 17 days ago
JSON representation

GitStack exploit version 2.3.10 for Python3

Awesome Lists containing this project

README

        


GitStack exploit 2.3.10


From Python2 to Python3


Exploit made by kacperszurek

## Installation
```bash
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 `

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
- [Gitstack 2.3.10 refactor](https://github.com/TBernard97/Gitstack-2.3.10-Exploit-Refactor)