Giter Club home page Giter Club logo

burpextenderutilities's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

burpextenderutilities's Issues

simplify the scope

At the moment, it adds itself to the scope with the extension name:
image

it would be great to just keep the first part as project-extension-preference-store-do-not-delete:65535 to simplify the scope. It can always add something to /info_this_site with some info about the utility extension and a link to the github

Add Menu Helper

Allow extensions to ask for a menu to be added to Burps menu which will be destroyed when the extension is unloaded.

FR: Project preferences backup

When burp crashes for any reasons or an extension is being interrupted in the middle of saving the project settings, it may clear the settings completely from the sitemap.
I suggest these to be added please:

  • taking a backup before saving or resetting any data in the sitemap -> so everything will be copied under another name like LoggerPlusPlus-backup
  • we should be able to have getProjectBackup settings if it is needed (for example when the current setting is corrupted or not found)
  • we should be able to also have removeBackpSettings to clear the previous settings when it is needed

Backup/Restore and Export/Import

What's the best way to take a raw backup of what is saved in the sitemap so then it is possible to restore it from there?

Also how can I export the settings in a text format and perhaps import them from an external file later on?

I am interested if there are some functions which can be used/abused to achieve these as there is no documentation atm.

serialization changes the order

Currently gson serialization change the order. For example, I have a LinkedHashSet item which requires saving using its history (when it has entered the list). However, when the setting is saved, it serialized it in a random order.

It would be good find a generic way of doing this if data needs to keep their order (e.g. by using LinkedHashSet) - you may need to define a custom serializer for it but I have no idea how this can be implemented at the moment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.