[sqlmap-users] redirection handling
Brought to you by:
inquisb
From: buawig <bu...@gm...> - 2012-03-13 17:10:53
|
Hi, when testing URLs that result in redirects sqlmap offers three possibilities: [1] Follow the redirection (default) [2] Stay on the original page [3] Ignore If I answer with > 2 or with > 3 it still sends requests to the URL found in the Location: header. Is there a way to prevent these requests to the URL specified in the Location: header? Sqlmap should only query the url specified in -u parameter and analyze the responses - no follow up requests. thanks, buawig |