## https://sploitus.com/exploit?id=05081BAE-6AEB-5206-8BEC-6D067EE4B660
# TelerikUI Python Scanner
(telerik_rce_scan.py)
<img align="center" src="https://github.com/becrevex/Telerik_CVE-2019-18935/blob/master/pyimp.JPG"/>
# Examples
<b>Assess an IP for CVE-2019-18935</b><br>
$ python3 telerik_rce_scan.py -t 192.168.44.21
<b>Assess a hostname for CVE-2019-18935</b><br>
$ python3 telerik_rce_scan.py -t vulnerable.telerik.net
<b>Assess a CIDR network range for CVE-2019-18935</b><br>
$ python3 telerik_rce_scan.py -r 23.253.4.0/24
<b>Assess a list of targerts</b><br>
$ python3 telerik_rce_scan.py -iL hosts.txt
------------------------------------------------------------------------------------------------------
# TelerikUI NSE Scanner
(http-telerik-vuln.nse)
# Installation
Download to your nmap scripts directory (/usr/share/nmap/scripts/)
# Update the nmap scripts database
$ nmap --script-updatedb
# Sample execution:
nmap -sT -p443 --script=http-telerik-vuln 23.253.4.115
# Screen:
<img align="center" src="https://github.com/becrevex/Telerik_CVE-2019-18935/blob/master/screen.JPG"/>
## Thanks
[@mwulftange](https://twitter.com/mwulftange) initially [discovered](https://codewhitesec.blogspot.com/2019/02/telerik-revisited.html) this vulnerability. [@bao7uo](https://github.com/bao7uo) wrote all of the logic for [breaking RadAsyncUpload encryption](https://github.com/bao7uo/RAU_crypto), which enabled manipulating the file upload configuration object in `rauPostData` and subsequently exploiting insecure deserialization of that object. And thanks to Noperator (@BishopFox) from whom I _copped_ this language and the Legal Disclaimer below.
## Legal Disclaimer
Usage of this tool for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.