command-line-murders/i-08a26c80e7394783c
by SadServersMore by SadServers
Jan 02 13:55:10 i-05560191eefbc7318 dhclient[471]: XMT: Solicit on ens5, intervaJan 02 13:55:16 i-05560191eefbc7318 python3[583]: 127.0.0.1 - - [02/Jan/2024 13:Jan 02 13:56:19 i-05560191eefbc7318 systemd[1]: Started Hammer Time. Jan 02 13:56:20 i-05560191eefbc7318 systemd[1]: mc.service: Succeeded. Jan 02 13:56:31 i-05560191eefbc7318 su[844]: pam_unix(su:auth): authentication fJan 02 13:56:33 i-05560191eefbc7318 su[844]: FAILED SU (to root) admin on pts/1 Jan 02 13:56:58 i-05560191eefbc7318 dhclient[471]: XMT: Solicit on ens5, intervaJan 02 13:57:07 i-05560191eefbc7318 python3[583]: 127.0.0.1 - - [02/Jan/2024 13:Jan 02 13:57:14 i-05560191eefbc7318 python3[583]: 127.0.0.1 - - [02/Jan/2024 13:Jan 02 13:57:17 i-05560191eefbc7318 systemd[1]: Started Hammer Time. Jan 02 13:57:18 i-05560191eefbc7318 systemd[1]: mc.service: Succeeded. Jan 02 13:58:02 i-05560191eefbc7318 systemd[1]: Started Hammer Time. Jan 02 13:58:03 i-05560191eefbc7318 systemd[1]: mc.service: Succeeded. ^[[6~^[[6~^[[6~^C admin@i-05560191eefbc7318:~$ cd
paris/i-05560191eefbc7318 04:19
by SadServersagent webserver.py admin@i-0360c0d51a2cc6a1e:~$ ss -lnt4p State Recv-Q Send-Q Local Address:Port Peer AddreLISTEN 0 128 127.0.0.1:5000 0.0.0LISTEN 0 128 0.0.0.0:22 0.0.0admin@i-0360c0d51a2cc6a1e:~$ curl localhost:5000 Unauthorizedadmin@i-0360c0d51a2cc6a1e:~$ ls agent webserver.py admin@i-0360c0d51a2cc6a1e:~$ string webserver.py bash: string: command not found admin@i-0360c0d51a2cc6a1e:~$ python webserver.py bash: python: command not found admin@i-0360c0d51a2cc6a1e:~$ python3 webserver.py python3: can't open file '/home/admin/webserver.py': [Errno 13] Permission denieadmin@i-0360c0d51a2cc6a1e:~$ c
paris/i-0360c0d51a2cc6a1e 03:45
by SadServers.data.stations.[] | select( .has_kiosk == true ) jq: 1 compile error cat: write error: Broken pipe admin@i-08425b1c710310b14:~$ cat station_information.json | jq ".data.stations |"^C admin@i-08425b1c710310b14:~$ python bash: python: command not found admin@i-08425b1c710310b14:~$ python3 Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import json >>> from pathlib import Path >>> p = Path("station_information.json") >>>