Giter VIP home page Giter VIP logo

burp-js-miner's Issues

Flag on Basic auth secrets

Hey,

I have a js file with the following.

Authorization:"Basic c21lZ3NtZWdzbWVnYWRzMTIzMTMxMjMx"

any way to get it to highlight stuff like this? as it would be really handy.

github and gitlab tokens

Hey just to say i am loving this plugin but noticed it missed a few things that were in js that could do with being highlighted.

gitlab personal token: '\b(glpat-[0-9a-zA-Z_-]{20})(?:\b|$)'
gitlab pipeline token: '\b(glptt-[0-9a-f]{40})\b'

github personal token

- "ghp_.{36}" - "github_pat_.{82}"
github hub app token: "\b((?:ghu|ghs)_[a-zA-Z0-9]{36})\b"

Keep up the good work!

[ENHANCEMENT] Detect UUID

Hello,
Thanks for JSMiner, very useful !

While browsing an application, I was able to detect some UUIDs that were useful but which JSMiner does not detect because the secrets regex does not seem to be adapted for a UUID.

So I think it might be interesting to add UUID detection in JSMiner? The following regex should do the job

[a-fA-F\d+]{8}-[a-fA-F\d+]{4}-4[a-fA-F\d+]{3}-[a-fA-F\d+]{4}-[a-fA-F\d+]{12}

On the other hand I don't know if it can really be counted as a secret, so I don't know if it belongs in SECRETS_REGEX.

Regards

File write failure on scan (Burp on Windows 10)

Version 1.15
Burp version 2022.3.8
Burp Build Number 13217
Burp Update Channel Stable
Windows 10
java.runtime.version 17.0.2+8-86

Errors produced on running a scan (lots of repeated)

[-] Unexpected OS file write was prevented.
[-] Error saving the file - saveFile IOException.
[-] Unexpected OS file write was prevented.
[-] Error saving the file - saveFile IOException.
[-] Unexpected OS file write was prevented.
[-] Error saving the file - saveFile IOException.

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.