Giter Site home page Giter Site logo

dnsfaster's Introduction

dnsfaster

why?

I have started working on an app to brute force subdomains using mutations, permutations and alterations. This will test millions of combinations again a list of DNS servers. I need a tool to keep my DNS servers list clean and fast. I didn't found anything to fit what I want at 100%, so I take dnsfaster and I change some things.

what dnsfaster does

This tool will test (many times) your DNS list again a test domain to validate responses. This is useful if you want to keep your DNS list under an error rate or speed limit.

Install

Install is quick and clean

go get github.com/bp0lr/dnsfaster

examples

dnsfaster --domain example.com --in "dnslist.txt" --out "resolvers.txt" --tests 1000 --workers 50 --filter-time 400 --filter-errors 50 --filter-rate 90 --save-dns

this will run dnsfaster again the dns servers in dnslist.txt, testing 1000 times on each server using 50 workers, and filter out the domains with response time average > 400ms, errors > 50 and sucess rate < 90%. Use --save-dns if you want just the dns ip saved in the result file.

Why dnsfaster was not forked

the original author has moved out his repo to gitlab. You can visit his version at

https://gitlab.com/jules.rigaudie/dnsfaster

thanks @jules.rigaudie for your work. :)

dnsfaster's People

Contributors

bp0lr 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.