Explore >> Select a destination


You are here

redsiege.com
| | www.thexero.co.uk
5.9 parsecs away

Travel
| | During web applcations penetration tests, it is very common to come across a number of different CMS systems. Nothing is worse and more time consuming that looking for any publicly discovered vulnerabilities without knowing anything about these solutions. In this post, I introduce the ConScan tools, a black-box vulnerability scanner for the Concrete5 CMS system.
| | www.komodosec.com
12.5 parsecs away

Travel
| | Learn about web penetration testing, potent web application vulnerabilities, their impact and solutions.
| | blogs.dsu.edu
14.4 parsecs away

Travel
| |
| | opguides.info
50.1 parsecs away

Travel
| Chapter 35 - Reverse Engineering # Software # Anyone know of good resources for learning binary reversing? Not particular tools necessarily, but like theory and how to think @XMPPwocky on Twitter An Opinionated Guide on How To Reverse Engineer Software is decent. for me personally: know some assembly, and in particular make sure you know the calling conventions for your platform. when starting out, do it on binaries you can actually run in a debugger and see whats actually happening at runtime.