Network Scanning & Reconnaissance #26
-
For the Network Scanning & Reconnaissance section (Day 16), will the exercises cover both active and passive scanning techniques, and could we integrate tools like nmap or tcpdump directly into the Bash scripts, or is it focused purely on built-in commands? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yeah, absolutely. Day 16 will cover both active and passive scanning concepts. We’ll use Bash to automate common recon tasks, including wrapping external tools like nmap for active scanning and tcpdump for passive capture. |
Beta Was this translation helpful? Give feedback.
-
Also, the focus will be on combining built in bash commands with these tools to create flexible scripts, rather than relying solely on native Bash networking capabilities. |
Beta Was this translation helpful? Give feedback.
Yeah, absolutely. Day 16 will cover both active and passive scanning concepts. We’ll use Bash to automate common recon tasks, including wrapping external tools like nmap for active scanning and tcpdump for passive capture.