• Stars
    star
    111
  • Rank 312,715 (Top 7 %)
  • Language
    Python
  • Created almost 4 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fast tool to extract all subdomains from crt.sh website. Output will be up to sub.sub.sub.subdomain.com with standard and advanced search techniques

CrtFinder v1.0

Simple script tool to extract all subdomains from crt.sh website. Output will be up to sub.sub.sub.subdomain.com

Welcome

End


Updades:

Version 1.1, what's new?

  1. Upgrade to python3
  2. Add dig.py script to make advanced enumeration.
# Default mode: it will return the default output ~ 4K subdomain
python3 crtfinder.py -u dell.com | tee -a subdomains.txt 
# Advanced mode: it will return ~ 14k subdomain
python3 dig.py subdomains.txt  

Installation

pip install -r requirments.txt


Usage

python crtfinder.py -u domain.com


Stay in touch <3

LinkedIn | Blog | Twitter

More Repositories

1

3klCon

Automation Recon tool which works with Large & Medium scopes. It performs a lot of tasks and gets back all the results in separated files.
Shell
676
star
2

SQLiDetector

Simple python script supported with BurpBouty profile that helps you to detect SQL injection "Error based" by sending multiple requests with 14 payloads and checking for 152 regex patterns for different databases.
BlitzBasic
568
star
3

GG-Dorking

GG Dorking is a tool to generate GitHub and Google dorking for pentesters and bug bounty hunters.
Python
92
star
4

ShoLister

ShoLister is a tool that collects all available subdomains for specific hostname or organization from Shodan. The tool is designed to be used from Penetration Tester and Bug Bounty Hunters.
Python
56
star
5

3klector

3klector is an automation Recon tool which collecting information about Acquisitions and ASN which related to Big Scope company
Python
49
star
6

Explorer

Explorer is a very useful tool which will help you in the Recon phase in Bug Bounty hunting or Web Pentesting. It can perform a lot of things individually or all together.
Python
23
star
7

PackSniff

PackSniff tool is used to sniff the packet which come to your machine after performing ARP Spoofing as a part of the Man-In-The-Middle attacks.
Python
6
star
8

ARP-Spoofer

This tool used to be MITM Attack. To be in the middle between 2 machines like victim machine and the router.
Python
4
star
9

MAC_Changer

This is simple tool to change your MAC address in specific Interface. This tool written in python.
Python
4
star
10

NetScanner

This simple tool is used ot get the IPs and MAC addresses of the devices which connect to your network.
Python
3
star
11

My_CVEs

This repository contain all my assigned CVEs. Some of them are public and the other will be published soon.
2
star