Releases: TRSTN4/EagleShell
Releases · TRSTN4/EagleShell
v2.2.9.18: OFFICIAL-RELEASE
About
EagleShell is a high-quality tool that aims to improve YOUR pentest.
Each and one of the scripts are helpful during a pentest. It comes filled with scripts that will improve your pentest and make it better and easier.
We heavily support people who have created a python script and want to share it with us to merge with EagleShell. Of course you get the credits for your script. Learn more about contributing here.
Installation
Downloading and installing steps:
- Requires Python 3
Linux Installation
git clone https://github.com/TRSTN4/EagleShell.git
cd EagleShell
python3 setup.py
Updating
When a new version is out, you have two methods to update:
1. Use the built-in update.py
cd EagleShell
python3 update.py
2. Use Git Commands
cd EagleShell
git fetch
git reset --hard origin/master
git checkout master
git pull
Contributing
Got something interesting you'd like to share? Learn about contributing.