Skip to content

My solutions to specific PortSwigger Labs which benefit from faster brute-forcing, as well as some reusable utilities to build new solutions

License

Notifications You must be signed in to change notification settings

zS1L3NT/ts-burp-accelerator

Repository files navigation

Burp Accelerator

License Languages Top Language Commit Activity Last commit

This is a repository of my solutions to specific PortSwigger Labs which benefit from faster brute-forcing, as well as some reusable utilities to build new solutions. src/base.ts contains some reusable base utilities to write solutions, which I plan to modify and enhance as needed. src/solutions/ contains my solutions to the PortSwigger Labs which require brute-forcing that cannot be done on the community tier alone.

Motivation

The Burp Suite Intruder is powerful but the community tier is heavily throttled, making some labs impossible to complete with just the free tier. As a software developer, I also feel very restricted by macros using pre-built functions because it takes away the flexibility of customizing each attack iteration.

Usage

$ bun src/solutions/<solution>.ts

Built with

  • BunJS
    • TypeScript
      • @typescript-eslint/eslint-plugin
      • @typescript-eslint/parser
      • bun-types
      • typescript
    • ESLint
      • eslint
      • eslint-config-prettier
      • eslint-plugin-simple-import-sort
      • prettier

About

My solutions to specific PortSwigger Labs which benefit from faster brute-forcing, as well as some reusable utilities to build new solutions

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published