File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments