Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aniko33/gitstackexploit_2.3.10
- Owner: aniko33
- Created: 2023-07-15T11:33:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T12:12:37.000Z (over 1 year ago)
- Last Synced: 2024-12-31T16:11:52.512Z (about 1 month ago)
- Topics: exploit, gitstack, python2, python3
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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)