hot questions tagged pen-testing - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T15:54:31Zhttp://stackoverflow.com/feeds/tag?tagnames=pen-testing&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/76408/which-of-these-scripting-languages-is-more-appropriate-for-pen-testing2Which of these scripting languages is more appropriate for pen-testing?Vhaerun2008-09-16T20:11:22Z2008-10-08T07:36:44Z
<p>First of all, I want to avoid a flame-war on languages. The languages to choose from are Perl, Python and Ruby . I want to mention that I'm confortable with all of them, but the problem is that I can't focus just on one. </p>
<p>If for example , I see a cool Perl module, I have to try it out. If I see a nice Python app, I have to know how it's made. If I see a Ruby DSL or some Ruby voodoo, I'm hooked on Ruby for a while.</p>
<p>Right now I'm working as a Java developer, but plan on taking CEH in the near future. My question is: for tool writing and exploit development, which language do you find to be the most appropriate ?</p>
<p>Again , I don't want to cause a flame-war or any trouble, I just want honest oppinions from scripters that know what they're doing.</p>
<p>One more thing: maybe some of you will ask "Why settle on one language?". To answer this: I would like to choose only one language, in order to try to master it.</p>
<p>Thanks !</p>
http://stackoverflow.com/questions/725536/c-a-userland-tcp-stack-in-windows-xp-sp-iii0C# - a userland TCP stack in Windows XP SP IIIcl1022009-04-07T12:48:57Z2009-04-07T13:02:57Z
<p>Hi!</p>
<p>I'm trying to create an application to craft packets to be able to debug some gateways here, and to experiment with TCP DoS situations.
Nevertheless this should be very easy, I didn't find a way to implement this for a Windows application.</p>
<p>I started using <a href="http://oss.coresecurity.com/projects/impacket.html" rel="nofollow">Impacket</a> from Core Security in Python on a Unix box, but I want to avoid this for now. First of all Impacket doesn't work for Windows, and it doesn't seem to do exactly what I want.</p>
<p>Does anyone know how to get a simple raw-socket like behavior in Windows? I know that there're no Raw sockets any more. But is there something similar? Any C# library I can use... I didn't find anything jet. </p>
<p>Thanks ;)</p>