|
EH-Net
|
|
May 23, 2013, 02:22:10 PM
|
Show Posts
|
|
Pages: 1 [2] 3 4 ... 6
|
|
18
|
Ethical Hacking Discussions and Related Certifications / Other / Re: best beginners programming language
|
on: March 08, 2010, 03:49:26 AM
|
I learnt java first because thats what they teach in universities nowadays. If you wanted bang for buck you can't go wrong with python. Relatively easy to learn, the style is very consistent, used by hackers all over as a primary tool to develop new tools, you can easily meld it with C, develop modules for core impact/canvas, it is similar to ruby which is then useful for metasploit, google endorses it. Btw awesec he says he lacks a foundation in programming  If I wanted to be an ethical hacker and needed to learn programming. I would do python first, then learn C, then learn assembly. I still believe assembly is still important if you want to seriously understand memory manipulation and how to write shellcode.
|
|
|
|
|
22
|
Ethical Hacking Discussions and Related Certifications / Security / Re: Education and Certs
|
on: March 08, 2010, 01:28:24 AM
|
|
I plan on getting both.
I think all the right points have already been stated but I'll just say my view on things.
When it comes to certifications vs degrees I look at ROI, time required (which is a component on ROI anyway...) and what opportunities it is likely to open up for me.
A case in point when I was younger I dropped out of Uni. It didn't actually hurt my chances of getting into an IT job, largely because in my country degrees don't mean a whole lot when it comes to infrastructure implementation and support. However I am past the stage of being new in IT, proven my mettle of being able to handle difficult tasks and I want harder challenges (work for an enterprise!) but I know I am not going to get those opportunities without a degree.
So while I got my foot into IT with a fist full of certs and a burning passion which was evident in my eyes. I am now facing a glass ceiling. One which can only be broken by putting in years of experience on my CV, so that I can get past HR and get an opportunity to speak face to face. I am hoping a degree will be more time efficient for me instead.
Luckily enough I want to get into security and in my country, there are enough oldschool geeks who don't have degrees who still run the security scene here. However I want to travel and I understand that this is not how it works in other countries and therefore a degree can be very important.
In the end the deal breaker for me before I do any educational content is this.
A) Is it fun? If it is, I want to do it regardless B) Is there an immediate opportunity or reward that I can leverage upon getting it. I'm not talking about I may get a raise, or I may get a promotion, or I may get a better job. I'm talking you get the cert and you get that raise, promotion, better job. C) Is the degree/cert something to be proud of? I'm VCP #51337. When I got my VCP number I though it was l33t.
|
|
|
|
|
23
|
Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: hydra help
|
on: March 08, 2010, 12:48:10 AM
|
here is a snippet of the code // ----------------- alarming functions ----------------
void alarming() { fail++; alarm_went_off++; // uh, I think it's not good for performance if we try to reconnect to a timeout system! // if (fail > MAX_CONNECT_RETRY) { fprintf(stderr, "Process %d: Can not connect [timeout], process exiting\n", (int)getpid()); if (debug) printf("DEBUG_CONNECT_TIMEOUT\n"); hydra_child_exit(); // } else { // if (verbose) fprintf(stderr, "Process %d: Can not connect [timeout], retrying (%d of %d retries)\n", (int)getpid(), fail, MAX_CONNECT_RETRY); // } }
It means that basically hydra is unable to open a connection to whatever you are telling it to connect. You should verify that http-get is the correct authentication method you should use.
|
|
|
|
|
29
|
Ethical Hacking Discussions and Related Certifications / General Certification / Re: Red Hat Certs
|
on: February 14, 2010, 05:18:59 PM
|
|
I sat my RHCT almost 3 years ago. It is the only exam in my entire life which I passed with a score of 100%.
It was completely practical based, I stayed up until 3am in the morning running over the lab routines over and over to drill it into my head.
I learnt a lot and it basically setup an appreciation for all flavours of unix derivatives.
It also meant that when I did OCSP I dived straight into it without having any hiccups due to incomplete understanding of linux.
I would like to do RHCE but with so many other certs lined up I dunno if I will ever have time.
|
|
|
|
|
Loading...
|