forked from ports/contrib
4 lines
119 B
Bash
4 lines
119 B
Bash
#!/bin/sh
|
|
PYVER=$(python3 -V | grep -Po '\d\.\d')
|
|
python3 /usr/lib/python${PYVER}/site-packages/scapy/tools/UTscapy.py
|