JJasonincybersage.hashnode.dev·Jul 17 · 6 min readPATH TRAVERSAL: APPLICATION SECURITYWHAT IS PATH TRAVERSAL? Path traversal, also known as directory traversal, is a vulnerability that enables a malicious actor to read arbitrary files on the server that runs the application. This inclu00
JJasonincybersage.hashnode.dev·Jul 10 · 11 min readSQL InjectionsWHAT IS SQLi? In this article, we’ll be referring to SQL injections as SQLi. SQLi is a web security vulnerability that allows an attacker to interfere with queries between an application and its datab00