vote up 1 vote down star

Is python or ruby good for penetration testing?

I hear python is very good for pentesting. It has got good modules for that. But not a good framework like metasploit.

flag

1 Answer

vote up 1 vote down check

Any language that has good, easy string handling capabilities is a good match for penetration testing. This is why you see scripting languages as the most used languages in this sort of tasks.

To answer your question, they're just as good.

link|flag
u are right...but string handling just doesn't count. i saw a previous question asked on which language is best for pentesting, it depends on the tool we use.. ruby if metasploit or python id we use immunity canvas.. – Sriram Nov 4 at 19:16
String handling counts a lot! Not all exploits released today are focused on metasploit or immunity canvas. Some of them only rely on the capabilities of the language ( for example sockets ). Look at most exploits on milw0rm. How many of them use metasploit? Barely any. Almost all of them use socket code and try to overflow something. – Geo Nov 4 at 19:29
sorry i thought of saying string handling alone just doesn't count...and had in mind what u posted.. the shellcode part is mostly string handling stuff only..and for remote exploits the socket libraries as u have mentioned.. – Sriram Nov 4 at 19:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.