Tagged Questions
8
votes
1answer
669 views
pypcap support for python 2.7?
I want to install scapy for windows using python 2.7, but pypcap doesn't support python 2.7, is there a patch or a work around to be able to use pypcap on python 2.7?
8
votes
4answers
711 views
How to pickle a scapy packet?
I need to pickle a scapy packet. Most of the time this works, but sometimes the pickler complains about a function object. As a rule of thumb: ARP packets pickle fine. Some UDP packets are ...
5
votes
1answer
721 views
running scapy on windows with python v2.7 (enthought python distribution 7)
I like to use scapy with python v2.7 under windows 7; here are few of my questions
how can i install required module pypcap for python v2.7?
will it be possible to make python scripts depending on ...
4
votes
2answers
1k views
Python-Scapy or the like-How can I create an HTTP GET request at the packet level
I am a moderate programmer, just getting into network programming.
As an attempt to improve my understanding of networks in general, I am trying to perform several basic HTTP actions from the packet ...
4
votes
1answer
680 views
Scapy SYN send on our own IP address
I tried to send SYN packets on my local network and monitoring them with Wireshark and everything works just fine, except when i try to send a packet to my own ip address it "seems" to work because it ...
4
votes
2answers
863 views
C/Python Socket Performance?
my question simply relates to the difference in performance between a socket in C and in Python. Since my Python build is CPython, I assume it's similar, but I'm curious if someone actually has "real" ...
4
votes
4answers
2k views
Python - Library Problems
I'm relatively new to Python and am having problems programming with Scapy, the Python network manipulation tool. However, I can't tell if it's as much a Scapy problem as it is a being-a-Python-newbie ...
3
votes
1answer
111 views
Building scapy packets with PacketFields shorter than 8 bits
I'm trying to add a new protocol with scapy, and I'm running into difficulties building packets that store other BitEnumField "packets" that are under one byte of length. I was wondering if there is a ...
3
votes
1answer
61 views
How to test server behavior under network loss at every possible packet
I'm working with mobile, so I expect network loss to be common. I'm doing payments, so each request matters.
I would like to be able to test my server to see precisely how it will behave with client ...
3
votes
1answer
149 views
Scapy show2() packet problem
I'm trying to create some scapy layers and want them to adapt their size on the fly. I use the following code:
class Foo(Packet):
name = "Testpacket"
fields_desc = [
ByteField("length", ...
3
votes
2answers
687 views
Python scapy import error
If I include following line in my python source file
from scapy.all import *
I get this error
from scapy.all import *
ImportError: No module named all
Which is true in Console and IDLE, but not ...
3
votes
6answers
5k views
How can I filter a pcap file by specific protocol using python?
I have some pcap files and I want to filter by protocol, i.e., if I want to filter by HTTP protocol, anything but HTTP packets will remain in the pcap file.
There is a tool called openDPI, and it's ...
2
votes
0answers
79 views
Parsing PPPoE Tags with Scapy
I am trying to correctly dissect PPPoE Discovery packets with Scapy. Here's how Scapy displays example PADI packet:
>>> p = ...
2
votes
2answers
248 views
Stripping payload from a tcpdump?
Is there an automated way (either in tcpdump or via a helper app Out There) to generate a pcap file that contains only Ethernet, IP and Layer 4 (TCP in my case) headers, so that there is no ...
2
votes
3answers
74 views
Checking information in a dataset in Python
I currently have a requirement to make a comparison of strings containing MAC addresses (eg. "11:22:33:AA:BB:CC" using Python 2.7. At present, I have a preconfigured set containing the MAC address ...
2
votes
1answer
239 views
How to check for presence of a layer in a scapy packet?
How do I check for the presence of a particular layer in a scapy packet? For example, I need to check the src/dst fields of an IP header, how do I know that a particular packet actually has an IP ...
2
votes
1answer
393 views
scapy: UDP defragmentation timestamp problem
i use the following script (python + scapy) to create a defragmented version of a pcap file that contains fragmented UDP packets.
# Read pcap file
in=rdpcap("in.pcap")
# Defragment ...
out = ...
2
votes
1answer
397 views
Netfilter and Scapy
I'm playing around with netfilter hooks in a kernel module. And I want to be able to capture packets created by scapy.
Both the hooks, and also the packet generation via scapy are running on the same ...
2
votes
2answers
645 views
ICMP Ping packet is not generating a reply when using Scapy
I recently began exploring Scapy. A wonderful tool indeed!
I have a problem... When I monitor my network card using Wireshark and I do a regular ping from the systems command prompt with the ...
2
votes
2answers
345 views
i need powerful interactive packet manipulation program like scapy
i need powerful interactive packet manipulation program like Scapy for Ruby
please help
1
vote
1answer
37 views
writing an ethernet bridge in python with scapy
I'd like to make something like this:
10.1.1.0/24 10.1.2.0/24
+------------+ +------------+ +------------+
| | | | | |
| ...
1
vote
1answer
75 views
Scapy filtering with sniff() function
I'm using scapy function sniff() for packet capturing. I want to capture only EAP packets. I can filter EAP packets with tcpdump with following filter:
# tcpdump -i mon0 -p ether proto 0x888e
...
1
vote
1answer
37 views
How to begin EAP communication with Python/Scapy
I'm programming an application in Python/Scapy that behaves like wireless 802.1X supplicant. I want my application to be able to connect to RADIUS server via EAP protocol. If you look at the EAP ...
1
vote
1answer
52 views
Unwanted RST TCP packet with Scapy
In order to understand how TCP works, I tried to forge my own TCP SYN/SYN-ACK/ACK (based on the tutorial: http://www.thice.nl/creating-ack-get-packets-with-scapy/ ).
The problem is that whenever my ...
1
vote
2answers
163 views
Sending packets from pcap with changed src/dst in scapy
I am trying to send a previously recorded traffic (captured in pcap format) with scapy. Currently I am stuck at striping original Ether layer. The traffic was captured on another host and I basically ...
1
vote
1answer
150 views
Scapy: Adding new protocol with complex field groupings
I'm trying to specify a new packet format using scapy. In the packet there is a list of items, and items consist of "grouped fields". By "grouped fields" I mean a sub-sequence of fields of different ...
1
vote
1answer
240 views
compile libdnet for python 2.7
I'm trying to use scapy on win32 python2.7
I've manage to compile all the other dependencies expect this one
can some help in the goal of reaching this executable ?
"dnet-1.12.win32-py2.7.exe"
(I ...
1
vote
1answer
236 views
Python Scapy wrpcap - How do you append packets to a pcap file?
I have some software that can emulate things like BER and delays on the network. I need a way to test the BER module of the software to make sure it actually works correctly. My solution is to ...
1
vote
1answer
230 views
Flexible traffic generation with scapy
I know questions like this have been asked plenty of times before, but I think this is subtley different.
I am attempting to write a flexible traffic generator in Python using scapy. Producing the ...
1
vote
0answers
87 views
Scapy get the actual value of a field
this question is related to this other one
I would like to check the value of a Field in scapy:
def compute(fields):
print fields
print fields[1].name
print fields[1].size
print ...
1
vote
0answers
77 views
scapy how to check if a field is set
I'm building a layer with scapy. this layer has ConditionalFields:
class Foo(Packet):
name = "Foo"
fields_desc = [
ConditionalField(BitField("bar1", None, 4),
...
1
vote
2answers
533 views
How to recalculate IP checksum with scapy? [closed]
Possible Duplicate:
How to calculate a packet checksum without sending it?
I've spoofed a source IP and MAC address in a captured packet, but now I need to recalculate the checksum so that ...
1
vote
1answer
369 views
How to calculate a packet checksum without sending it?
I'm using scapy, and I want to create a packet and calculate its' checksum without sending it. Is there a way to do it?
Thanks.
1
vote
1answer
127 views
How do you Identify the interface of a packet while listening to network traffic on all devices?
I am writing a python program that needs to listening to traffic on all networking devices and identify packets based on their incoming interface. To listen on all interfaces I started my capture ...
1
vote
0answers
393 views
writing a TCP connection hijacking
i wrote a script to hijack a TCP connection, using python's scapy.
when testing the attack on a connection between a couple of VMs (server - xp_sp3, client - xp_sp1) i found the client port, then the ...
1
vote
1answer
393 views
Python: Scapy: How to read IP flags
I am trying to figure out how to read IP flags (not TCP) using scapy library. I know it is stored in "flags" and it is FlagsField type. According to IP protocol specification there are 3 flags R, MF, ...
1
vote
1answer
164 views
ARP missing from the module scapy
i am trying to use scapy in python
while i try to import the scapy import scapy
its just fine but the line scapy.ARP() causes a
Traceback (most recent call last):
File "", line 1, in
...
1
vote
1answer
358 views
Python: output of scapy cannot be stored in a text file?
When runnning scapy from command prompt (windows XP), the output cannot be stored. When the following command is executed in command prompt:
scapy >C:\dir.txt
The following error shows up:
...
1
vote
2answers
733 views
Importing python modules in jython
I'm having some issues importing scapy under jython. I've been doing java forever, but python for only a day or two.
The simple case to reproduce the problem is:
$jython
>>> import sys
...
1
vote
1answer
3k views
Scapy install issues. Nothing seems to actually be installed?
I have an apple computer running Leopard with python 2.6. I downloaded the latest version of scapy and ran "python setup.py install". All went according to plan. Now, when I try to run it in ...
1
vote
2answers
305 views
Python + Komodo Edit
I am trying to get scapy to auto complete in komodo edit with no success, has anyone successfully done this?
Thanks,
Python New Comer
1
vote
1answer
2k views
python/scapy mac flooding script
I'm trying to make a small mac flood tool in python to fill my switches cam tables but i cant make the magic happen? can you see what im doing wrong?
from scapy.all import *
while 1:
dest_mac = ...
0
votes
0answers
4 views
Working with LenFields in ScaPy
I'm writing some protocols in ScaPy, but am having difficulty understanding how the len fields work. After reading http://trac.secdev.org/scapy/wiki/LengthFields I'm no less enlightened.
Obviously, ...
0
votes
2answers
126 views
How to extract Ethernet level data from pcap file?
I have some pcap files, previously I used tshark combined python to extract source IP address, timestamp, ect.
However, now I open these pcap files in Wireshark. It also contains the VLAN info, VID ...
0
votes
3answers
207 views
How to generate random IPv6 address using Python(or in Scapy)?
In my test case, I need to send out NA with random IPv6 source address and fixed prefix.
For example:
fixed prefix 2001::cafe:/64. The remainder of the address should be random.
How to achieve in ...
0
votes
2answers
117 views
Pydev with Scapy Gives “Unresolved Import” Error
I'm trying to write a program that uses the scapy modules. I'm using PyDev for my development but it keeps giving me errors when I import certain parts of the Scapy module. I'm pretty sure I have my ...
0
votes
1answer
223 views
Pinging an IP range with Scapy
I'm attempting to write a Python script which uses the Scapy module to ping an internal IP range to determine which IP's are online. I've got this so far:
#!/usr/bin/python
from scapy.all import *
...
0
votes
1answer
72 views
Scapy set class attribute question
I'm working with scapy and have a question related to scapy but also python. I try to use variables as scapy field-names. Here is an extract of code that should illustrate what I try to do (It is not ...
0
votes
2answers
127 views
Scapy BitField and type() question
I'm writing an addon for scapy, and encountered a problem. I had to slightly modify the original scapy code (every class is inheriting from object) The modified code can be found here: ...
0
votes
1answer
188 views
Comparing TCP checksums with Scapy?
I am trying to identify packets with incorrect checksums while using Scapy as a sniffer. I am able to get the original checksum by accessing
packet[TCP].chksum
I then remove this using
del ...