Skip to content

we45/orchy-webhook_burpextender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burp Extender for Orchestron Webhook

How to install and run Orchestron Webhook Burp Extender?

  1. Download the Orchy-webhook burp extender file
  2. Download Jython 2.7.0 - Installer.jar from http://www.jython.org/downloads.html

Run the following command:

    sudo java -jar jython-installer-2.7.0.jar -s -t standard -d /usr/local/jython-2.7.0 && sudo ln -s /usr/local/jython-2.7.0/jython /usr/local/bin/
    sudo /usr/local/jython-2.7.0/bin/pip install requests==2.9.2
  1. Give Jython environment (.jar) file location as /usr/local/jython-2.7.0/jython.jar in Burp Extender options tab.
  2. Load the orchy-webhook.py from extension tab.
  3. Add the url to scope in burp, then run active scan.
    Note: Url should be add to scope before running active scan.
  4. Click refresh button on orchy-webhook burp extension.
  5. Select the host once the active scan is done.
  6. Create webhook for the Testing applciation in orchestron conmsole and copy the webhook url to clipboard.
  7. Give Web Hook Url, Authenication Token, Engagement-ID(if neccessary) in orchy-webhook burp extension
  8. Clck push result
  9. After results is pushed, orchy response will be stored in orchy-log.txt file for future reference.

About

Burp Extender for Orchestron Webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages