-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#Tue Mar 02 16:57:30 CST 2021 | ||
gradle.version=6.1.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<p>This BurpSuite extension allows you, in a quick and simple way, to improve | ||
the active and passive BurpSuite scanner by means of personalized rules | ||
through a very intuitive graphical interface. Through an advanced search of | ||
patterns and an improvement of the payload to send, we can create our own | ||
issue profiles both in the active scanner and in the passive.</p> | ||
|
||
<p>* Usage manual: <a href="https://github.com/wagiro/BurpBounty/wiki/usage">Wiki</a>.</p> | ||
|
||
<p>* You can download profile from: <a href="https://github.com/wagiro/BurpBounty/tree/master/profiles">Github</a>.</p> | ||
|
||
<p>* Author's on Twitter: <a href="https://twitter.com/BurpBounty">@BurpBounty</a> <a href="https://twitter.com/egarme">@egarme</a></p> | ||
|
||
<p>* More information at: <a href="https://burpbounty.net">https://burpbounty.net</a></p> | ||
|
||
|
||
<p>* If you need more power, I invite you to try the new <b>Burp Bounty Pro</b>, which gives you more power and automation during your manual pentests.</p> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Uuid: 618f0b2489564607825e93eeed8b9e0a | ||
ExtensionType: 1 | ||
Name: Burp Bounty, Scan Check Builder | ||
RepoName: scan-check-builder | ||
ScreenVersion: 3.2 | ||
SerialVersion: 21 | ||
MinPlatformVersion: 0 | ||
ProOnly: True | ||
Author: Eduardo Garcia | ||
ShortDescription: Extend the Burp active and passive scanner by creating custom scan checks with an intuitive graphical interface. | ||
EntryPoint: build/libs/scan-check-builder-all.jar | ||
BuildCommand: gradle fatJar |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
## Changelog | ||
**3.6.0 20201005** | ||
* Fixed bug with Match And Replace | ||
* Fixed bug with content-type detection | ||
* Fixed regex bug that contains commas | ||
|
||
**3.5.0 20201001** | ||
* Fixed bug with Payload and Payload without encode match type | ||
* Changed the default directory from user.dir to user.home | ||
* Added <payload> and <grep> variables for printing issue details in Advisory. | ||
* Fixed regex grep case sensitive | ||
* Better redirection performance | ||
|
||
|
||
**3.4.0 20200621** | ||
* Fixed bug with delete button on windows systems | ||
* Fixed bug with Java array | ||
|
||
**3.3.0 20200607** | ||
* Fixed bug with windows systems | ||
* New look and feel | ||
* A lot of code rewritten for further optimization | ||
|
||
|
||
**3.2.0 20200513** | ||
* You can filter profiles by type | ||
* Better and faster scroll | ||
* New look and feel | ||
* A lot of code rewritten for further optimization | ||
* BurpCollaborator has been improved to use fewer hosts | ||
|
||
|
||
**3.1.0 20200407** | ||
* Fixed 12 issues from github | ||
* Better performance of the match algorithm | ||
* "Path discovery" option has been improved | ||
* Profiles adapted to the new version | ||
|
||
|
||
**3.0.6beta 20190819** | ||
* Fixed error with tab | ||
* Fixed error with status code | ||
|
||
**3.0.5beta 20190612** | ||
* Choose insertion points type for one profile | ||
* Fixed error with redirections | ||
|
||
|
||
**3.0.4beta 20190217** | ||
* "Path discovery" feature add new insertion points | ||
* New tags for extract matches and better issue documentation | ||
* Variations/Invariations match type feature | ||
* Algorithm optimization | ||
* New profiles added | ||
|
||
|
||
**3.0.3beta 20190206** | ||
* Add Match and Replace feature | ||
* Delete Collaborator button (now start automatically) | ||
* Improve Collaborator Thread | ||
* Some minor improvements | ||
|
||
**3.0.2beta 20181217** | ||
* Fixed error with comma separated | ||
|
||
|
||
**3.0.1beta 20181207** | ||
* Fixed error with timeout | ||
|
||
|
||
**3.0.0beta 20181204** | ||
* New multi-tab look and feel | ||
* Passive scanner for requests | ||
* Content-length comparer (for blindSQLi, etc.) | ||
* Tags system for organize your profiles | ||
* New BurpCollaborator Interaction | ||
* New Profile Manager | ||
* Deleted “not in cookie” functionality | ||
* Some minor improvements | ||
|
||
**2.3 20181029** | ||
* Improved profile manager | ||
* Fixed some minor problems | ||
|
||
|
||
**2.2 20181026** | ||
* Fixed some minor problems | ||
|
||
|
||
**2.1 20181024** | ||
* Replace strings in payloads | ||
* Field to put profile authors information | ||
* Timeout option for blind vulns | ||
* Multiple lines bb json file | ||
|
||
|
||
**2.0 20181020** | ||
* Add the burpcollaborator support | ||
* Follow redirects and how many to follow | ||
* Payload append or replace | ||
* Space encoding choose | ||
* Response codes to avoid | ||
* Content type to avoid | ||
|
||
|
||
**1.2 20180607** | ||
- Solved bug with payload space | ||
- Add "Exclude HTTP Headers" feature | ||
- Add "Only in HTTP Headers" feature | ||
|
||
|
||
**1.1 20180606** | ||
- Some improvements for integrate with the BApps Store | ||
|
||
|
||
**1.0 20180531** | ||
- First public release | ||
|