Coder Social home page Coder Social logo

gnothiseautonlw / burp-shell-fwd-lfi Goto Github PK

View Code? Open in Web Editor NEW
76.0 2.0 16.0 503 KB

A Burp Suite plugin/extension that offers a shell in Burp. Both useful for OS Command injection and LFI exploration

Python 100.00%
security security-tools burpsuite burp-extensions burp-plugin burpsuite-extender pentesting penetration-testing penetration-testing-tools

burp-shell-fwd-lfi's Introduction

Burp Extension: Shell FWD/LFI

A shell-like environment in burpsuite Shell Demo

Installation

Dependencies

Burpsuite needs 'jython' to run this plugin. If you haven't already installed it:

cd /opt
sudo mkdir jython
sudo cd jython
wget https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.2/jython-standalone-2.7.2.jar

(or visit https://www.jython.org/download.html and download manual)

Dependencies configuration

Open Burpsuite

  • In the 'Extender'-tab, click the 'options' tab
    • In the section 'Python Environment'
      • Click 'Select file'
      • Navigate to /opt/jython
      • Select 'jython-standalone-2.7.2.jar'
      • And click 'open'

Plugin installation

cd /opt
git clone https://github.com/gnothiseautonlw/burp-shell-fwd-lfi.git

Add plugin to Burpsuite

Open Burpsuite

  • In the 'Extender'-tab, with the 'Extensions' tab selected
    • Click the 'Add'-button
      • Select 'Python' as Extension type
      • Click 'Select file...'
      • Navigate to '/opt/burp-shell-fwd-lfi/
      • Select 'shell.py'
      • Click 'next'

Usage and principles

This article explains how to use the plugin. It will also demystify the principles and work that happens behind the scenes of this plugin: https://docs.google.com/document/d/1Vk-CPFgylO79IJaSRq930qDs7N-rQnVHpRp2I9ooqR8/edit?usp=sharing

burp-shell-fwd-lfi's People

Contributors

gnothiseautonlw 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

Watchers

 avatar  avatar

burp-shell-fwd-lfi's Issues

Extension not working

hey, I tried this extension against the DVWA on low security and unfortunately it doesn't work. When I specify a command inside the vulnerable parameter, the virtual shell retrieves the normal output as if it didn't send any command.

example:

ip=;$whoami$&Submit=Submit

Output (should be inside the pre HTML tags):
<pre></pre>

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.