Public recordings
Sort by
-rw-r--r-- 1 admin admin 3526 Aug 4 2021 .bashrc -rw-r--r-- 1 admin admin 220 Aug 4 2021 .bash_logout drwxr-xr-x 3 root root 4096 Sep 17 16:44 .. drwx------ 2 admin admin 4096 Sep 17 16:44 .ssh drwx------ 3 admin admin 4096 Sep 20 15:52 .ansible drwxr-xr-x 3 admin admin 4096 Sep 20 15:56 .config drwxr-xr-x 8 admin admin 4096 Sep 30 17:45 .git drwxr-xr-x 2 admin root 4096 Sep 30 17:45 agent -rw-r--r-- 1 admin admin 109 Oct 1 17:06 curler.sh -rw------- 1 admin admin 1294 Oct 1 17:06 .viminfo drwxr-xr-x 7 admin admin 4096 Oct 1 17:06 . -rw------- 1 admin admin 289 Oct 1 17:06 .bash_history admin@i-0ee2f3007d5494cc2:~$ less .bash_history admin@i-0ee2f3007d5494cc2:~$ less .viminfo admin@i-0ee2f3007d5494cc2:~$ less
monaco/i-0ee2f3007d5494cc2 02:34
by SadServerstcp LISTEN 0 4096 *:http-alt users:(("gotty",pid=605,fd=6)) admin@i-0f2c680030560b990:~$ curl 127.0.0.1 curl: (7) Failed to connect to 127.0.0.1 port 80: Connection refused admin@i-0f2c680030560b990:~$ vi test.txt admin@i-0f2c680030560b990:~$ bash text.txt bash: text.txt: No such file or directory admin@i-0f2c680030560b990:~$ ls agent test.txt admin@i-0f2c680030560b990:~$ cat test.txt for i in {1..65535} do nc 127.0.0.1 $i done admin@i-0f2c680030560b990:~$ vi test.txt admin@i-0f2c680030560b990:~$
taipei/i-0f2c680030560b990 02:30
by SadServersadmin@i-01dbf574f5b8ca719:~$ admin@i-01dbf574f5b8ca719:~$ mpstat bash: mpstat: command not found admin@i-01dbf574f5b8ca719:~$ admin@i-01dbf574f5b8ca719:~$ vmstat procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu----- r b swpd free buff cache si so bi bo in cs us sy id wa st 2 0 0 224528 13460 152836 0 0 836 127 99 155 3 2 95 1 0admin@i-01dbf574f5b8ca719:~$ vmstat 1 procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu----- r b swpd free buff cache si so bi bo in cs us sy id wa st 1 0 0 224272 13460 152872 0 0 800 122 98 156 2 2 95 1 0 0 0 0 223892 13460 152872 0 0 0 0 74 135 0 0 100 0 ^C admin@i-01dbf574f5b8ca719:~$
kihei/i-01dbf574f5b8ca719 00:24
by SadServersUser admin may run the following commands on i-0125142aef1e38996: (ALL : ALL) ALL (ALL) NOPASSWD: /sbin/shutdown admin@i-0125142aef1e38996:~/rabbitmq-cluster-docker-master$ ls LICENSE README.md cluster-entrypoint.sh docker-compose.yml haproxy.cfg admin@i-0125142aef1e38996:~/rabbitmq-cluster-docker-master$ less docker-compose.admin@i-0125142aef1e38996:~/rabbitmq-cluster-docker-master$ ls -l total 20 -rw-r--r-- 1 root root 1062 May 16 2022 LICENSE -rw-r--r-- 1 root root 2039 May 16 2022 README.md -rwxrwxrwx 1 admin admin 837 Oct 1 16:05 cluster-entrypoint.sh -rw-r--r-- 1 root root 1399 May 16 2022 docker-compose.yml -rw-r--r-- 1 root root 1298 May 16 2022 haproxy.cfg admin@i-0125142aef1e38996:~/rabbitmq-cluster-docker-master$ le
chennai/i-0125142aef1e38996 18:58
by SadServers# Establish a connection to RabbitMQ connection = pika.BlockingConnection(parameters) channel = connection.channel() # Declare a queue channel.queue_declare(queue=QUEUE) # Publish a message to the queue channel.basic_publish(exchange='', routing_key=QUEUE, body=MESSAGE) print("Message sent to RabbitMQ") # Close the connection connection.close() admin@i-0ffa8982dfb2f3217:~$ grep RMQ_QUEUE
chennai/i-0ffa8982dfb2f3217 17:53
by SadServersUser admin may run the following commands on i-08be8007cddf7ce4c: (ALL : ALL) ALL (ALL) NOPASSWD: /sbin/shutdown admin@i-08be8007cddf7ce4c:~$ sudo nmap -sS 172.31.43.117 -p- We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin:
taipei/i-08be8007cddf7ce4c 02:29
by SadServersones, Yvonne Liberal/Libéral" "Newfoundland and Labrador/Terre-Neuve-et-Labrador","Long Range Mountains",10005.3,41932,58.3,"Hutchings, Gudie Liberal/Libéral" "Newfoundland and Labrador/Terre-Neuve-et-Labrador","St. John's East/St. John's-,99.8,111,.2,44991,67.9,"Whalen, Nick Liberal/Libéral" "Newfoundland and Labrador/Terre-Neuve-et-Labrador","St. John's South--Mount Pea10007,81944,67596,185,44801,99.7,133,.3,44934,66.5,"O'Regan, Seamus Liberal/Libé"Prince Edward Island/Île-du-Prince-Édouard","Cardigan",11001,36005,28889,90,224ay, Lawrence Liberal/Libéral" "Prince Edward Island/Île-du-Prince-Édouard","Charlottetown",11002,34562,28129,8asey, Sean Liberal/Libéral" admin@i-0afc1ac7b6f490186:~$ which awk /usr/bin/awk admin@i-0afc1ac7b6f490186:~$ awk ' { FS = "," }; $4 <= 100000 ' table_tableau11.admin@i-0afc1ac7b6f490186:~$ head test.csv
ivujivik/i-0afc1ac7b6f490186 01:20
by SadServersCOMMIT_EDITMSG branches/ description index logs/ HEAD config hooks/ info/ objects/ admin@i-033f0705b36be2c02:~$ cat .git/ COMMIT_EDITMSG branches/ description index logs/ HEAD config hooks/ info/ objects/ admin@i-033f0705b36be2c02:~$ cat .git/ COMMIT_EDITMSG branches/ description index logs/ HEAD config hooks/ info/ objects/ admin@i-033f0705b36be2c02:~$ cat .git/objects/ bc/ d1/ e1/ info/ pack/ admin@i-033f0705b36be2c02:~$ cat .git/objects/ bc/ d1/ e1/ info/ pack/ admin@i-033f0705b36be2c02:~$ cat .git/objects/^C admin@i-033f0705b36be2c02:~$ find ~ -name "*.py" admin@i-033f0705b36be2c02:~$ find ~ -name "*.py"