Skip to content

Instantly share code, notes, and snippets.

View chdenat's full-sized avatar

Christian Denat chdenat

  • Noleam
  • Saint Sauveur - France
  • 23:01 (UTC +02:00)
  • X @chdenat
View GitHub Profile
@RajChowdhury240
RajChowdhury240 / linpeas.sh
Created March 26, 2021 18:40
linPEAS script
#!/bin/sh
VERSION="v3.1.1"
ADVISORY="This script should be used for authorized penetration testing and/or educational purposes only. Any misuse of this software will not be the responsibility of the author or of any other collaborator. Use it at your own networks and/or with the network owner's permission."
###########################################
#-------) Checks pre-everything (---------#
###########################################
if [ "$(/usr/bin/id -u)" -eq "0" ]; then
IAMROOT="1"