October 2016
Intermediate to advanced
298 pages
5h 49m
English
Until now, we've just considered injections in the GET requests/parameter. Let us now look at an injection in a POST parameter and exploit the same with the SQLMap.
In the Username field we try to insert a stray character to break the query as we did before. Let's see what happens:

Upon submitting the work, we get a typical MySQL error:

Now we need to check exactly which POST parameter is affected. To view the request we'll use a Firefox add-on known as Live HTTP Headers which can be easily installed from the Firefox ...
Read now
Unlock full access