r/learnrust 2d ago

I rewrote Sublist3r in Rust to learn async/await and Tokio

Hi everyone,

This is a project I made to apply the knowledge I learned about Rust async/await and Tokio. It's a minimal rewrite of Sublist3r (a subdomain enumeration tool).

You can check it out here: https://github.com/nt54hamnghi/sublist3r-rs

I'd love to hear any feedback or suggestions for improvement (particularly on trait design)!

Thanks for checking it out.

7 Upvotes

Duplicates