DEV Community

Radosław
Radosław

Posted on

DEVLOG #1 HOST DISCOVERY

Worked a bit more on my network audit tool today.

Added host discovery – scanning an IP range and checking which hosts are active using ping.
Also changed how I store the data, so each host is now an object instead of just an IP. Makes it easier to build on later.

Small step, but it finally starts to feel like an actual tool.

Next step: port scanning.

Top comments (0)