Projects STRLCPY linuxprivchecker Commits b56ab6f5
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    linuxprivchecker.sh
    skipped 124 lines
    125 125  echo -e "\n[+] Sudoers Files (Privileged) [/etc/sudoers.d/*]"
    126 126  formatCommand "cat /etc/sudoers.d/* 2>/dev/null | grep -v '#' 2>/dev/null"
    127 127   
     128 +echo -e "\n[+] User's specific NOPASSWD sudo entries"
     129 +formatCommand "sudo -ln"
     130 + 
    128 131  echo -e "\n[+] Logged in User Activity"
    129 132  formatCommand "w 2>/dev/null"
    130 133   
    skipped 123 lines
Please wait...
Page is in error, reload to recover