Coder Social home page Coder Social logo

bbhunter / ipdiscover Goto Github PK

View Code? Open in Web Editor NEW

This project forked from javierolmedo/ipdiscover

0.0 0.0 0.0 4 KB

๐Ÿ” A simple tool to obtain long lists of ips from domains using goroutines

Home Page: https://hackpuntes.com

License: MIT License

Go 100.00%

ipdiscover's Introduction

ipdiscover

๐Ÿ” A simple tool to obtain long lists of ips from domains using goroutines

About ipdiscover

ipdiscover is a golang tool designed to obtain long lists of IPs from domains. It helps penetration tester and bug bounty hunters to quickly collect IPs to work with other tools, for example, nmap.

Install

โ–ถ go get -u github.com/JavierOlmedo/ipdiscover

Usage

ipdiscover accepts line-delimited domains on stdin:

โ–ถ cat domains.txt
google.es
google.net
google.com
google.edu
โ–ถ cat domains.txt | ipdiscover
google.es;172.217.16.227
google.net;216.58.211.36
google.com;172.217.17.14
google.edu;Unknown

Only one domain:

โ–ถ ipdiscover google.es
google.es;172.217.16.227

Concurrency

You can set the concurrency level with the -t flag and specifying a number (default 23 concurrencies):

โ–ถ cat domains.txt | ipdiscover -t 99

All IPs Nslookup

You can get all ips of a domain that solves nslookup using the -a flag:

โ–ถ cat domains.txt | ipdiscover -a

Credit

This tool was inspired by @tomnomnom scripts. Thanks to them I learned to program in Go!

Made with โค๏ธ in Spain

ipdiscover's People

Contributors

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