mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-03-12 21:23:13 -07:00
16 lines
537 B
Bash
16 lines
537 B
Bash
# Title: Variables - sudoB
|
|
# ID: sudoB
|
|
# Author: Carlos Polop
|
|
# Last Update: 22-08-2023
|
|
# Description: Known dangerous sudoers configs
|
|
# License: GNU GPL
|
|
# Version: 1.0
|
|
# Functions Used:
|
|
# Global Variables:
|
|
# Initial Functions:
|
|
# Generated Global Variables: $sudoB
|
|
# Fat linpeas: 0
|
|
# Small linpeas: 1
|
|
|
|
sudoB="$(whoami)|ALL:ALL|ALL : ALL|ALL|env_keep|NOPASSWD|SETENV|/apache2|/cryptsetup|/mount|/restic|/usermod|/sbin/ldconfig|/usr/sbin/ldconfig|ldconfig -f|--password-command|--password-file|-o ProxyCommand|-o PreferredAuthentications"
|