how can I do parallel sniff Programming Software Development by bilik …with Scapy module, but I'll explain the detailes): [code] # sniff() command reads packets from network interface in loop and puts… them as list to variable 'a' a = sniff() # now I want sniff() to be running and to run another command - …192.168.0.1')/ICMP()) # now I want to terminate sniff() loop and to see what in variable 'a' print … Re: how can I do parallel sniff Programming Software Development by woooee [QUOTE=;][/QUOTE] I would use multiprocessing. See Doug Hellmann's "Signaling between processes with event objects" [URL=http://blog.doughellmann.com/2009/04/pymotw-multiprocessing-part-2.html]here[/URL]. In multiprocessing, you can also use a dictionary or list to store a value. Some examples, plus see "shared namespaces" [… Casting and Overriding doubt. Programming Software Development by rahul.ch …String r[]) { ((Dog)new Hound()).bark(); //((Dog)new Hound()).sniff(); } } On executing above, I get o/p as &… from next line, i.e. ((Dog)new Hound()).sniff() and then execute program, it gives compiler error saying… cannot find method sniff() in class Dog. So if in the prev … Re: Casting and Overriding doubt. Programming Software Development by JamesCherrill … the reference to Dog and Dog does not have a sniff method so line 11 will be rejected by the compiler… Re: How to Stop a Thread Programming Software Development by kapcom01 …doesn't work.:( The problem is with the sniff(). I don't know if im doing this …it with KeyboardInterrupt: [CODE] from scapy.all import sniff def pkt_callback(pkt): print pkt.sprintf('%TCP.payload%') …if __name__ == '__main__': try: sniff(filter="tcp port 80", prn=pkt_callback, store=… Worm Advisory: Bling.exe Updates32.exe SYSTESM32.EXE Hardware and Software Information Security by kc0arf … -- floods the network trying to re-infect (I did not sniff, no tech detail) -- Had to use Procview from [url]www…; -- floods the network trying to re-infect (I did not sniff, so no tech detail) -- UPDATES32.EXE "harder" to… Re: Lost Username & Password Hardware and Software Networking by TheOgre … that someone else has the username/password, and you would sniff it out of the network traffic to the router. Since… you don't KNOW what it is, you can't sniff it. You'll probably have to reset the router, then… Sniffing TCP packets with python Programming Software Development by bugmenot … write a simply TCP sniffer (not a proxy!) that will sniff tcp packets coming from a specific IP and a specific… want to do is create a python script that will sniff these particular packets and convert the data in it to… Re: Lost Username & Password Hardware and Software Networking by InlayMinTher … that someone else has the username/password, and you would sniff it out of the network traffic to the router. Since… you don't KNOW what it is, you can't sniff it. You'll probably have to reset the router, then… How to Stop a Thread Programming Software Development by kapcom01 …thread? [CODE] from threading import Thread from scapy.all import sniff class SnifferThread(Thread): def __init__ (self,filter): Thread.__init__(…self) self.filter = filter def run(self): sniff(filter=self.filter, prn=self.pkt_callback, store=0) def pkt_callback… Re: How to Stop a Thread Programming Software Development by richierich …thread? [CODE] from threading import Thread from scapy.all import sniff class SnifferThread(Thread): def __init__ (self,filter): Thread.__init__(…self) self.filter = filter def run(self): sniff(filter=self.filter, prn=self.pkt_callback, store=0) def pkt_callback… Re: How to Stop a Thread Programming Software Development by Gribouillis Google found a patch for scapy.all..sniff, wich allows to stop the sniff function programmatically. You should try this [url=http://trac.secdev.org/scapy/wiki/PatchSelectStopperTimeout]http://trac.secdev.org/scapy/wiki/PatchSelectStopperTimeout[/url] How to pass data from a Thread to Another? (GUI) Programming Software Development by kapcom01 …]import sys from threading import Thread from scapy.all import sniff from PyQt4 import QtCore, QtGui from testgui_ui import Ui_GuiForm class….havegui = True def run(self): print "Sniffer started..." sniff(filter=self.filter, prn=self.pkt_callback, stopperTimeout=0.1, stopper… SQLite3 / Problem with queries Programming Software Development by J-M DESMETTRE …. size = getsize(InputFile) fi_data = fi.readline() fi_dialect = csv.Sniffer().sniff(fi_data) # Sniff a line and display file info. FieldDelimiter = fi_dialect.delimiter fi… Securing end users data in public Wireless Access Points Hardware and Software Networking by ausrasul … users. The question: 1- With such firewall rule, can users sniff LAN packets although they can't reach each other? I… they can, but I'm not sure. 2- If can sniff, is there any way to isolate users totally (VLAN for… small question about sniffing Hardware and Software Networking by s.w.a hello, i want to ask if it is possible that one can sniff the first request packet that i send or he cannot??? i think he can sniff the traffic but not the request, is that right??? please if any thing not clear in my question please tell me to clear it thanks in advance to any help regards Bridging between two Ethernet cards Programming Software Development by sHoM …, one for each interface: from scapy.all import* **THREAD1:** pkt=sniff(iface="eth0",store=1,count=1) outbuff=[] outbuff…[:],iface="eth1",verbose=0) else: pass **THREAD2:** pkt=sniff(iface="eth1",store=1,count=1) outbuff=[] outbuff… Flipper Zero Review: A Geeky Multi-Tool for Penetration Testing Community Center by Johannes C. …) *With the Wi-Fi devboard and Marauder firmware, Flipper can sniff on networks and launch different attacks* To use the Wi… video](https://www.youtube.com/watch?v=subLBPJ3IxU), you can sniff on a network while a device reconnects after being deauthorized… A great java game. Community Center Geeks' Lounge by mikau nero Runescape is the absolute BEST internet game. Its a Java game too. Java, you should be proud. *sniff* Anyways, the game is free, but its $5 a month for a premium account. You start out level 3 on a tutorial. Figure it out :) [URL=http://www.runescape.com]Go to this page, then click on the 'create user' link on the right side[/URL] serial port shens Hardware and Software Hardware by Olio … size: 8 parity: none stop bit: 1 but when i sniff the port (while the program is running) i'm seeing… help hijackthis log Hardware and Software Information Security by OurNation ….CAB O16 - DPF: {8EDAD21C-3584-4E66-A8AB-EB0E5584767D} (Toolbar Reg Sniff Activate) - [url]http://toolbar.google.com/data/GoogleActivate.cab[/url… Re: help hijackthis log Hardware and Software Information Security by OurNation ….CAB O16 - DPF: {8EDAD21C-3584-4E66-A8AB-EB0E5584767D} (Toolbar Reg Sniff Activate) - [url]http://toolbar.google.com/data/GoogleActivate.cab[/url… Re: help hijackthis log Hardware and Software Information Security by DMR ….CAB O16 - DPF: {8EDAD21C-3584-4E66-A8AB-EB0E5584767D} (Toolbar Reg Sniff Activate) - [url="http://toolbar.google.com/data/GoogleActivate.cab… Kicked out of AdSense... Anyway back in? Digital Media Digital Marketing by WiBu … ads on the banned site? I'm figuring google will sniff it out using thier wizardry with cookies... but will they… Quiz Time folks ....Lets test out your wit Community Center Geeks' Lounge by gpta_varun …) Clive Lloyd (c) Vivian Richards (d) Don Bradman Q8. 'Swirl, Sniff, Scrutinise & Sip' are the four S's for judging… Re: Quiz Time folks ....Lets test out your wit Community Center Geeks' Lounge by Vixey69 …) Clive Lloyd (c) Vivian Richards (d) Don Bradman Q8. 'Swirl, Sniff, Scrutinise & Sip' are the four S's for judging… hclean.exe trojan, norton anitvirus not working and google search problems Hardware and Software Information Security by Fitzad …[/url] O16 - DPF: {8EDAD21C-3584-4E66-A8AB-EB0E5584767D} (Toolbar Reg Sniff Activate) - [url]http://toolbar.google.com/data/GoogleActivate.cab[/url… Re: hclean.exe trojan, norton anitvirus not working and google search problems Hardware and Software Information Security by Fitzad …[/url] O16 - DPF: {8EDAD21C-3584-4E66-A8AB-EB0E5584767D} (Toolbar Reg Sniff Activate) - [url]http://toolbar.google.com/data/GoogleActivate.cab[/url… Re: hclean.exe trojan, norton anitvirus not working and google search problems Hardware and Software Information Security by Fitzad …[/url] O16 - DPF: {8EDAD21C-3584-4E66-A8AB-EB0E5584767D} (Toolbar Reg Sniff Activate) - [url]http://toolbar.google.com/data/GoogleActivate.cab[/url… How to log rs232 port activity under win32 ? Programming Software Development by CrazyDieter Hie, Do you know how to read the activity of a serial device (COMx) under windows ? I would like to write a program that could sniff the serial/ port.