mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +00:00
Fixes #3792
This commit is contained in:
@@ -84,7 +84,7 @@ class DNSServer(object):
|
||||
except:
|
||||
pass
|
||||
finally:
|
||||
if response and "google" in response:
|
||||
if response and b"google" in response:
|
||||
raise socket.error("another DNS service already running on *:53")
|
||||
|
||||
def pop(self, prefix=None, suffix=None):
|
||||
|
||||
Reference in New Issue
Block a user