FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Week 4
How-ToSecurity

Week 4

via Dev.toTimothy Imanuel3w ago

Ethical Hacking Week 4: Target Discovery & OS Fingerprinting 🎯🔍 In Week 4 of Ethical Hacking and Penetration Testing , we officially started mapping out our targets. Before you can exploit a system, you have to find it and figure out exactly what it’s running. This phase is all about Target Discovery and OS Fingerprinting . Finding the Target (Discovery) We looked at the command-line tools used to identify live machines on a network. The classic ping sweep is great, but we also explored arping , fping , hping , and nbtscan for mapping out local networks. For modern setups, we even touched on IPv6 discovery tools like alive6 . OS Fingerprinting (Who are we talking to?) Once we know a machine is alive, we need to know what operating system it’s running so we can look up vulnerabilities. There are two ways to do this: Active Fingerprinting: We send carefully crafted packets to the target and analyze the unique ways its TCP/IP stack responds. Tools like Nmap do this perfectly. It’s fast, b

Continue reading on Dev.to

Opens in a new tab

Read Full Article
15 views

Related Articles

References: The Alias You Didn’t Know You Needed
How-To

References: The Alias You Didn’t Know You Needed

Medium Programming • 1d ago

Pointers: The Concept Everyone Says Is Hard
How-To

Pointers: The Concept Everyone Says Is Hard

Medium Programming • 1d ago

Learning a Recurrent Visual Representation for Image Caption Generation
How-To

Learning a Recurrent Visual Representation for Image Caption Generation

Dev.to • 1d ago

How-To

# 5 JSON Mistakes Developers Make (And How to Fix Them Fast)

Medium Programming • 1d ago

10 subtle go mistakes that only show up in production
How-To

10 subtle go mistakes that only show up in production

Medium Programming • 1d ago

Discover More Articles