Pea-Ish is an automated Bash script that grabs the following potentially helpful information from a compromised machine.
- Netwrok Ping Sweep
- Simple Curl Port Scan
- Prints Linux Version
- Whoami/ID
- Prints SUIDs
- Prints Passwd (Stripping out all No Login)
- Prints Running Processes
- Prints Versions Of Sudo/Mysql/Apache
- Checks If Vulnerable to Dirty Pipe
- Clone the repo
git clone https://github.com/MattSteedWork/Pea-Ish.git
#########################################################################
#./Peaish.sh -h or --help Display Help Text #
#./Peaish.sh -o or --output (filename) Writes Output To File#
#./Peaish.sh -v or --verbose Verbose Mode #
# #
# example: #
# ./Peaish.sh -v #
#########################################################################