GTFOBins Offline Terminal with python
A python3 script which uses a custom GTFOBins dictionary to search and report how to exploit all the possible binaries ^^
A script made in python3 to perferm an offline seach in GTFOBins to use in machines and do the following:
- List all the binaries in the disctionary
- List all the privileges available for each binary
- Print how to exploit a specific binary by privileges
Some unusual commands are missing, i will be updating it in the future.
PyGTFO requires the following non-standard Python libraries to be installed:
colorama (pip install colorama)
It can also be installed with the command: pip install -r requirements.txt
git clone https://github.com/WizzzStark/PyGTFO
Initializing Script
python3 pyGTFO.py -b [BINARY] -p [PRIVILEGE]
List all binaries and privileges
python3 pyGTFO.py -lb (List all binaries)
python3 pyGTFO.py -b [BINARY] -lp (List all possible privileges)
Show usage menu
python3 pyGTFO.py -m
Let me know what you think of this script at @DrakuKled