Skip to content

Releases: cyal1/PyBurp

v1.0.2

Choose a tag to compare

@cyal1 cyal1 released this 26 Dec 14:09
update

v1.0.1

Choose a tag to compare

@cyal1 cyal1 released this 26 Apr 09:30

What's Changed

  • Support for None type parameters in RPC call by @cyal1 in #6
  • jar size shrink by @cyal1 in #8
  • Show more detailed error information by @cyal1 in #10
  • update handleInteraction by @cyal1 in #11
  • add processPayload by @cyal1 in #12
  • default charset to utf8 by @cyal1 in #13
  • WebSocket support

v1.0.0

Choose a tag to compare

@cyal1 cyal1 released this 14 Sep 13:07
c4657d3
Merge pull request #5 from cyal1/single-logConsole

update to montoya-api:2024.7

v0.1.9

Choose a tag to compare

@cyal1 cyal1 released this 07 Aug 15:28

add chrome_devtools_protocol.py
Now, you can directly invoke JavaScript functions from the browser within Burp Suite. view https://youtu.be/FRCnZ8a7UGI

v0.1.8

Choose a tag to compare

@cyal1 cyal1 released this 03 Aug 14:13
  1. bug fix
  2. add bambdas.py

v0.1.7

Choose a tag to compare

@cyal1 cyal1 released this 02 Aug 10:46
  1. UI freeze fix
  2. add collaborator.py

v0.1.6

Choose a tag to compare

@cyal1 cyal1 released this 15 Jul 15:08
  1. Multi-tab Support: Users can now open multiple tabs within the application.
  2. Console Output Enhancement: Added detailed console output to provide better visibility into application operations and debugging.
  3. Example Files Updated: Updated example files with clearer instructions and improved usability for new users.
  4. Added context menu options: NoSQL injection detection, Spring Boot bypass detection

v0.1.5

Choose a tag to compare

@cyal1 cyal1 released this 28 Jun 01:13

new build-in function ts(), it return current timestamp

v0.1.4

Choose a tag to compare

@cyal1 cyal1 released this 13 Aug 08:57
new functions and new context menu type MESSAGE_EDITOR

v0.1.3

Choose a tag to compare

@cyal1 cyal1 released this 13 Aug 02:10

makeRequest() raw http surpport. update race_condition.py template.