Giter Site home page Giter Site logo

subdomain-enumerator's People

Contributors

eonraider avatar ssilatel avatar

Watchers

 avatar

subdomain-enumerator's Issues

Assignment

Hey there. I refactored the code with some improvements to the interface and conformed it to the latest version of ReconLib. It works just like before, but some major improvements are now up to you.

1. Add CLI option for API key of VirusTotal

Even though we know that this is not the ideal use of the tool, a user might still find it convenient to pass an API key value through the CLI, like in --virustotal-api-key SOME-API-KEY-VALUE. The current implementation uses environment variables (which is the preferred way), but try to do something about the CLI as well.

2. Use one thread for each service

Right now we have the tool spawn a new thread for each domain being fetched, which is less than ideal specially when all we want is to fetch the subdomains for a single domain. It's querying each service sequentially, which takes time. Try to make it so each service is queried in parallel for a given domain, but set the number of threads in a way that doesn'1 overload the APIs.

You'll probably need some sort of exception handling because some APIs may return a 403 when exceeding usage quotas.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.