
Have you forgotten a few metasploit commands? It’s common, and we’ve compiled an action-packed cheatsheet for your metasploit adventures.
You’re building a website or web-based application, here’s some things you should keep in mind: Never trust user input Never trust database input Always escape SQL inputs using proper libraries (for example PHP’s PDO library with prepared statements) Never let administrators enter any HTML/CSS/Javascript through the web interface Monitor your ...