MilindPurswani / Syborg

Recursive DNS Subdomain Enumerator with dead-end avoidance system (BETA)
142 stars 22 forks source link

Implement Depth first search traversal algorithm to search for unique domains #3

Open MilindPurswani opened 4 years ago

MilindPurswani commented 4 years ago

Hello,

Currently Syborg relies on Queue DS for traversing through subdomains. The results are based on BFS. However, we should probably also add a stack based implementation that can go deeper in much less time with DFS probably?