SQL Injection (Search\POST)


SQL Injection (Search/POST) is also similar to (Search/Get) but the main difference is you cannot see the tittle searched in the URL so you have two options either you can capture the request in burp and do the same steps as we did in (Search/Get) to enumerate the database.

More …

PHP Code Injection


PHP code injection is a vulnerability that allows an attacker to inject custom code into the server side scripting engine. This vulnerability occurs when an attacker can control all or part of an input string that is fed into an eval() function call. Eval will execute the argument as code.
As you can see the message is showing in the URL, we can manipulate it

More …