What does Vulnerable Column mean in UNION SELECT
Let’s say on your server-side code, you have this code: sql = “select id, title, description from artists where id = ” + id So using...
Amir Roknifard's Personal Website
Let’s say on your server-side code, you have this code: sql = “select id, title, description from artists where id = ” + id So using...
Installing Splunk Forwarder on Windows seems to be very easy, thanks to the user friendly installation wizard. But after installation, there are several issues including a...
Here it might seem odd, but some times small things might take a lot of times, specially when you are at the project. One of them...
A file inclusion is a vulnerability which allows an attacker to access unauthorised file on web server and can execute the malicious code by using ‘include’...