Archive for the ‘post’ Category

Simple Framework Domain Token Scanner

November 4th, 2011

Pretty straightforward little pattern here that will run a post module against all open sessions. ## This RC file assumes that you've got a bunch of open sessions, and now you want to go searching for a domain admin token. use post/windows/gather/enum_domain_tokens ## Now run against all open sessions framework.sessions.count.each do |session| run_single("set SESSION #{session.first}") [...]

Simple Framework Domain Token Scanner belongs to Security Aegis

Posted in Domain, domain admin, infosec, module, open sessions, penetration testing, post, rc file, Scanner, security, single run, tokens, use | Comments (0)