8000 GitHub - tek44biz/nmapAuto: nmap app for cybersecurity bootcamp event
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tek44biz/nmapAuto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

nmapAuto | credit to Thiago Pires (https://medium.com/@thiagopires_33005)

This app requires you to use a Linux distribution.

If you're watching my presentation, we'll be using Kali Linux since it comes pre-packaged with a ton of common and useful cybersecurity tools and is beginner-friendly. For advanced Linux users, my most-recommended Linux distribution is Arch.

  1. Open a terminal in the 'app' folder
  2. Run "sudo bash requirements.sh"
  3. Run "sudo ./runNmap.sh"
  4. Thats it!

How it works

Automated Subnet Scanning: The script starts by identifying your subnet and finding live hosts.

Scan Options: After identifying live hosts, the script offers four types of scans: Complete, Fast, Stealthy, and Vulnerability-focused.

It will identify your device's Ip and exclude it from the scan

Dynamic Rate Limiting: Customizable rate limiting based on the target's sensitivity.

Structured Output: All scan results are saved in subdirectories, organized by date and time, including XML files for further analysis.

Audit Logging: An audit log is generated for accountability, tracking who initiated the scan and when.

Video: https://www.youtube.com/watch?v=ycRVXsn7IC8&feature=youtu.be

About

nmap app for cybersecurity bootcamp event

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0