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
0bfed5c578
scapy
/
run_scapy.bat
7 lines
85 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Change line ending of unix to dos files
2017-05-30 17:58:27 +00:00
@
echo
off
set
PYTHONPATH
=
%cd%
python -m scapy.__init__
if
errorlevel
1
(
PAUSE
)