From 191eff5c92090737d285f611575e4a324420d103 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Fri, 3 May 2024 13:44:15 -0400 Subject: [PATCH] updates --- Readme.md | 5 +++++ reporter.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4d5715f..2d7fc5f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,8 @@ # reporter I started using linux again and needed something like this. This only works on Antminers right now. And maybe not all of them. I only have access to a couple different machines. + +## dependencies + +scapy +admin privileges diff --git a/reporter.py b/reporter.py index b3b6557..e55b9c1 100644 --- a/reporter.py +++ b/reporter.py @@ -17,7 +17,7 @@ def extract_packet_info(packet): if (packet[IP].dst == destination_ip and udp_source_port == source_port and udp_destination_port == destination_port): - print("Source IP Address:", source_ip) + print("Miner IP:", source_ip) #print("UDP Source Port:", udp_source_port) #print("UDP Destination Port:", udp_destination_port)