GithubHelp home page GithubHelp logo

donuts-are-good / mdnsscan Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 5 KB

mDNS scanner & enumeration tool

License: MIT License

Go 100.00%
analysis cli donut-utils infosec mdns mdns-network-scanner mdns-sd multicast network network-scanner

mdnsscan's Introduction

mdnsscan

usage

here's how you use mdnsscan:

mdnsscan

it will start looking for mdns service entries and scanning the ports of the devices found. mdnsscan will attempt to identify the service associated with each open port.

note: the current version of the application will scan ports 1 through 65536 on each device found. it may take a while depending on the number of devices and their response times.

example output

here is an example output from mdnsscan:

found entry:
name:  test device
host:  test-device.local
addrv4:  192.168.1.10
addrv6:  ::1
port:  5000
info:  map[device:test device]
-------------------
scanning ports...
scanning port 1/65536...
scanning port 2/65536...
...
scanning port 22/65536...
port 22 is open
service message: ssh-2.0-openssh_7.9
port 22 is likely associated with ssh
...
scanning port 80/65536...
port 80 is open
service message: http/1.1 200 ok
port 80 is likely associated with http
got http response from http://192.168.1.10:80: 200 ok
beginning of response body from http://192.168.1.10:80: <!doctype html>...
...
scanning port 65536/65536...
total devices: 1
total open ports: 2
service ssh found 1 times
service http found 1 times

in this example, mdnsscan found a single device with two open ports: 22 and 80.

license

MIT License 2023 donuts-are-good, for more info see license.md

mdnsscan's People

Contributors

donuts-are-good avatar

Stargazers

 avatar

Watchers

 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.