megplus: Automated reconnaissance wrapper
megplus
Automated reconnaissance wrapper
About
This wrapper will automate numerous tasks and help you during your reconnaissance process. The script finds common issues, low hanging fruit, and assists you when approaching a target. meg+ also allows you to scan all your in-scope targets on HackerOne in one go — it simply retrieves them using a GraphQL query.
Watch TomNomNom’s talk to learn more about his reconnaissance methodology:
Installation
You will need Golang, Python 2 or 3, and PHP 7.0 to use all the features provided by this tool. On top of that, make sure to install meg, waybackurls, Sublist3r, and gio.
Usage
You can either scan a list of hosts or use your HackerOne X-Auth-Token
token to scan all the bug bounty programs that you participate in.
Usage – Docker
If you don’t feel like installing all the dependencies mentioned above, you can simply run the abhartiya/tools_megplus
Docker container, where test.txt
is a sample file containing the URLs to test against. In your case, this will be the file containing the URLs you want to test:
docker run -v $(pwd):/megplus abhartiya/tools_megplus test.txt
The command will run the abhartiya/tools_megplus
Docker image as a container and mount the pwd
onto the container as a volume (at /megplus
), which makes the test.txt
file available to the container. Once megplus finishes running, the out
directory will be created in pwd
with all the results.
Scanner
meg+ will scan for the following things:
- Subdomains using Sublist3r;
- Configuration files;
- Interesting strings;
- Open redirects;
- CRLF injection;
- CORS misconfigurations;
- Path-based XSS;
- (Sub)domain takeovers.
Copyright (c) 2018 EdOverflow and Tom Hudson
Source: https://github.com/EdOverflow/