mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
minor improvements regarding data retrieval through DNS channel
This commit is contained in:
parent
46cfa64d81
commit
e05109812f
8 changed files with 43 additions and 20 deletions
|
|
@ -90,6 +90,7 @@ class DNSServer:
|
|||
self._running = False
|
||||
|
||||
thread = threading.Thread(target=_)
|
||||
thread.daemon = True
|
||||
thread.start()
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue