Tag #hacked

Tips to Secure File Upload

File upload features are super handy in web apps; they let users share all kinds of files like documents, photos, videos, and more. But if they aren’t implemented properly, file uploads can open up a massive security hole for attackers…

Server-side request forgery

What is SSRF? SSRF (Server-Side Request Forgery) is a web application vulnerability that allows an attacker to cause the server to make unintended requests to other systems or websites on behalf of the vulnerable application. In an SSRF vulnerability, the…