Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 23 guests and 1 member online
 
Advertisement

You are here: Home arrow Ethical Hacking Discussions and Related Certificationsarrow Network Pen Testingarrow Please give me the suggestion for choosing CEH Certification
EH-Net
May 19, 2013, 06:19:53 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Please give me the suggestion for choosing CEH Certification  (Read 4372 times)
0 Members and 1 Guest are viewing this topic.
ravi2jkc
Newbie
*
Offline Offline

Posts: 1


View Profile
« on: February 09, 2012, 09:55:49 PM »

Hi all ,

Presently i am working as software professional . But i am very much intrested in Security . I am planning to do CEH Certification . Can you please share your thoughts on this .How it will be helpful as a fresher to security field .  Can you recommend any other security certification after CEH to become professional in this security field .

your suggesions are more valueable to me and my career  Smiley
Logged
MaXe
Hero Member
*****
Offline Offline

Posts: 669


I've just upgraded myself to a cyborg muahahaa!!1


View Profile WWW
« Reply #1 on: February 10, 2012, 10:53:29 AM »

1) What do you want to do within Information Security?
2) What do you plan on using CEH for? (Besides getting past HR screenings)

If 1 == PenTesting, Vulnerability Research, or similar more technical and practical domains, choose something that will give you more in return, such as PWB (Pentesting with BackTrack) which ends in the OSCP certification (Offensive Security Certified Professional), which is gaining more and more popularity at various companies, esp. in the UK and USA.

2) If you plan on becoming a really good hacker because of CEH, sorry to crush your dreams, but it will only give you an inch deep gro but a wide base, as it doesn't dive deep into Web App Sec, Malware Research, Reverse Engineering, Exploit Development (Buffer overflows, etc.)

Be aware that some of the training material for CEH, at least for CEHv6 by e.g., Skillsoft is incorrect at some points. I was surprised to see test questions being completely wrong, as it would teach students that doesn't know security, wrong things.

How to prevent SQL Injections? According to Skillsoft, strong authentication and bruteforce prevention. (Wtf?)  Smiley

That's just my opinion, but CEH is still good to get past many HR screenings, so in that sense, it has a higher value in getting a job still.
Logged

I'm an InterN0T'er
hayabusa
Hero Member
*****
Offline Offline

Posts: 1630



View Profile
« Reply #2 on: February 10, 2012, 12:49:04 PM »

How to prevent SQL Injections? According to Skillsoft, strong authentication and bruteforce prevention. (Wtf?)  Smiley

bwahahahahaha!  (wow)
Logged

~ hayabusa ~ 

"All men can see these tactics whereby I conquer, but what none can see is the strategy out of which victory is evolved." - Sun Tzu, 'The Art of War'


OSCE, OSCP , GPEN, C|EH
ajohnson
Recruiters
Hero Member
*
Offline Offline

Posts: 1057


aka dynamik


View Profile WWW
« Reply #3 on: February 10, 2012, 12:58:54 PM »

The correct answer is clearly only supporting Internet Explorer, so sqlmap doesn't work Wink

*I was recently involved in a web app test where everything was completely IE-centric, and none of the common tools worked. Security through inaccessibility...
Logged

WIP: GCFA | www.infosiege.net | @infosiege

The day you stop learning is the day you start becoming obsolete.
MaXe
Hero Member
*****
Offline Offline

Posts: 669


I've just upgraded myself to a cyborg muahahaa!!1


View Profile WWW
« Reply #4 on: February 10, 2012, 01:06:55 PM »

How to prevent SQL Injections? According to Skillsoft, strong authentication and bruteforce prevention. (Wtf?)  Smiley

bwahahahahaha!  (wow)

Proof:
http://i.imgur.com/tD7w4.png

As the right answer is: Sanitize user-input in SQL queries with e.g., mysql_real_escape_string($var); in PHP (aka SDLC / Secure Development LifeCycle), but it doesn't exist in the CEHv6 courseware by Skillsoft, I had to use the possible answers the best way I could.

Explanations to the possible answers and my choices:
- Enforce the use of strong passwords and typing: It's just simply wrong
- Ensure that HTML placeholders in URLs are replaced with symbols: I read this as "encode (sanitize) user-input so < becomes &lt;". The problem is that they don't use the language anyone else use.
- Grant user unlimited login attempts: I knew this would be wrong no matter what.
- Append all quotes sent to clients: This was a bit weird, but I read it as: "Append a backslash to quotes and apostrophes, sent BY clients / users." That, did make sense, even though it does not protect against SQL Injection. (Double-byte characters can bypass this.)
- Limit the allowed number of failed login attempts: I have no idea why this is right, as login attempts has nothing to do with SQL Injection. According to Skillsoft, it does.

