netexpect https://www.gremwell.com/ en Build NetExpect on Ubuntu 10 https://www.gremwell.com/build-netexpect-on-ubuntu <span>Build NetExpect on Ubuntu 10</span> <div><p>I came across a nice tool, potentially useful for pen testing: TCP/IP-aware version of TCL expect. Written by Eloy Paris from Cisco Systems it is currently distributed in sources only. I didn't have much time to play with it yet, but it looks very promising. Tomorrow will try to use it for SIP REGISTER flooding, currently done with <a href="http://sipp.sourceforge.net/">sipp</a>. (In a way, SIPP is similar to NetExpect, can execute send-expect <a href="http://sipp.sourceforge.net/doc3.0/reference.html#Create+your+own+XML+scenarios">scenarios</a>, but seems to be focused on SIP protocol.)</p> <p>A bunch of slides illustrating what NetExpect can do can be found <a href="http://netexpect.org/wiki/Documentation?action=AttachFile&amp;do=get&amp;target=netexpect.pdf">here</a>.</p> <p>On Ubuntu 10 installation goes as following (instructions at <a href="http://netexpect.org/wiki/PortabilityPage">http://netexpect.org/wiki/PortabilityPage</a> are for older versions of Ubuntu):</p> <p><code><br /> sudo apt-get install libglib2.0-dev tcl8.4-dev wireshark-dev libpcap-dev libdumbnet-dev libnet1-dev<br /> sudo mv /usr/include/pcap.h /usr/include/pcap.h-<br /> ./configure --prefix=/usr/local/netexpect-0.18 --with-tcl=/usr/lib/tcl8.4 --with-tcl-includes=/usr/include/tcl8.4<br /> make<br /> sudo mv /usr/include/pcap.h- /usr/include/pcap.h<br /> sudo make install<br /></code></p> <p>The commands above will install the binaries under /usr/local/netexpect-0.18/bin.</p> </div> <span><span lang="" about="/user/1" typeof="schema:Person" property="schema:name" datatype="">abb</span></span> <span>Tue, 10/26/2010 - 21:36</span> Tue, 26 Oct 2010 19:36:31 +0000 abb 65 at https://www.gremwell.com