mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
layout adjustments
This commit is contained in:
@@ -90,14 +90,18 @@ if __name__ == "__main__":
|
||||
try:
|
||||
server = DNSServer()
|
||||
server.run()
|
||||
|
||||
while server._running:
|
||||
while True:
|
||||
_ = server.pop()
|
||||
|
||||
if _ is None:
|
||||
break
|
||||
else:
|
||||
print "[i] %s" % _
|
||||
|
||||
time.sleep(1)
|
||||
|
||||
except socket.error, ex:
|
||||
if 'Permission' in str(ex):
|
||||
print "[x] Please run with sudo/Administrator privileges"
|
||||
|
||||
Reference in New Issue
Block a user