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 33 guests and 5 members online
 
Advertisement

You are here: Home arrow Ethical Hacking Discussions and Related Certificationsarrow Network Pen Testingarrow OSCP - Offensive Security Certified Professionalarrow What tools are not allowed on the OSCP exam ?
EH-Net
May 21, 2013, 09:36:47 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: What tools are not allowed on the OSCP exam ?  (Read 4055 times)
0 Members and 1 Guest are viewing this topic.
sternone
Full Member
***
Offline Offline

Posts: 129


View Profile
« on: September 07, 2012, 12:29:56 AM »

I'm prepping hard for the OSCP exam.

But I want to know exactly what tools I can't use at the exam so I don't have this huge suprise that I can't use a certain toolkit.

It's obvious that you can't use NESSUS or METASPLOIT on the exam but what about other scripts ?

Thanks for the help. I just wanna follow the rules and be prepared !


Logged

Try harder....hmpf!!
UNIX
Hero Member
*****
Offline Offline

Posts: 1235


View Profile
« Reply #1 on: September 07, 2012, 10:57:20 AM »

All restrictions are mentioned in the exam guide that will be sent just before the exam starts.
Logged
jjwinter
Jr. Member
**
Offline Offline

Posts: 76


View Profile
« Reply #2 on: September 07, 2012, 11:29:16 AM »

Seems kinda scary to not have more warning than that.

"Exam participants may not use the letters 'h', 'k', or 'm', or use the 'Enter' key. Scripts are permitted, but must be written in l33t."



Logged
shadowzero
Full Member
***
Offline Offline

Posts: 120


It's a UNIX system, I know this!


View Profile
« Reply #3 on: September 07, 2012, 11:32:57 AM »

Seems kinda scary to not have more warning than that.

"Exam participants may not use the letters 'h', 'k', or 'm', or use the 'Enter' key. Scripts are permitted, but must be written in l33t."


It will prepare you for occasions when you can't use your favorite tool, and will have to find a way around it. Knowing more than one way to accomplish a task will be handy.
Logged
sternone
Full Member
***
Offline Offline

Posts: 129


View Profile
« Reply #4 on: September 07, 2012, 11:41:55 AM »

All restrictions are mentioned in the exam guide that will be sent just before the exam starts.

thanks. but no thanks. :-)

Why can't I know before ? So I can train more ?
Logged

Try harder....hmpf!!
UNIX
Hero Member
*****
Offline Offline

Posts: 1235


View Profile
« Reply #5 on: September 07, 2012, 11:45:21 AM »

Because those are the rules. Tongue

But seriously, if you don't just rely on MSF or a vulnerability scanner in the labs, you shouldn't face any problems in the exam either. Wink
Logged
hayabusa
Hero Member
*****
Offline Offline

Posts: 1632



View Profile
« Reply #6 on: September 07, 2012, 01:07:43 PM »

sternone...

Don't take this wrong, but... How many times, and in how many threads, can you ask this same question?  As others have said, unfortunately, we can't give you the specific answers you're hoping for.  Not only would it give you an unfair advantage in the exam, but it would devalue it for others, who DID challenge it, blindly, as many of us have.

As I just replied to the other thread, your biggest tool (of advantage) is scripting, and being able to act in a multi-threaded way / mindset.  If you can do that, and if you didn't rely fully on MSF (as aweSEC just noted), you SHOULD be fine.

Good luck, and keep with the 'TRY HARDER' attitude.  You'll get it.
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
impelse
Hero Member
*****
Offline Offline

Posts: 565


View Profile WWW
« Reply #7 on: September 07, 2012, 01:45:23 PM »

I had the same question, after the practice lab with metasploit I said, ok, I got a little easy fun, now every single computer I hack it has to be done without metasploit at all.

Sometimes I want to use it when I cannot escalate, but keep going.... TRY HARDER.
Logged

CCNA, Security+, 70-290, 70-291
CCNA Security
Taking Hackingdojo training

Website: http://blog.thehost1.com/
sternone
Full Member
***
Offline Offline

Posts: 129


View Profile
« Reply #8 on: September 07, 2012, 03:08:44 PM »

Then I'm not too worried. I use scripting a lot for enumeration but for the actual buffer overflows I compiled or scripted all code to get root.

THANKS!!
Logged

Try harder....hmpf!!
shadowzero
Full Member
***
Offline Offline

Posts: 120


It's a UNIX system, I know this!


View Profile
« Reply #9 on: September 07, 2012, 06:00:41 PM »

I had the same question, after the practice lab with metasploit I said, ok, I got a little easy fun, now every single computer I hack it has to be done without metasploit at all.

Sometimes I want to use it when I cannot escalate, but keep going.... TRY HARDER.

I did the same thing. Any machine that you pwn with metasploit, do it again without using it. Build up a collection of exploits that you know are reliable so you can quickly use them when you need to.
Logged
impelse
Hero Member
*****
Offline Offline

Posts: 565


View Profile WWW
« Reply #10 on: September 07, 2012, 10:21:09 PM »



I did the same thing. Any machine that you pwn with metasploit, do it again without using it. Build up a collection of exploits that you know are reliable so you can quickly use them when you need to.

I am not doing this, I need to do it, come on.....
Logged

CCNA, Security+, 70-290, 70-291
CCNA Security
Taking Hackingdojo training

Website: http://blog.thehost1.com/
sh4d0wmanPP
Newbie
*
Offline Offline

Posts: 42


View Profile
« Reply #11 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.
Logged

EXIN ISO/IEC 27002: ISF & ISMAS, ITIL Foundation, Comptia Security+, CCNA, CCNA Security, Wip: OSWP
impelse
Hero Member
*****
Offline Offline

Posts: 565


View Profile WWW
« Reply #12 on: September 07, 2012, 11:59:50 PM »

I take a lot of screen shots and the commands I am using, I spent three week in two machines trying to escalate without any result, I moved on to other machines and I begin to root them.

Now I noticed that some exploit are broken and others really works, others the target was not the right but it looks nice and it would work, yep, I need to begin to archive.

Try harder, at work the make fun about that but they begin to use it when they cannot fix the problems, lol
Logged

CCNA, Security+, 70-290, 70-291
CCNA Security
Taking Hackingdojo training

Website: http://blog.thehost1.com/
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.118 seconds with 24 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.