Skip to content
Snippets Groups Projects
Commit 7bf6621e authored by Phil's avatar Phil
Browse files

Updated doc to speak about "corrupted zip" error

parent e0602343
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ Make sure you have Python installed before you go on.
Latest release
--------------
Download the `latest version <http://scapy.net>`_ to a temporary directory and install it in the standard `distutils <http://docs.python.org/inst/inst.html>`_ way::
Download the `latest release <http://scapy.net>`_ to a temporary directory and install it in the standard `distutils <http://docs.python.org/inst/inst.html>`_ way::
$ cd /tmp
$ wget scapy.net
......@@ -55,8 +55,14 @@ $ sudo python setup.py install
Alternatively, you can make the zip file executable, move it to a directory in your PATH and run it directly::
$ chmod +x scapy-latest.zip
$ mv scapy-latest.zip /usr/local/bin/scapy
$ sudo scapy
$ sudo ./scapy-latest.zip
.. note::
To make a zip executable, some bytes have been added before the zip header.
Most zip programs handle this, but not all. If your zip program complains
about the zip file to be corrupted, either change it, or download a
non-executable zip at http://hg.secdev.org/scapy/archive/tip.zip
Current development version
----------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment