This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
scapy
mirror of
https://github.com/secdev/scapy.git
Watch
1
Star
1
Fork
You've already forked scapy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6768e464d0
scapy
/
run_scapy
5 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added a run_scapy script at the package's root to run scapy without install
2008-09-12 12:02:13 +00:00
#! /bin/sh
DIR=$(dirname $0)
Refactor .bat files + default to Python 3
2019-02-24 11:48:54 +00:00
PYTHON=${PYTHON:-python3}
making scapy runnable module
2018-03-27 00:30:47 +00:00
PYTHONPATH=$DIR exec $PYTHON -m scapy $@