|
EH-Net
|
|
May 23, 2013, 05:20:42 AM
|
Show Posts
|
|
Pages: 1 [2] 3
|
|
17
|
Ethical Hacking Discussions and Related Certifications / Security / Re: C|HFI or ECSA/LPT?
|
on: September 16, 2012, 09:20:41 AM
|
|
If it's free and you have to choose then I'd stick with ECSA/LPT. Seems a bit more advanced than CHFI, that looks pretty basic... It might cover some of the pentesting that you can skip in the other mentioned certs and gives you some background.
Furthermore I agree with above poster, a lack of jobs. For example the country where I live right now does not have any computercrime laws. Forensics would be useless here but pentesting is something that could take off in the near future.
If you work for a CERT/CIRT I would recommend the CHFI though as it would give you at least basic knowledge of obtaining and handing evidence.
Well, whatever you choose please write a review on this site. I'd like to read it.
|
|
|
|
|
19
|
Ethical Hacking Discussions and Related Certifications / Malware / Re: Exploit Development For Mere Mortals - FREE online workshop
|
on: September 14, 2012, 10:43:18 PM
|
|
Will watch the slides and video when available since this interest me a lot. I have a basic understanding of the various methods but no real hands on. One thing I always wonder is how to find vulnerable code. Never done much fuzzing and not enough coding experience to spot programming errors in source code.
I know of Corelan and will watch the security tube vids (although I can;t stand the accent). Any other recommendations on the fuzzing / finding vulns side of things?
|
|
|
|
|
21
|
Ethical Hacking Discussions and Related Certifications / OSCP - Offensive Security Certified Professional / Re: What tools are not allowed on the OSCP exam ?
|
on: September 07, 2012, 11:19:43 PM
|
|
Do as me, I have not started OSCP yet but am reading various books and spending time with Smashthestack.org
- Script any enumeration and other tasks that take time. Also script tasks for gathering information on systems you compromised, do it both for a Windows and Linux environment. I modified various public scripts into a customized one that does generate the right amount of data for me.
- Test your shellcode and make a reliable archive!!! I once spend a few hours trying to escalate privs just to find out the shellcode I used was broken...
- Learn various ways to escalate privs manual on Windows and Linux. They are very different and getting some hands on will give an advantage I think.
- Find a suitable way to keep track of information uncovered and for preparing your report. I am looking at the various notekeeping tools as right now I just use Notepad and well it is hmmm messy.
|
|
|
|
|
22
|
Ethical Hacking Discussions and Related Certifications / OS / Re: Remote Code Execution
|
on: September 06, 2012, 06:17:58 AM
|
|
This is one of the reasons why a risk analysis and defense in depth are so important. Focus your security efforts on the most important assets and understand that even then there will still be a way for a determined attacker to get what they want. Your best bet is to secure them so well that the time and money required for a succesfull attack is not worth what they are after.
However if you are a high profile target like a government agency or army, all bets are off....
|
|
|
|
|
24
|
Ethical Hacking Discussions and Related Certifications / OSCP - Offensive Security Certified Professional / Re: My OSCP journey...
|
on: August 24, 2012, 01:22:52 AM
|
|
For OSCP I would adopt the following order: 6: Look for the parts you don;t know or can save you time/automation/scripting or parsing 2: but only sections on payload creation, shellcode, meterpreter 4: read assembly ouput near fluent 5: focus on stack overflows both in Linux and Windows. Learn the specific tools on both OS'es
Save 3, 1 and 7 for after OSCP as I think it might go to deep and you will not be able to master this in depth in time for the exam.
I am actually doing something similar but before I sign up as to save my lab time. Good luck!
@ Cyberspirit: this is how I tend to study. I try to be able to do most attacks without using any tools. Purely by scripting, abusing the shell and making use of available cmd's/tools native to the OS or API's. If this gets me stuck I use an automated tool and see if it can complete the attack. If it does I tear apart their logic until I can do it by hand myself. This cost a tremendous amount of time but allows me to perform even when tools are blocked.
|
|
|
|
|
26
|
Ethical Hacking Discussions and Related Certifications / OSCP - Offensive Security Certified Professional / Re: Finally took the plunge, started 08/05/12
|
on: August 23, 2012, 08:33:15 AM
|
|
Read that file already yes. I was just curious what you thought of the course, does it complement OSCP well? Did you find OSCE more difficult?
Here a few other questions I came up with after thinking a bit more:
Web Application: - how deep does it go? Since they are in the process of developing a stand alone track as well. Will I learn anything new if I master the techniques of the "Web Application Hacker Handbook"?
0Day / Advanced Exploitation: - Windows only? - Does it touch on 64-bit? - If I am correct, OSCP goes just in the basics of buffer overflow exploitation. Does OSCE handle things like SafeSEH/DEP/ALSR bypass, heapspraying? A yes or no is enough, no details needed if sharing is forbidden by Offensive Security.
|
|
|
|
|
28
|
Ethical Hacking Discussions and Related Certifications / OSCP - Offensive Security Certified Professional / Re: My OSCP journey...
|
on: August 23, 2012, 03:29:57 AM
|
|
Hehe I know the feeling you had since I recently started to play around with buffer overflows on the IO challenges of smackthestack.org
My biggest problem was understanding how to find the return address in gdb. By now it is going smoothly and I am a bit dumbstruck I did not understand this a few years ago. Also learned to abuse SETUID programs and using an egg + envirnoment variable to exploit programs. Very nice!
Anyway I will book the OSCP as soon as I am back from my Bangkok trip. Decided to skip on OSWP and ECPPT. OSCP is just awesome.
|
|
|
|
|
Loading...
|