As I know you can't have just 1 right in the Skillsoft tests, when it's multi-choice questions, I had to choose at least 2. (Sometimes 3)


When I read my first possible choice of answer again, a few months later, I can see that it can be interpreted as: Replace &quot; with " , and that is of course wrong.  Smiley


The correct answer is clearly only supporting Internet Explorer, so sqlmap doesn't work Wink

*I was recently involved in a web app test where everything was completely IE-centric, and none of the common tools worked. Security through inaccessibility...

You can change the user-agent of most tools and thereby fool websites to allow you access anyway, I've used this quite a lot when websites say: "You cannot access this website unless you use Internet Explorer", oh yeah? *Changes user-agent* Oh yes we can!  Grin

It sounds a bit crazy about the web app test, but I have seen it on a few sites, often those that are poorly coded, or using ActiveX plugins that won't make the website work without.  

The funny thing is IE doesn't follow HTML coding standards anyway, so it's somewhat a joke to make a website specially compatible with only IE, even though many users, unfortunately still use IE.   Roll Eyes
« Last Edit: February 10, 2012, 01:08:39 PM by MaXe » Logged

I'm an InterN0T'er
hayabusa
Hero Member
*****
Offline Offline

Posts: 1630



View Profile
« Reply #5 on: February 10, 2012, 01:16:18 PM »

That screenshot........  LOL!  'nuff said.

And folks wonder why we always tell them certifications, on paper, mean nothing, if you don't continue to both:

1.) grow and expand your knowledgebase

and

2.) possess the ability to demonstrate the skills in the real world.

Shame that training options leave so much out (or screw so much up...)
Logged

~ hayabusa ~ 

"All men can see these tactics whereby I conquer, but what none can see is the strategy out of which victory is evolved." - Sun Tzu, 'The Art of War'


OSCE, OSCP , GPEN, C|EH
ajohnson
Recruiters
Hero Member
*
Offline Offline

Posts: 1057


aka dynamik


View Profile WWW
« Reply #6 on: February 10, 2012, 01:38:53 PM »

It sounds a bit crazy about the web app test, but I have seen it on a few sites, often those that are poorly coded, or using ActiveX plugins that won't make the website work without.  

The funny thing is IE doesn't follow HTML coding standards anyway, so it's somewhat a joke to make a website specially compatible with only IE, even though many users, unfortunately still use IE.   Roll Eyes

It was the latter. You literally couldn't do anything without IE; it wasn't just checking the user agent or something simple like that.
Logged

WIP: GCFA | www.infosiege.net | @infosiege

The day you stop learning is the day you start becoming obsolete.
DragonGorge
Jr. Member
**
Offline Offline

Posts: 83



View Profile
« Reply #7 on: February 10, 2012, 04:16:45 PM »

I took the v7 version last year and I agree with everything MaXe wrote. If you're just looking for a cert, the CEH exposes you to a lot of different hacking areas but doesn't cover any of them in-depth. And their training has an inordinate amount of bloat when it comes to tools.

One thing I'd have to caution on is the idea that it will help you with HR screenings. I think that may only be temporary. EC Council has been getting away with slipshod training/testing for (apparently) years. And I've seen the word "sham" used in conjunction with the cert. more than once (which kind of sucks given the amount of time/money I spent on getting it). I think it's just a matter of time before word gets around that the CEH cert doesn't live up to the hype.
Logged
secureyour.it
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #8 on: February 11, 2012, 11:46:29 AM »

Hi, I am a relative newbie myself and have already taken and passed the CEH V7 and sincerely wouldn't recommend it to anyone not even for getting past HR.

The course materials as previously stated are full of bloat and errors and their forum is out of date. One of the other problems for a beginner is where to start and the CEH way is here is an encyclopedia of hacking, get on with it but without any particular focus or depth in any area. The exam is a multiple choice exam and has no practical element.

Feeling let down and luckily for me having some more money in my training budget I decided to take the eLearnSecurity professional course which is also suitable for beginners.

Now in my opinion this course is bias towards web hacking but it did cover other areas and overall I found it excellent and great exposure going forward.

The exam for this course is a practical exam and students are expected to conduct a pentest and submit a report. There is plenty of help and support available from the course providers also which is good for a beginner.

So for a beginner certification I can readily recommend this as a starting point.

What you could also do before parting with any cash is to work through all of the free insecure virtual machines which are available on the internet for example

BadStore
Damn Vulnerable Web App
Hacme Series from Foundstone
De-Ice
WebGoat

Hope that helps...
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.069 seconds with 22 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.