Image
 
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 32 guests and 1 member online
EH-Net Donations

Enter Amount:
$

Google Ads
EH-Net News Feeds
Latest Additions
Book Recommendations





 
Advertisement

You are here: Home arrow Forum arrow Ethical Hacking Discussions and Related Certificationsarrow Network Pen Testingarrow OSCP - Offensive Security Certified Professionalarrow Next Up OSCP101 v2.0
Ethical Hacker Community Forums
December 01, 2008, 08:45:35 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: ChicagoCon 2-Day Ethical Hacking Conference with MS Blue Hats Oct 31 - Nov 1. Tickets Only $100! www.chicagocon.com/content/view/103/51/
 
   Home   Help Calendar Login Register  
Pages: [1] 2 3   Go Down
  Print  
Author Topic: Next Up OSCP101 v2.0  (Read 7773 times)
0 Members and 1 Guest are viewing this topic.
Dark_Knight
Newbie
*
Offline Offline

Posts: 25


View Profile
« on: October 05, 2008, 10:11:38 PM »

Guys,
Having just received the CEH I decided to go ahead and do the OSCP101 after reading all the reviews.So I started today.

« Last Edit: October 05, 2008, 10:22:08 PM by Dark_Knight » Logged
Manu Zacharia (-M-)
Full Member
***
Offline Offline

Posts: 195



View Profile WWW
« Reply #1 on: October 05, 2008, 11:36:36 PM »

Good Going, All the best.
Logged

Manu Zacharia
Certified ISO 27001:2005 (Information Security Management System) Lead Auditor
Promote the Information Security Day
Visit - http://www.informationsecurityday.com
shednik
Newbie
*
Offline Offline

Posts: 41


View Profile
« Reply #2 on: October 06, 2008, 08:47:40 AM »

Best of luck to you...I'm jealous I'd love to do that course!!
Logged

CCNA, MCP, A+, N+

WIP: Masters of Infosec & Assurance, CEH, & SSCP
dalepearson
Full Member
***
Offline Offline

Posts: 153


View Profile
« Reply #3 on: October 06, 2008, 08:56:24 AM »

RoleReversal has also done this course, and with positive feedback.
I am also thinking of having a look at this at some point.

Let us know how you get on.
Logged

vijay2
Full Member
***
Offline Offline

Posts: 126


View Profile
« Reply #4 on: October 06, 2008, 09:34:57 AM »

Its a amazing course I am sure you will learn a lot.

VJ
Logged

GPEN GCIH CISSP GSEC OSCP C|EH MCSE CNE Security+
RoleReversal
Sr. Member
****
Offline Offline

Posts: 469


View Profile WWW
« Reply #5 on: October 06, 2008, 09:46:08 AM »

Dark_Knight,

Hope you enjoy the OSCP. From my experience it was a great course and I learned a lot (and confirmed a lot of stuff I 'sort of' knew from other sources). My lab time (took 60 days) finished around a month ago and I have the exam scheduled *soon*.

I'd advise not taking your foot of the gas (as I did) if you start to get through the material quickly. Some of the final challenges and extra miles can be challenging and time consuming. Plus I would have liked to have spent more time 'playing' in the lab after completing the required exercises.

Let us know how you get on, specifically I'd be interested to see how the material compares to the CEH you've already got, as it's on my list of potential 'nexts'....

<Edit> as a side note, any advice from those already passed the exam would be appreciated as I'm starting to get slightly nervous...</Edit>
« Last Edit: October 06, 2008, 09:48:25 AM by RoleReversal » Logged

A little bit of sanity:
http://www.infosanity.co.uk
dalepearson
Full Member
***
Offline Offline

Posts: 153


View Profile
« Reply #6 on: October 06, 2008, 10:14:20 AM »

<Edit> as a side note, any advice from those already passed the exam would be appreciated as I'm starting to get slightly nervous...</Edit>

May the force be with you  Cool
Logged

Dark_Knight
Newbie
*
Offline Offline

Posts: 25


View Profile
« Reply #7 on: October 06, 2008, 01:17:25 PM »

Dark_Knight,

