Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Burp_Collector — A Multi-Processing Tool for collecting and extracting information to an Excel file from a Burp Suite output file. | Kitploit
Tools/GitHubGitHub/sajibuu/burp_collector
API Security TestingInformation GatheringWeb SecurityPenetration TestingUtilities & FrameworksSecret DetectionSubdomain Enumeration
GitHubsajibuu/burp_collector

Burp_Collector

A Multi-Processing Tool for collecting and extracting information to an Excel file from a Burp Suite output file.

View Repository
101552 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Burp Collector

GPL-3.0 License 287245591-b1f3cdd6-3d00-4bbb-94c1-38a9204add71

Burp Collector is a multi-processing tool that is specifically designed to aid Pentesters and Bug Hunters in Web/Mobile Application testing. With its powerful capabilities, it streamlines the process of collecting and extracting information from Burp Suite files, empowering you to effectively manage API endpoints.

Burp Collector efficiently organizes API endpoints and seamlessly exports them to Excel sheets, ensuring a structured and easily accessible overview of your project. By simplifying the management of endpoints, it saves valuable time and allows you to focus on critical testing tasks.

Developed by: Sagiv

2023-07-08_20h28_14

Features

  1. Collect and extract all API Endpoints you interacted with during the test (SOAP, REST, and GraphQL) to an Excel file - Highly recommended.
  2. Collect and extract all API Endpoints with their body and parameters to a Postman collection - Highly recommended.
  3. Create a tailored wordlist for your target (Based on Requests/Responses/Cookies/Headers etc') - Recommended!
  4. Convert Postman collections to an Excel file - Recommended!
  5. Convert collected map files to their original Javascript source code -
Recommended!
  • Convert map files to their original Javascript source code and check if the dependencies exists in npmjs.com - Recommended!
  • Collecting URIs with parameters and dumping them to a file with a FUZZ keyword - Recommended!
  • Collect and extract possible APIs found in files during the test to an Excel file - It might generate a lot of junk, but it could be helpful if used right.
  • Collect and extract all URLs encountered during the test to an Excel file - This can be slow depending on the project size.
  • Collect and extract all possible secrets (AWS/Google/Firebase, etc') that might be disclosed - Most of the time the output will be False-Positive.
  • Collect and extract all JSON files encountered during the test into an Excel file - Fast.
  • Collect and extract all subdomains encountered during the test into an Excel file - Fast.
  • Collect and extract all JS/MAP URLs encountered during the test to an Excel file - Fast.
  • Installation:

    root@kitploit:~
      pip install -r requirements.txt
      python -m spacy download en_core_web_sm
    

    Attension

    OPTION - 1: In Burp Suite: Right Click on the domain in the Target Scope - Select "save selected items" and then select "Base64-encode" (Some requests may be missing from the target tree scope - Burp Suite issue...).

    OPTION - 2: In Burp Suite: Navigate to Proxy - HTTP History - Press CTRL + A - Right Click - Select "save selected items" - Leave "Base64-encode" checked.

    Usage:

    Options: -h, --help

    root@kitploit:~
      show this help message and exit
    

    -f, --file

    root@kitploit:~
      Burp File (Right Click on the domain in the Target Scope and select save selected items and select Base64 encode)
    

    -dr, --directory

    root@kitploit:~
      Directroy containing all Burp Suite output files (Right Click on the domain in the Target Scope and select save selected items and select Base64 encode)
      
    

    -a, --all

    root@kitploit:~
      Use all methods (Generate API Endpoints for Bitrix Task, Collect APIs, URLs, Postman and Secrets)
      
    

    -b, --bitrix

    root@kitploit:~
      Collect and extract all API Endpoints you interacted with during the test (SOAP, REST, and GraphQL) to an Excel file - Highly recommended.
      
    

    -p, --postman

    root@kitploit:~
      Collect and extract all API Endpoints with their body and parameters to a Postman collection - Highly recommended.
    

    -w, --wordlist

    root@kitploit:~
      Create a tailored wordlist for your target (Based on Requests/Responses/Cookies/Headers etc') - Recommended!
    

    -m, --map

    root@kitploit:~
      Convert collected map files to their original Javascript source code.
      
    

    -D, --dependency

    root@kitploit:~
      Convert map files to their original Javascript source code and check if the dependencies exists in npmjs.com.
      
    

    -P, --paramspider

    root@kitploit:~
      Collecting URLs with parameters and dumping them to a file with a FUZZ keyword.
      
    

    -J, --js

    root@kitploit:~
      Collect and extract all JS/MAP URLs encountered during the test to an Excel file - Fast.
      
    

    -d, --domain

    root@kitploit:~
      Collect and extract all subdomains encountered during the test into an Excel file - Fast.
      
    

    -i, --api

    root@kitploit:~
      Collect and extract possible APIs found in files during the test to an Excel file - It might generate a lot of junk, but it could be helpful if used right.
      
    

    -j, --json

    root@kitploit:~
      Collect and extract all JSON files encountered during the test into an Excel file - Fast.   
      
    

    -s, --secrets

    root@kitploit:~
      Collect and extract all possible secrets (AWS/Google/Firebase, etc') that might be disclosed - Most of the time the output will be False-Positive.
      
    

    -pe, --postoexcel

    root@kitploit:~
      Convert Postman collections to an Excel file - Recommended! 
      
    

    -u, --urls

    root@kitploit:~
      Collect and extract all URLs encountered during the test to an Excel file - This can be slow depending on the project size.
      
    

    -t, --threads

    root@kitploit:~
      Number of processes to run in parallel (Default is the number of your CPU cores).
      
    

    -v, --verbose

    root@kitploit:~
      If set, output will be printed to the screen with colors 
      
    

    --version

    root@kitploit:~
      Print the current version of the tool.     
      
    

    --update

    root@kitploit:~
      Checks for new updates. If there is a new update, it will be downloaded and updated automatically.
    
    Download Tool