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

Small reorganisation of executables

--HG--
rename : UTscapy.py => bin/UTscapy
rename : scapy.py => bin/scapy
parent 3e4ead4b
No related branches found
No related tags found
No related merge requests found
File moved
File moved
......@@ -2,3 +2,9 @@
## See http://www.secdev.org/projects/scapy for more informations
## Copyright (C) Philippe Biondi <phil@secdev.org>
## This program is published under a GPLv2 license
if __name__ == "__main__":
from scapy.main import interact
interact()
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