diff --git a/dhcp-spoof/.footprint b/dhcp-spoof/.footprint deleted file mode 100644 index 26e4efb88..000000000 --- a/dhcp-spoof/.footprint +++ /dev/null @@ -1,3 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/dhcp-spoof diff --git a/dhcp-spoof/.signature b/dhcp-spoof/.signature deleted file mode 100644 index 65d697aab..000000000 --- a/dhcp-spoof/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36BArwpj5WP6/Gw0/koaHcGXso4Mg2xJtjOxtgdVbscttnWCi8EwcOXMwcncTwHi04fVEn86miLGk2hZ3V124gE= -SHA256 (Pkgfile) = bcec22d582c866d4deddc8d029c381dd6ba6f0bb245fe0c014e49b41f1527db4 -SHA256 (.footprint) = 3bd1a63b808728007d4376dfac5aae46419ba5a16fc6fb1364690d962b704ac5 -SHA256 (dhcp-spoof-a207d4c6d71db1e3f051deab9b1306defe3e987a.zip) = ff59005cd7ada795cb358ab3d5d2b5b479053e2f1bd24742a9af307efd0dfa20 diff --git a/dhcp-spoof/Pkgfile b/dhcp-spoof/Pkgfile deleted file mode 100644 index 64322bf82..000000000 --- a/dhcp-spoof/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: DHCP spoofing attack tool -# URL: https://github.com/emanuele-f/dhcp-spoof -# Maintainer: UNMAINTAINED -# Depends on: libpcap - -name=dhcp-spoof -version=0.1.a207d4c -_commit=a207d4c6d71db1e3f051deab9b1306defe3e987a -release=1 -source=(https://github.com//emanuele-f/$name/archive/$_commit/$name-$_commit.zip) - -build() { - cd $name-$_commit - - gcc $CFLAGS -Wall -Wextra -o dhcp-spoof -lpcap dhcp_spoof.c - install -Dm755 dhcp-spoof -t $PKG/usr/sbin -}