################### # SCTP repository # ################### SCTP is a transport protocol over IP defined in RFC4960 (like TCP or UDP), and some (many) others RFC... It has been defined for telecom world and sigtran protocols (SS7 support over IP). SCTP is readily available in the Linux and Solaris kernels, and the open-source userland lib "libsctp". # sctpinitscan.py: SCTP protocol port scanner by Benoit Michau python script, needs python 2.5 (may work on 2.4 or earlier?), impacket and pcapy modules from OSS SECURITY ./sctpinitscan --help for help This is one of my 1st python script: thread management is hazardous, and the script itself sometimes bugs Much slower than the nmap SCTP scanner, but prints you helpful info from received INIT ACK chunk # pysctp-0.3.1a.tar.gz: slight correction of the SCTP python binding over the Linux kernel SCTP API original code here: http://epx.com.br/pysctp/, and now updated!