Skip to content

This script use various open source tools to perform reconnaissance on a given domain.

Notifications You must be signed in to change notification settings

alppekel/simple-recon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 

Repository files navigation

simple-recon

Description

Tested on Debian 11.02 amd64

This script use various open source tools to perform reconnaissance on a given domain.

The tools used are:

  1. subfinder
  2. assetfinder
  3. httprobe
  4. getallurls (gau)
  5. gospider
  6. cloud_enum
  7. github-subdomains
  8. anew

You can also use my recon-tools script to automatically install required tools.

Usage

You need to run this script as root.

Change "script paths" section.

####################### setting up variables ########################

domainName=$1

# script paths

dir_cloud_enum=~/tools/cloud_enum
dir_assetfinder=~/tools/
export GITHUB_TOKEN=<github token here>

#####################################################################

Usage:

chmod +x install.sh;./install.sh <target-domain>

About

This script use various open source tools to perform reconnaissance on a given domain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages