thisishaa.blogg.se

Installing scapy in virtualenv
Installing scapy in virtualenv












installing scapy in virtualenv

Launch the scapy executable to get started. For a quick introduction to Python you can check out the official tutorial, but building packets with scapy requires only minimal Python knowledge. The examples here use scapy's shell, which is essentially a pre-configured Python environment.

installing scapy in virtualenv

Scapy is typically used as an interactive Python interpreter, but its libraries can also be imported for use in your own code.

installing scapy in virtualenv

scapy is installed per the typical Python package installation mechanism on Linux: The most recent version of scapy at the time of writing is 2.1.0, and that's what the examples provided in this article use. The latest version of scapy is available for download here. To run scapy, you'll need to have Python installed. I've used scapy in labs for my articles a few times before, but today we'll be looking at scapy itself and why it's an invaluable component of every networker's virtual toolbox. Scapy is a Python framework for crafting and transmitting arbitrary packets.














Installing scapy in virtualenv