https://github.com/stratosphereips/service-finder
A program to monitor and find dns-sd services in the network. Printing IP and name.
https://github.com/stratosphereips/service-finder
Last synced: 6 months ago
JSON representation
A program to monitor and find dns-sd services in the network. Printing IP and name.
- Host: GitHub
- URL: https://github.com/stratosphereips/service-finder
- Owner: stratosphereips
- License: gpl-2.0
- Created: 2024-07-06T21:54:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T22:14:07.000Z (about 2 years ago)
- Last Synced: 2025-09-05T13:36:51.324Z (11 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Service Finder
A program that monitors the network for DNS-sd packets, prints the service, and then finds the IP and the name (in various ways). It also uses colors.
# Usage
`pip install -r requirements.txt`
`python service-finder.py`
# Interface