gfek / Lepus

Subdomain finder
BSD 3-Clause "New" or "Revised" License
359 stars 45 forks source link

added -o -ol flags, fixed data output #31

Open W0lFreaK opened 3 months ago

W0lFreaK commented 3 months ago

In modern Python, constructs like '_' caused a large number of warnings when running the utility. I fixed this problem.

I added two flags: -o to display all found domains in a text file -ol to display all successfully resolved domains I also added some technical prints to make it easier to process the output for embedding into pipelines.