scopeparser

command module
v0.0.0-...-96f14cf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2020 License: MIT Imports: 9 Imported by: 0

README

scopeparser

scopeparser takes a Burp Suite Project Configuration file and extractes the inforamtion about the scope into two test files, scope.txt and excluded.txt.

Installation

  1. Install Golang.
  2. Run the following command:
go get -u github.com/maxvaer/scopeparser

Usage

scopeparser -f ./BurpConfigurationFile.json

Stdin is also supported like:

cat BurpConfigurationFile.json | scopeparser

scopeparser can be easily chained with other tools like:

cat BurpConfigurationFile.json | scopeparser | cat scope.txt | httprobe | tee -a liveDomains.txt

Or if you want to find subdomains with Amass:

cat BurpConfigurationFile.json | scopeparser | amass enum --passive -df scope.txt -o subdomains.txt

Flags

-f Path to the Burp Suite Configuration file.
-p Append Ports at the end of a domain, e.g. http://target.site:80.

Inspried by

httprobe by TomNomNom.
hakrawler by Luke Stephens.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL