[sqlmap-users] dump data after timeout condition
Brought to you by:
inquisb
From: Dirk W. <sp...@dr...> - 2014-07-14 09:55:25
|
Hi, sorry if I missed something but wouldn't it make sense to dump already retrieved data if sqlmap is encountering a timeout beyond the specified/ default value? [09:54:19] [CRITICAL] unable to connect to the target URL or proxy. sqlmap is going to retry the request [09:54:20] [CRITICAL] unable to connect to the target URL or proxy. sqlmap is going to retry the request [09:54:21] [CRITICAL] unable to connect to the target URL or proxy. sqlmap is going to retry the request [09:54:22] [CRITICAL] connection exception detected in dumping phase: 'unable to connect to the target URL or proxy' [..2 lines of private output omitted...] [09:54:22] [CRITICAL] unable to connect to the target URL or proxy. sqlmap is going to retry the request [09:54:23] [CRITICAL] unable to connect to the target URL or proxy. sqlmap is going to retry the request [09:54:24] [CRITICAL] unable to connect to the target URL or proxy. sqlmap is going to retry the request [09:54:25] [CRITICAL] unable to connect to the target URL or proxy [09:54:25] [WARNING] HTTP error codes detected during run: 500 (Internal Server Error) - 36 times, 503 (Service Unavailable) - 2 times [*] shutting down at 09:54:25 My specific case was a boolean-based blind vulnerability and I tried to retrieve a few tables with big chunks of data. It was running for >2 days already. Cheers, Dirk |