Code Monkey home page Code Monkey logo

domaination's Introduction

domaination

This is a very simple cli tool for doing various things with subdomain lists

I just threw a few various shell scripts I had into the one tool

What do I use it for?

This takes a list of subdomains and splits them, then counts the most frequently occuring, could be most interesting to brute *.whatever.domain For example api.test.a.domain.com -> test.a.domain.com -> a.domain.com

This just prints the output of ones that occur more than once (You can add the -1 flag to view just the ones that occur once.)

./domaination.py -l [sublist] -g

This takes a list of already found subdomains and a list of individual words/subdomains and generates a list to then be resolved.

./domaination.py -l [sublist] -g -s [wordlist]

This prints out a list of any domains containing a wildcard asterix *

./domaination.py -l [sublist] -w

This takes a list of subdomains and a list of words, then generates lists, replacing the * in any domains with the word. (Useful for wildcard certs)

./domaination.py -l [sublist] -w -s [wordlist]

This generates a list of sorted unique words found within a list of already found subdomains, think the output of sublister for example.

./domaination.py -l [sublist] -gs

This simply generates a list of http/https urls from a list of subdomains

./domaination.py -l [sublist] -gu

Help output

usage: domaination.py [-h] [-s SUBS] [-l LISTS] [-g] [-1] [-w] [-gs] [-gu]

optional arguments:

-h, --help show this help message and exit

-s SUBS, --subs SUBS A list of subdomains

-l LISTS, --lists LISTS A list of already scraped subdomains

-g, --gen Generate the lists

-1, --genone Display only single entries from list

-w, --wildcard Generate a list from only wildcard cert domains

-gs, --getsubs Get a list of unique subdomains from list

-gu, --geturls Generate a list of urls from subdomains

domaination's People

Watchers

 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.