用于利用 Pulse Secure SSL VPN 漏洞([CVE-2019-11510](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11510 "CVE 2019-11510")的自动化脚本,使用从 Shodan API 获取的主机。你必须拥有 Shodan 账户才能使用此脚本。如果你没有 Shodan 账户,请点击此处。

# CentOS & Fedora
yum install git python3 -y
# Ubuntu & Debian
apt install git python3 python3-pip -y
# FreeBSD
pkg install -y python3 git
python3 -m ensurepip
git clone https://github.com/aqhmal/pulsexploit.git
cd pulsexploit
pip3 install -r requirements.txt
# Shodan API Key (change according to your Shodan API key)
api_key = ''
# Shodan search query (edit this, but don't remove the html and port)
search_query = 'html:"/dana/" port:"443"'
python3 pulsexploit.py -t <线程数/ 默认值: 5>
此脚本仅用于渗透测试和安全研究,如果你将其用于非法活动,我将不承担任何责任。