Skip to content

Lightweight Bash script automating core recon tasks like nmap, whois, dig, and whatweb, outputting organized reports for quick target info gathering.

Notifications You must be signed in to change notification settings

offnet-sh/Bash-Recon-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bash Recon Script

A simple Bash script that automates basic recon tasks on a target domain or IP.
Combines nmap, whois, dig, and whatweb into a single command for quick info gathering.


Features

  • Runs an nmap scan with default scripts and version detection
  • Performs Whois lookup on the target
  • Fetches DNS records using dig
  • Fingerprints web technologies with whatweb
  • Organizes all output in a neat folder per target

Requirements

  • Linux/macOS system with Bash shell
  • Installed tools: nmap, whois, dig, whatweb

Usage

chmod +x recon.sh
./recon.sh example.com

About

Lightweight Bash script automating core recon tasks like nmap, whois, dig, and whatweb, outputting organized reports for quick target info gathering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages