GithubHelp home page GithubHelp logo

mrrazo4 / subdomino Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jijicanyu/subdomino

0.0 2.0 0.0 516 KB

An application that enumerates subdomains, and scan them with several rules

Python 100.00%

subdomino's Introduction

Subdomino Python 2.6|2.7

Image of Subdomino

Warning : Need to be run as root in order to ping a domain, due to the socket use !

An application that enumerates subdomains, and scan them with several rules

Dependencies

  • Ping-v0.2 - pip install ping
  • Argparse - pip install argparse
  • DnsPython - pip install dnspython

Features

  • Bruteforce subdomains with file 'names.txt' or custom
  • Detect subdomains using dork in Google
  • Auto ping of every detected subdomains
  • Generate report for every subdomains
  • NMAP of every detected subdomains
  • Advanced scan with custom rules to detect IOV (indicator of vulnerability)

How to use to enumerate online subdomains, and launch detection rule-based

sudo python Subdomino.py --domain google.com (--nmap) (--all) (--google 5) (--yahoo 5) (--bing 5) (--baidu 5) (--reversedns) (--names big_names.txt) (--threads 20) (--file list_of_submn)

The options are:

  • nmap : launch a fast nmap on every discovered subdomains
  • all : search with all websites (google, yahoo, bing...)
  • google : add a search for subdomain using google dork, you must specify the number of result pages
  • yahoo : add a search for subdomain using yahoo dork, you must specify the number of result pages
  • bing : add a search for subdomain using bing dork, you must specify the number of result pages
  • baidu : add a search for subdomain using baidu dork, you must specify the number of result pages
  • reversedns : add a search for subdomain using a reverse dns
  • names : allows you to use a custom file to bruteforce subdomains
  • file : allows you to provide an already pinged subdomain's list
  • threads : number of pools you want to use for the multiprocessing bruteforce

How to add new rules

You need to add an entry in "rules.txt" like this

name: Name of the rule
rule: Put here the rule you want to match
desc: Description of the rule

You can use the following rules pattern:

  • is_string_page
  • is_string_header
  • regex_match_page
  • regex_match_header

You can also chain several rules with AND operator like this

rule: is_string_page("hash") AND regex_match_page("jquery.*?(1).([0-7]).([0-9]+)")

====

subdomino's People

Contributors

chgq1020 avatar

Watchers

James Cloos avatar Mr RaZo4 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.