Coder Social home page Coder Social logo

domainker's Introduction

Domainker (Beta)

My personal bugbounty tool

How to use

I developed this tool to be easily managed and upgraded so i created it as small plugin systems connected together

Plugins and usage

lib\modules\experimental\cache_poisoning.py : [--cache-poisoning] Check if the host is vulnerable to cache poisoning
lib\modules\crlf.py  : [--crlf] Check if host is vulnerable to CRLF
lib\modules\aws.py   : [--aws] Check if target is hosted on amazon (Use -x to run Auto-Takeover)
lib\modules\cname.py : [--dns] Return host cname
lib\modules\url.py   : [--url] Return host response code [See the options for more details]

Basic usage

$ python domainker.py -i google.com [.. Plugins]
$ python domainker.py -d mydomains_list.txt [.. Plugins]
$ python domainker.py -d mydomains_list.txt --url
$ python domainker.py -d mydomains_list.txt --dns

You could also use multiple plugins at the same time

$ python domainker.py -d mydomains_list.txt --url --dns --aws ...
$ python domainker.py -i google.com --url --dns --aws ...

Options

$ python domainker --help
  • Create output file [--output/-o file_name]
  • Threads count [--threads/-t number]
  • Takeover aws [--aws-takeover/-x]
  • Missing headers [--headers/-H]
  • Interesting files search [--interesting-files/-F]
  • Thread timeout [--thread-timeout/-T seconds]
  • Request timeout [--request-timeout/-rt seconds]

Format

I want to add different formats at the future but currently this tool only supports this formats for the input file

https://sub.domain.com  
http://sub.domain.com  
sub.domain.com  
.sub.domain.com

Which generated by:

  • amass
  • aquatone (hosts.txt)
  • subfinder
  • sublist3r
    ... and many other subdomain finders

domainker's People

Contributors

bitthebyte avatar k4r1it0 avatar neurowinter 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.