Coder Social home page Coder Social logo

ldcvanderpoel / burp-wordlist-generator Goto Github PK

View Code? Open in Web Editor NEW
28.0 2.0 8.0 41 KB

This Burp extension extracts various data (path, parameter keys, parameter values, subdomains, etc.) from the sitemap. This data is used to create custom wordlists for directory/dns/parameter brute-forcing.

License: GNU General Public License v3.0

Python 100.00%
cybersecurity burp-plugin wordlist-generator

burp-wordlist-generator's Introduction

Burp-Wordlist-Generator

Generates wordlists from the Burp sitemap.

Everyone in offensive cyber security (pentesting/bug bounty) uses the same wordlists (SecLists, WFuzz, Assetnode, etc.). Creating your own custom wordlists is necessary to differentiate yourself from hordes of automated scanners. This Burp extension extracts various kinds of data (path, parameter keys, parameter values, subdomains, etc.) from the Burp sitemap and stores this in respective wordlist files. These wordlists can then be used for directory/dns/parameter brute-forcing.

Good to know

  • Currently, the following types of data are collected:

    • Paths
    • Subdomains
    • Parameter keys
    • Parameter values
    • Parameter key-value pairs (query)
  • Data is only collected from the following parameter types. Parameters from cookies, multipart forms, and XML attributes are ignored.

    • URL
    • Body
    • JSON
    • XML
  • Only in-scope data is collected.

  • Only unique entries are stored (per project).

  • Either select the entire sitemap, only process the selected endpoints.

Installation

Inside Burp, go to Extender, select Add, set 'Extension type' to Python, and select the extension file.

Usage

Go to the 'Target' tab and right-click the sitemap.

Output can be seen by visiting the extension tab.

The wordlists are written to: <extension dir>/wordlists/<Burp project name>.

Further processing

After creating different wordlists, they can be aggregated:

cat wordlists/*/paths.txt | sort | uniq
cat wordlists/*/keys.txt | sort | uniq
cat wordlists/*/values.txt | sort | uniq
cat wordlists/*/queries.txt | sort | uniq
cat wordlists/*/subdomains.txt | sort | uniq

At one point, an option for this may be added to the extension.

A word of warning

The generated wordlists can contain sensitive data such as usernames, password, and tokens. Review the wordlist before launching it against other systems.

burp-wordlist-generator's People

Contributors

ldcvanderpoel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  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

burp-wordlist-generator's Issues

Use sitemap selection

Currently, the entire sitemap is used for generating the wordlists. Instead, only the selected part of the sitemap should be used.

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.