From 40e504a0ef766514d2d379fb21db1fc4af80eda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Hoerdt?= <mickael.hoerdt@infolibre.ch> Date: Thu, 21 Sep 2023 14:07:52 +0200 Subject: [PATCH] missing shabang --- sendether.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sendether.py b/sendether.py index 7249351..bbebef0 100644 --- a/sendether.py +++ b/sendether.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + import sys import argparse from scapy.all import sendp, sendpfast, Ether, IP, RandIP, RandMAC, TCP -- GitLab