Fibbot / wordlistr

Tool for extracting subdirectories, params, and filenames from burp proxy history to add to your personal wordlists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beginning of my project to create ongoing wordlists based off burpsuite projects

extracting urls from burp project:

  • under proxy --> http history --> select all --> right click and 'copy urls' --> save this to 'infile'

filter in burp (optional, but cleaner):

  • add what you want here, i typically filter out css, gif, png, woff, etc.
    • probably should just add this in the tool
  • i also will keep it to in-scope items, but that's up to you

how to run:

python3 wordlistr.py infile outfileName

About

Tool for extracting subdirectories, params, and filenames from burp proxy history to add to your personal wordlists.

License:MIT License


Languages

Language:Python 100.0%