Show HN: Fast subdomain enumerator written in Rust Hello! I'm learning Rust and also information security, so what better way to learn than to put a tool together practicing both skills? I've tried to use a couple of different tools for subdomain enumeration (part of the Discovery-party when it comes to penetration testing), but none of them were very fast, even if the DNS resolver I pointed them towards is, so I wrote my own tool that leverages concurrency to check a lot of subdomains, fast! It's written in Rust, main parts being using Tokio and async_channels, and I think it works good enough for a first release. I wanted to get recursive subdomain enumeration to work too, but couldn't figure out how to send into the same channels I'm reading from and knowing when to close the actual channels. Will work on that next! If you want to check out the project, it's located here: https://ift.tt/4cq0ZAf I'd love your feedback on the code, idea or anything in general! Usually people here have very good feedback, so I'm excited to hear what you think. Thank you! https://ift.tt/4cq0ZAf March 15, 2022 at 11:21PM
Show HN: Fast subdomain enumerator written in Rust https://ift.tt/IzqXVhm
Related Articles
Show HN: Time tracking with plain text files https://ift.tt/3ra3CAsShow HN: Time tracking with plain text files https://ift.tt/3rdEQzk Fe… Read More
Show HN: Pleke – free personal finance app for Android and iOS https://ift.tt/3oTdNIbShow HN: Pleke – free personal finance app for Android and iOS https:/… Read More
Show HN: Hacker News Discourse turns HN stories into Clubhouse-style audio rooms https://ift.tt/3q8zeGwShow HN: Hacker News Discourse turns HN stories into Clubhouse-style a… Read More
Show HN: That $100 you didn't invest in Bitcoin because they said so https://ift.tt/3a2oEvmShow HN: That $100 you didn't invest in Bitcoin because they said so h… Read More
Show HN: Version tracker for graphic designers and artists https://ift.tt/3r6h743Show HN: Version tracker for graphic designers and artists https://ift… Read More
Show HN: Reddit Wallstreetbets Top Leaderboard https://ift.tt/3op3wmWShow HN: Reddit Wallstreetbets Top Leaderboard https://ift.tt/3a5pvdk … Read More
Show HN: A retrainable subtitle synchronizer you can now build your own https://ift.tt/3tgYDQfShow HN: A retrainable subtitle synchronizer you can now build your ow… Read More
Show HN: I wrote a rust program to translate images into textual line art https://ift.tt/3rj8KT7Show HN: I wrote a rust program to translate images into textual line … Read More
0 Comments: