Skip to content

Recport is a tool to automate the enumeration process for domain names and process the report for analysis. OpenSource made with bash script

Notifications You must be signed in to change notification settings

praddyum/Recport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RECPORT

image

Generic badge Generic badge

Recport is a tool to automate the enumeration process for domain names and process the report for analysis. It makes use of API's to first look for the possible subdomains for the provided domain and then filter out the live subdomains for further enumeration. Once we get live domains we make use of nmap to look for open ports on those vhosts also in end using ffuf it does directory enumeration for hidden paths.

USP of this tool

  • Open Source

  • Automation

  • Best for target with multiple subdomains

  • Bash compatible on linux distros so no extra setup required

How to setup

  • Clone the repository
  • Run sudo ./requirements.sh
  • Run ./script.sh [domain] [directory_wordlist]

Special thanks to Imran Parray for the awesome session on bash scripting

Support

Support me on Paypal

About

Recport is a tool to automate the enumeration process for domain names and process the report for analysis. OpenSource made with bash script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages