项目作者: BishopFox

项目描述 :
Exploit for Pulse Connect Secure SSL VPN arbitrary file read vulnerability (CVE-2019-11510)
高级语言: Shell
项目地址: git://github.com/BishopFox/pwn-pulse.git
创建时间: 2019-09-09T15:58:39Z
项目社区:https://github.com/BishopFox/pwn-pulse

开源协议:GNU General Public License v3.0

下载


pwn-pulse.sh

Exploit for Pulse Connect Secure SSL VPN arbitrary file read vulnerability (CVE-2019-11510)

Script authored by braindead @BishopFox. Based on research by Orange Tsai and Meh Chang. Thanks also to Alyssa Herrera and 0xDezzy for additional insights. Huge thanks to bl4ckh0l3z for fixing, cleaning and refactoring the code significantly!

This script extracts private keys, usernames, admin details (including session cookies) and observed logins (including passwords) from Pulse Connect Secure VPN files downloaded via CVE-2019-11510.

  • It takes the target domain or IP as an argument and will download important files from the server using the arbitrary file read vulnerability.
  • It then greps through the files for sensitive information and dumps it all into a file named [TARGET]_report.txt
  • It could also test each session cookie to see if the session is currently active (and thus available for hijacking).

Additional details about the development of the script are available in this blog article.

Usage:

  1. ./pwn-pulse.sh -h
  2. [pwn-pulse.sh by braindead @BishopFox]
  3. This script extracts private keys, usernames, admin details (including
  4. session cookies) and observed logins (including passwords) from Pulse
  5. Connect Secure VPN files downloaded via CVE-2019-11510.
  6. Usage: pwn-pulse.sh [options]
  7. Options:
  8. -h show this output
  9. -t set the target (IPs - single entry by stdin, in csv format, single column in a file)
  10. -d download config, cache and sessions files
  11. -c test cookies in order to identify active sessions
  12. -k test cookies without downloading files (already downloaded and extracted)
  13. -s extract ssh keys
  14. -a all tests