Git Product home page Git Product logo

vhost_buster's Introduction

vhost_buster

A simple tool by securitydiots with the power of "Go" to find the hidden Vhosts defined at the server. Many times there are hidden virtual hosts defined at server side, without a DNS entry. Such hosts could not be directly found because our machine will query the DNS server to resolve the host to an IP, since the DNS record is not there, it will fail.

Using this tool we can resolve our host to a particular server IP.

Why

  1. There is no other good option to quickly look for virtual hosts.
  2. I Decided to check out Golang and do a practice project.
  3. The community have taugh me a lot, I thought may be I can do some good for others.

How to use

Use vhost_buster -h to view help screen.

Example

example image

It will show the first result infinityworriortest as the base result of the server response. If the response change next time, it will again show you the virtual host in output.

Installation

Either copy the release in your working directory of your Linux machine and enjoy.

Else:

  1. Install Golang
  2. Setup Paths
  3. Install "github.com/imroc/req" Library
  4. Install "github.com/vbauerster/mpb" Library
  5. Compile the provided code.
  6. Enjoy hunting :)

ToDo List

  1. Create a Todo list :P.

Contribute

You are very welcome to suggest me further functions/update. Feel free to create issues if required.

Happy hunting Catch me @securityidiots

vhost_buster's People

Contributors

securityidiots avatar

Watchers

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