scapy/UTscapy.py

7 lines
92 B
Python
Executable File

#! /usr/bin/env python
import sys
from scapy.tools.UTscapy import main
main(sys.argv[1:])