Skip to content

Releases: cyal1/PyBurp

v1.0.2

26 Dec 14:09

Choose a tag to compare

Fixed java.lang.NoSuchMethodError: 'com.google.protobuf.Parser com.google.protobuf.MessageLite.getParserForType()

v1.0.1

26 Apr 09:30

Choose a tag to compare

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

14 Sep 13:07
c4657d3

Choose a tag to compare

Merge pull request #5 from cyal1/single-logConsole

update to montoya-api:2024.7

v0.1.9

07 Aug 15:28

Choose a tag to compare

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

03 Aug 14:13

Choose a tag to compare

  1. bug fix
  2. add bambdas.py

v0.1.7

02 Aug 10:46

Choose a tag to compare

  1. UI freeze fix
  2. add collaborator.py

v0.1.6

15 Jul 15:08

Choose a tag to compare

  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

28 Jun 01:13

Choose a tag to compare

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

v0.1.4

13 Aug 08:57

Choose a tag to compare

new functions and new context menu type MESSAGE_EDITOR

v0.1.3

13 Aug 02:10

Choose a tag to compare

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