22
What are you working on this week? (Mar. 2, 2024)
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
I'm working on a distributed network scanner. Mostly for my own understanding of networking because there's always something new to learn in this space
Scanner? Like a crawler? Or a more passive logging of activity on a node?
More like a crawler. I wanna make a configurable web crawler using nmap where you can pop scripts in and get output all in one place.