mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-09 14:11:30 +00:00
Added dce-rpc module + enhancements + bug fix.
This commit is contained in:
@@ -33,7 +33,7 @@ def ParseDNSType(data):
|
||||
|
||||
class DNS(BaseRequestHandler):
|
||||
def handle(self):
|
||||
# Break out if we don't want to respond to this host
|
||||
# Ditch it if we don't want to respond to this host
|
||||
if RespondToThisIP(self.client_address[0]) is not True:
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user