Categories: Kali Linux

Telewreck – A Burp Extension To Detect And Exploit CVE-2017-9248

Telewreck is a Burp extension to detect and exploit versions of Telerik Web UI vulnerable to CVE-2017-9248.

Telewreck Attribute

  • Detect vulnerable versions of Telerik Web UI during passive scans.
  • Bruteforce the key and discover the “Document Manager” link just like the original exploit tool.

Requirements

  1. Locate Telerik.Web.UI.DialogHandler.aspx
  2. This extension requires Python’s requests module. Just run pip install requests to install it.
  3. The text area under Telewreck tab doesn’t function as a console. So, stoud and stderr outputs cannot be seen there. However, you can view them under the Output and Errors sections of the Extender tab.
  4. Before running another bruteforce, cancel the current process first by clicking the Cancel button.
  5. If the key can’t be bruteforced, then probably the key has been set up securely and/or the application is not using a default installation of Telerik.
  6. If the key can’t be bruteforced and/or there are some issues, it’s recommended to fall back to the original exploit tool.

Also Read SQLMap – SQL Injection & Database Automatic Takeover Tool

Installation Process

  • Download telewreck.py to your machine.
  • Install Python’s requests module using sudo pip install requests.
  • On your Burp, go to Extender > Options tab. Then under the Python Environment section, locate your jython-standalone-2.7.0.jar file (1) and the directory where Python’s requests module is located (2).

  • Go to Extender > Extensions tab, then click on the Add button. On the new window, browse the location of telewreck.py and click the Next button.

  • If there’s any error, the Telewreck tab would appear in your Burp.

Screenshots

Disclaimer

This tool is created for educational purposes only.

Credit : Paul Taylor (@bao7uo

R K

Recent Posts

ModTask – Task Scheduler Attack Tool

ModTask is an advanced C# tool designed for red teaming operations, focusing on manipulating scheduled…

18 hours ago

HellBunny : Advanced Shellcode Loader For EDR Evasio

HellBunny is a malleable shellcode loader written in C and Assembly utilizing direct and indirect…

18 hours ago

SharpRedirect : A Lightweight And Efficient .NET-Based TCP Redirector

SharpRedirect is a simple .NET Framework-based redirector from a specified local port to a destination…

18 hours ago

Flyphish : Mastering Cloud-Based Phishing Simulations For Security Assessments

Flyphish is an Ansible playbook allowing cyber security consultants to deploy a phishing server in…

2 days ago

DeLink : Decrypting D-Link Firmware Across Devices With A Rust-Based Library

A crypto library to decrypt various encrypted D-Link firmware images. Confirmed to work on the…

2 days ago

LLM Lies : Hallucinations Are Not Bugs, But Features As Adversarial Examples

LLMs (e.g., GPT-3.5, LLaMA, and PaLM) suffer from hallucination—fabricating non-existent facts to cheat users without…

2 days ago