Skip to content

Commit 7757923

Browse files
authored
Update pcap_analyzer.py
1 parent 4931327 commit 7757923

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pcap_analyzer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ def hex_to_string(hex):
309309
print(Fore.WHITE + Style.BRIGHT + "[+] Detected MDNS Protocol")
310310
print(Fore.GREEN + Style.BRIGHT + "[*] Attack Impact: " + Fore.YELLOW + Style.BRIGHT + "MDNS Spoofing, Credentials Interception")
311311
print(Fore.GREEN + Style.BRIGHT + "[*] Tools: " + Fore.WHITE + Style.BRIGHT + "Responder")
312-
# There is no Query Name output here because at the time of Above v2.3 - Scapy does not know how to handle MDNS packets
313312
print(Fore.GREEN + Style.BRIGHT + "[*] MDNS Speaker IP: " + Fore.WHITE + Style.BRIGHT + str(mdns[0][IP].src))
314313
print(Fore.GREEN + Style.BRIGHT + "[*] MDNS Speaker MAC: " + Fore.WHITE + Style.BRIGHT + str(mdns[0][Ether].src))
315314
print(Fore.YELLOW + Style.BRIGHT + "[*] MDNS Spoofing works specifically against Windows machines")

0 commit comments

Comments
 (0)