|
EH-Net
|
|
May 22, 2013, 05:32:12 AM
|
|
47
|
Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: OSCE advice?
|
on: February 08, 2013, 08:07:00 AM
|
@H1t M0nk3y OSCE is hard. Best advice I can give looking back is to simply practice. I used to go to exploit db, pull down exploits, strip out all the stuff in the middle and start with a simple crash. From there, rebuild the exploit. If you do that 100 times, you're in good shape  The course material is merely supplemental to what's needed for the exam, assuming you have no experience prior. Go for it though, even if you fail, keep going because it's really really good stuff. You'll eventually get it. Great advice, there. Sums it all up, nicely. Even IF you fail the first time (MOST but not all of us did), it opens your eyes, and you'll definitely nail it on a second go, because you'll be confident. But if you follow cd1zz, ajohnson and MaXe's advice, you'll do well.
|
|
|
|
|
48
|
Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: OSCE advice?
|
on: February 06, 2013, 01:16:42 PM
|
|
I'll second UNIX on all counts. And likewise, if you need help, drop me a line.
Ultimately, dupe as much as you can, both from the course, and from outside of it. The more you understand, and can do without too much difficulty, the better.
Practice, practice, practice.
As you replied to UNIX's post, before I posted - By 'different techniques', try to find OTHER ways to exploit flaws that are noted in the course materials or what you work with from exploit-db, beyond simply using the publicly available exploits. Also, try to learn how to do things for yourself, rather than simply mimicking / copying exactly what someone has done. Try to accomplish the same thing, without simply doing exactly as they did. This applies to both coding and non-coding exercises (such as some of the web exploitation stuff).
|
|
|
|
|
52
|
Resources / Tools / Re: BackTrack Reborn - Kali Linux
|
on: January 31, 2013, 07:36:40 AM
|
|
Thinking that would likely be best / easiest answered, if asked to the Offensive Security folks...
That said, however, we might be able to give you a better idea, if you tell is what the nic's are (wired and wireless) in that device (rather than us having to do that, just to give you an answer.)
What will likely help us answer, as well, is if you boot to the Live BackTrack distro, currently, and give us output from "lspci" at the command prompt.
|
|
|
|
|
53
|
Resources / Tools / Re: BackTrack Reborn - Kali Linux
|
on: January 24, 2013, 07:52:09 AM
|
Man, BT and PWB are hogging all the resources. This is why we can't have nice things. I'd rather have AWAE online than stock footage of stuff being smashed.
^ +2
|
|
|
|
|
56
|
Ethical Hacking Discussions and Related Certifications / Programming / Re: Any got a solution for this programming challenge ?
|
on: January 22, 2013, 10:41:34 AM
|
Depends on the language... It's simple in python... As of version 2.3 bin(x) Convert an integer number to a binary string. The result is a valid Python expression. If x is not a Python int object, it has to define an __index__() method that returns an integer. You'd just need to strip off the first two characters of the return, such as: val=bin(8); newval=val.replace("0b", ""); print newval; Now, we'll assume that the bin() uses multiplication / division inside of itself, so if you really wanted to do this, without ANY, you'd likely need to create an array of values, during runtime, where you GIVE it the values, and parse the array to return them. That's if he's TRULY not allowing the use of the builtin functions of python to do the work...
|
|
|
|
|
58
|
Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Where Can I Hack
|
on: January 13, 2013, 10:07:55 AM
|
Well, it IS useful, and I recommend it to a lot of folks I know, as a starting point for their labs.  BTW, glad you're doing better, and good to see more of you, on here, again, Thomas!
|
|
|
|
|
Loading...
|