Master Of Puppets wrote: » The certification attempt is included when you take the course. If you want to take it a second time, you have to pay another 60$.
NovaHax wrote: » Can't beat those prices
Cold Titanium wrote: » I'm only two days into it, but I'm loving it so far.
yzT wrote: » Is C that critical for the OSCP? Pure C or C++ is ok as well?
YFZblu wrote: » What I'm doing with C is unrelated to the OSCP certification. That being said, without looking at the syllabus now, I believe shell scripting and Python are used in the course - Maybe Cold Titanium can confirm.
NovaHax wrote: » That being said...most of the script and code modifications you are going to do will be very basic adjustments that don't require you to have a thorough knowledge of any of these languages. You just need to be able to get a general idea of what they are doing. Most of the changes you will make will include changing hard-coded IP addresses, hard-coded credentials, hard-coded network ports or shell-code substitution. That's about the extent of it. And all of this is going to be pretty much the same in any of those languages. As long as you can spot where to make those changes, you're good.
docrice wrote: » Offensive Security's training strategy is to get students to really think about what they're doing and put things together, not just regurgitating concepts back from a book or two. Real life is often like that where you have to improvise or devise something new just to get seemingly-incompatible elements to work together. That's hacking. And hacking requires in-depth understanding and some level of imagining beyond the obvious. This is what makes their training so great.