Code Monkey home page Code Monkey logo

crtfinder's Introduction

crtfinder v2

Here's the new version of CrtFinder tool which collect subdomains from crt.sh.

The new update come with more scripts which collect more and more subdomains form the same site but in more intelligence techniques <3

intro


How to install

pip install -r requirments.txt


How to use it

1. Starndard search

python crtfinder.py -u domain.com

This will come back with the subdomains from search keywords:

%.domain.com
domain.% 

and the output file will be domain.txt which will contain the results.

2. Advanced search

python dig.py domain.txt | tee -a more_subdomains.txt

this step will take more time but it will get more and more subdomains

/!\ Note: Don't change the text file name and use the one which get back from the first step (domain.txt)


Note

If you need to increase the speed in the advanced mode so edit the code of repeat_crt.py script and delete the comment at the end of it, but you must have good CPU for Multi-threading.

Case study

Website dell.com

Standard serach ~ 4000 subdomain

Advanced search ~ 13000 subdomain

crtfinder's People

Contributors

eslam3kl avatar

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.