Postenum v0.8 releases: basic/advanced privilege escalation techniques
Postenum is a clean, nice and easy tool for basic/advanced privilege escalation vectors/techniques. Postenum tool is intended to be executed locally on a Linux box.
Changelog v0.8
– Replace the non-standard ‘which’ with the builtin command ‘command -v’
– Replace the legacy backticked `..` with the notation $(..)
– Replace ‘ls’ directories with for loops
– Udev vulnerable version check
– List all environments variables and list available shells
– Gdb shell-escape
– World-writable files (directories already exist)
– Hidden files and clear-text password/pass check
– Accessible .rhosts files
– Installation script for system/network admins (hard symbolic link)
– List NFS shares and permissions
– Process binaries and umask check
– Better code and more.
– Next
Download
git clone https://github.com/mbahadou/postenum.git
Use
Copyright (C) 2018 mbahadou
Source: https://github.com/mbahadou/