Wubi Posted July 26, 2012 Report Posted July 26, 2012 Description: This is an interesting exercise I had given to my students for the SecurityTube Python Scripting Course (SPSE). The problem statement was roughly the following - Create a multi-threaded TCP SYN scanner using Scapy, Threading and Queue modules in Python.Quick note:1. This code is to illustrate use of multithreading in Python2. Performance of the scanner solely depends on the probe / detection capability of scapy. The code outsources everything to scapy3. Filtered ports etc. are not taken care of for now. Only SYN-ACKs are consideredCode Snippet on Pastebin: [Python] Multi-Threaded SYN Scanner using Scapy, Threading and Queue - Pastebin.com (was a quick cut-paste from the editor - check formatting before running)If you are looking for details on our SPSE course and how to register, please visit this link: SecurityTube Python Scripting Expert ? SecurityTube TrainingsEnjoy and please do leave your comments behind! Sursa: Simple Multi-Threaded Tcp Syn Scanner Using Scapy, Threading And Queue Modules In Python Quote