generated from stratosphereips/awesome-code-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# 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). | ||
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 | ||
<img width="792" alt="Screenshot 2024-07-06 at 23 59 32" src="https://github.com/stratosphereips/service-finder/assets/2458867/874e3b72-403f-467e-b43f-5f464f486866"> |