GithubHelp home page GithubHelp logo

capt-meelo / telewreck Goto Github PK

View Code? Open in Web Editor NEW
97.0 97.0 25.0 1.05 MB

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

License: MIT License

Python 100.00%

telewreck's People

Contributors

capt-meelo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

telewreck's Issues

Installation Error

Hi Mate,
Thanks for your great efforts in creating this extension.
I have a problem installing it on Mac and Kali as shown in the screenshot.
note that I've installed all the required modules as well.
Capture
Thanks,
B1twis3

I installed in burpsuite 1.7.36 java 8 and python 2.7 and got this error

I installed in burpsuite 1.7.36 java 8 and python 2.7 and got this error
Traceback (most recent call last):
File "C:\Python27\Lib\site.py", line 557, in
main()
File "C:\Python27\Lib\site.py", line 539, in main
known_paths = addusersitepackages(known_paths)
File "C:\Python27\Lib\site.py", line 266, in addusersitepackages
user_site = getusersitepackages()
File "C:\Python27\Lib\site.py", line 241, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
File "C:\Python27\Lib\site.py", line 231, in getuserbase
USER_BASE = get_config_var('userbase')
File "C:\Python27\Lib\sysconfig.py", line 520, in get_config_var
return get_config_vars().get(name)
File "C:\Python27\Lib\sysconfig.py", line 470, in get_config_vars
_init_non_posix(_CONFIG_VARS)
File "C:\Python27\Lib\sysconfig.py", line 368, in _init_non_posix
vars['BINDIR'] = os.path.dirname(_safe_realpath(sys.executable))
File "C:\Python27\Lib\sysconfig.py", line 99, in _safe_realpath
return realpath(path)
File "C:\Python27\Lib\sysconfig.py", line 99, in _safe_realpath
return realpath(path)
File "C:\Python27\Lib\ntpath.py", line 474, in abspath
if not isabs(path):
File "C:\Python27\Lib\ntpath.py", line 58, in isabs
s = splitdrive(s)[1]
File "C:\Python27\Lib\ntpath.py", line 115, in splitdrive
if len(p) > 1:
TypeError: object of type 'NoneType' has no len()

at org.python.core.Py.TypeError(Py.java:259)
at org.python.core.PyObject.__len__(PyObject.java:650)
at org.python.core.__builtin__.len(__builtin__.java:729)
at org.python.core.BuiltinFunctions.__call__(__builtin__.java:64)
at org.python.core.PyObject.__call__(PyObject.java:465)
at ntpath$py.splitdrive$4(C:\Python27\Lib\ntpath.py:135)
at ntpath$py.call_function(C:\Python27\Lib\ntpath.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:138)
at org.python.core.PyFunction.__call__(PyFunction.java:413)
at ntpath$py.isabs$2(C:\Python27\Lib\ntpath.py:59)
at ntpath$py.call_function(C:\Python27\Lib\ntpath.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:138)
at org.python.core.PyFunction.__call__(PyFunction.java:413)
at ntpath$py.abspath$18(C:\Python27\Lib\ntpath.py:480)
at ntpath$py.call_function(C:\Python27\Lib\ntpath.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:138)
at org.python.core.PyFunction.__call__(PyFunction.java:413)
at sysconfig$py._safe_realpath$1(C:\Python27\Lib\sysconfig.py:101)
at sysconfig$py.call_function(C:\Python27\Lib\sysconfig.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:138)
at org.python.core.PyFunction.__call__(PyFunction.java:413)
at sysconfig$py._init_non_posix$13(C:\Python27\Lib\sysconfig.py:368)
at sysconfig$py.call_function(C:\Python27\Lib\sysconfig.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:138)
at org.python.core.PyFunction.__call__(PyFunction.java:413)
at sysconfig$py.get_config_vars$20(C:\Python27\Lib\sysconfig.py:512)
at sysconfig$py.call_function(C:\Python27\Lib\sysconfig.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:307)
at org.python.core.PyBaseCode.call(PyBaseCode.java:118)
at org.python.core.PyFunction.__call__(PyFunction.java:403)
at sysconfig$py.get_config_var$21(C:\Python27\Lib\sysconfig.py:520)
at sysconfig$py.call_function(C:\Python27\Lib\sysconfig.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:138)
at org.python.core.PyFunction.__call__(PyFunction.java:413)
at site$py.getuserbase$8(C:\Python27\Lib\site.py:232)
at site$py.call_function(C:\Python27\Lib\site.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:124)
at org.python.core.PyFunction.__call__(PyFunction.java:403)
at site$py.getusersitepackages$9(C:\Python27\Lib\site.py:256)
at site$py.call_function(C:\Python27\Lib\site.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:124)
at org.python.core.PyFunction.__call__(PyFunction.java:403)
at site$py.addusersitepackages$10(C:\Python27\Lib\site.py:270)
at site$py.call_function(C:\Python27\Lib\site.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:138)
at org.python.core.PyFunction.__call__(PyFunction.java:413)
at site$py.main$33(C:\Python27\Lib\site.py:555)
at site$py.call_function(C:\Python27\Lib\site.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:124)
at org.python.core.PyFunction.__call__(PyFunction.java:403)
at site$py.f$0(C:\Python27\Lib\site.py:609)
at site$py.call_function(C:\Python27\Lib\site.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.imp.createFromCode(imp.java:436)
at org.python.core.imp.createFromPyClass(imp.java:236)
at org.python.core.imp.createFromPyClass(imp.java:205)
at org.python.core.imp.loadFromSource(imp.java:651)
at org.python.core.imp.find_module(imp.java:543)
at org.python.core.imp.import_next(imp.java:840)
at org.python.core.imp.import_first(imp.java:861)
at org.python.core.imp.load(imp.java:716)
at org.python.core.Py.importSiteIfSelected(Py.java:1558)
at org.python.util.PythonInterpreter.<init>(PythonInterpreter.java:116)
at org.python.util.PythonInterpreter.<init>(PythonInterpreter.java:94)
at org.python.util.PythonInterpreter.<init>(PythonInterpreter.java:71)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at burp.cli.<init>(Unknown Source)
at burp.ti.a(Unknown Source)
at burp.lbc.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Wiki for install

Hi,

Can you please create a small wiki for how to install the module.

Vulnerable version clarification

As per this Telerik article, only versions from 2011.1.315 to version 2017.2.621 are vulnerable to RCE without prior knowledge of encryption keys.

Does the list need to be updated?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.