Saturday, December 9, 2017

Fast re-query trick in SQLMAP

Sometimes you want to perform requery (or running the same query multiple time ) in sqlmap especially when you drop in to sql-shell mode. By default if you are running the same query, it will not execute the query from the injection but from cached/logs.



In order to perform the re-query without exiting sql-shell , one can just append the query with random comment  such as /**/ or  --ff--  (depend on your injection case)..






No comments: