Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device.
File Explorer
Download Latest Version (.zip)- ci.yml
- __init__.py
- console.py
- device.py
- activity.py
- battery.py
- download.py
- keyboard.py
- list.py
- network.py
- openurl.py
- press.py
- screenshot.py
- shell.py
- sleep.py
- upload.py
- wifi.py
- __init__.py
- __main__.py
- cli.py
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- TERMS_OF_SERVICE.md
# Installation Guide
1. Get the code
git clone https://github.com/EntySec/Ghost
Downloads the entire project code from GitHub to your computer.
cd Ghost
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
<code>pip3 install git+https://github.com/EntySec/Ghost</code>
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
