Skip to content

ingramali/yes-we-burp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

YesWeBurp

Description

YesWeBurp is an extension for BurpSuite allowing you to access all your https://yeswehack.com/ bug bounty programs directly inside Burp.

YesWeBurp also help you to instantly configure Burp according to the program rules.

Installation

Jython (required)

  • Download Jython 2.7.0 Standalone Jar from https://www.jython.org/downloads.html
  • Open Burp on Extender / Options
  • In Python Environment, set the location of the standalone jar to the previouly downloaded one

YesWeBurp

  • git clone 'https://github.com/yeswehack/YesWeBurp.git' <installation_folder>
  • Open Burp on Extender/ Extensions
  • Click Add
  • Set Extension type as Python
  • Set Extension file to <installation_folder>/src/addon.py
  • Click Next
  • The addon is now installed, a new tab named YesWeHack should appear

Configuration

The configuration options are available in the tab YesWeHack / Options

option description default
API URL Base url for all the api calls. https://api.yeswehack.com
Authentication Choose between Anonymous or authenticated connection.
Authenticated mode allows you to access all you private programs.
Anonymous
Email Email used for connecting to your YesWeHack account. -
Password Password used for connecting to your YesWeHack account. -
Remember password Choose to keep a plaintext copy of your password inside. Burp -

Changelog

  • v1.0.0 - Initial release

About

YesWeHack Api Extension for Burp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • CSS 2.4%