Hope you enjoy the OSCP. From my experience it was a great course and I learned a lot (and confirmed a lot of stuff I 'sort of' knew from other sources). My lab time (took 60 days) finished around a month ago and I have the exam scheduled *soon*.

I'd advise not taking your foot of the gas (as I did) if you start to get through the material quickly. Some of the final challenges and extra miles can be challenging and time consuming. Plus I would have liked to have spent more time 'playing' in the lab after completing the required exercises.

Let us know how you get on, specifically I'd be interested to see how the material compares to the CEH you've already got, as it's on my list of potential 'nexts'....

<Edit> as a side note, any advice from those already passed the exam would be appreciated as I'm starting to get slightly nervous...</Edit>

Thanks for the response man. I appreciate it and I will keep the board informed.
Logged
KrisTeason
Full Member
***
Offline Offline

Posts: 112


View Profile
« Reply #8 on: October 06, 2008, 03:51:38 PM »

Dark_Knight best of luck man. You'll learn a lot in that course. It's damn well organized and very hands on. A friend of mine took it and recommended taking it over the C|EH.
Logged
Dark_Knight
Newbie
*
Offline Offline

Posts: 25


View Profile
« Reply #9 on: October 07, 2008, 12:44:50 PM »

Course is going well so far. For those that have done the course I am trying to
to get the domain name of the dns. I have identified the dns and tried using the host command to do a reverse lookup but that failed. What other options can I use?The dns doesn't seem to have a ptr should it?
Logged
HeadlessZeke
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #10 on: October 07, 2008, 01:43:39 PM »

Make sure you add the DNS to your resolve.conf file...
Logged

OSCP...Hopefully more to follow
RoleReversal
Sr. Member
****
Offline Offline

Posts: 469


View Profile WWW
« Reply #11 on: October 08, 2008, 02:29:23 AM »

Make sure you add the DNS to your resolve.conf file...
...Just make sure you add it to the top of the list for speed

...or query the DNS server you found directly with the host command (nice opportunity to test your newly found bash-fu Wink )
Logged

A little bit of sanity:
http://www.infosanity.co.uk
Dark_Knight
Newbie
*
Offline Offline

Posts: 25


View Profile
« Reply #12 on: October 08, 2008, 09:08:21 AM »

Make sure you add the DNS to your resolve.conf file...
...Just make sure you add it to the top of the list for speed

...or query the DNS server you found directly with the host command (nice opportunity to test your newly found bash-fu Wink )
hmmmmmmmmmm I been down the host road but not getting anything also tried adding the dns to the resolv file and still coming up short.  Huh
Logged
RoleReversal
Sr. Member
****
Offline Offline

Posts: 469


View Profile WWW
« Reply #13 on: October 08, 2008, 09:40:54 AM »

Quote
# man host
...
SYNOPSIS
       host [-aCdlnrTwv] [-c class] [-N ndots] [-R number] [-t type] [-W wait]
            [-4] [-6] {name} [server]
...

so.. 'host -t ptr 1.2.3.4 ip.of.dns.server' is giving no joy?

Are you sure you've found a legit DNS server?
Logged

A little bit of sanity:
http://www.infosanity.co.uk
Dark_Knight
Newbie
*
Offline Offline

Posts: 25


View Profile
« Reply #14 on: October 08, 2008, 10:07:00 AM »

Quote
# man host
...
SYNOPSIS
       host [-aCdlnrTwv] [-c class] [-N ndots] [-R number] [-t type] [-W wait]
            [-4] [-6] {name} [server]
...

so.. 'host -t ptr 1.2.3.4 ip.of.dns.server' is giving no joy?

Are you sure you've found a legit DNS server?
YGPM
Logged
Pages: [1] 2 3   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.049 seconds with 24 queries.
 
Sponsors

cwnp_moto__120x90.gif

Polls
During the most recent election, I:
 
Support EH-Net


Support EH-Net by
Buying all of your
Amazon items using
the search bar above.

cbtnuggets_logo_125.jpg
Try CBT Nuggets Free!
Recent Forum Topics
Vote For EH-Net

progenic.com
Click here to Vote!

Sadikhov.com
Top IT Cert Sites

binarica.com
Binarica Logo

Add to Technorati Favorites
technorati fave

 
         
Advertisement

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