Command Injection
Context To begin this challenge, no document was available. I started by doing some quick research on the Internet. Command injection is a flaw similar to XSS, where the content of user responses ...
Context To begin this challenge, no document was available. I started by doing some quick research on the Internet. Command injection is a flaw similar to XSS, where the content of user responses ...
Resources of the challenge The statement of this challenge is : “Find a way to make a redirection to a domain other than those showed on the web page.” The web page shows 3 buttons that direct t...
Resources for the challenge Introduction The challenge starts with this statement : “Dear colleagues, we’re now managing connections to the intranet using private IP addresses, so it’s no longer...
Cross-Site Scripting This challenge introduces the XSS security breach. Let’s define the what this vulnerability is. An XSS (Cross-Site Scripting) flaw is a common security vulnerability that can...
Context This challenge takes place in the source code of a web page : <html> <head> <title>Obfuscation JS</title> <script type="text/javascript"> functio...