Service exploits
Service Running as Root
ps aux | grep "^root"
#try to identify the version number of the program being executed
<program> --version
dpkg -l | grep <program>
## Searchsploit ro Google nowLSE
./lse.sh -l 1 -i ps aux | grep "^root"
#try to identify the version number of the program being executed
<program> --version
dpkg -l | grep <program>
## Searchsploit ro Google now./lse.sh -l 1 -i