Metasploit Exploit Suggester

https://www.udemy.com/course/active-directory-pentesting-with-kali-linux-read-team-hacking/learn/lecture/26276024#overview

Do it from a regular user

#looks for exploits Metasploit can execute
use post/multi/recon/local_exploit_suggester
info
options
set session 2
run

#looks for privilege escalatio
use post/windows/gather/win_privs
info
options
set session 2
run

https://www.udemy.com/course/active-directory-pentesting-with-kali-linux-read-team-hacking/learn/lecture/26276024#overview

Last updated