mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
added CPU throttling for lowering sqlmap's CPU intensivity
This commit is contained in:
@@ -262,6 +262,8 @@ class Connect:
|
||||
|
||||
logger.log(8, responseMsg)
|
||||
|
||||
time.sleep(conf.cpuThrottleDelay)
|
||||
|
||||
return page, responseHeaders
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user