kihei/i-052ffdd8c0d9d9e66
by SadServersMore by SadServers
cat: wcwd: No such file or directory admin@i-089c8dcb56d5fb4c4:/proc/564$ cat cwd cat: cwd: Permission denied admin@i-089c8dcb56d5fb4c4:/proc/564$ cat wchan 0admin@i-089c8dcb56d5fb4c4:/proc/564$ cat ui_m cat: ui_m: No such file or directory admin@i-089c8dcb56d5fb4c4:/proc/564$ cat uid_map 0 0 4294967295 admin@i-089c8dcb56d5fb4c4:/proc/564$ cd admin@i-089c8dcb56d5fb4c4:~$ ls -shltr^C admin@i-089c8dcb56d5fb4c4:~$ ls agent webserver.py admin@i-089c8dcb56d5fb4c4:~$ python webserver.py bash: python: command not found admin@i-089c8dcb56d5fb4c4:~$
paris/i-089c8dcb56d5fb4c4 08:30
by SadServerstcp LISTEN 0 128 127.0.0.1:5000 0.0.0.0:* admin@i-0c8aeb0a6e13b348e:~$ nmap localhost -p 5000 Starting Nmap 7.80 ( https://nmap.org ) at 2023-12-27 11:24 UTC Nmap scan report for localhost (127.0.0.1) Host is up (0.000090s latency). PORT STATE SERVICE 5000/tcp open upnp Nmap done: 1 IP address (1 host up) scanned in 0.21 seconds admin@i-0c8aeb0a6e13b348e:~$ ps aux | grep upnp admin 704 0.0 0.1 5264 708 pts/1 S<+ 11:24 0:00 grep upnp admin@i-0c8aeb0a6e13b348e:~$ px aux | grep 5000 bash: px: command not found admin@i-0c8aeb0a6e13b348e:~$ ps aux | grep 5000
paris/i-0c8aeb0a6e13b348e 01:26
by SadServersadmin@i-0b117fa6b5ba9fe7f:~$ curl localhost:5000 Unauthorizedadmin@i-0b117fa6b5ba9fe7f:~$ netstat -ano | grep 5000 tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:58914 127.0.0.1:5000 TIME_WAIT admin@i-0b117fa6b5ba9fe7f:~$ curl localhost:58914 curl: (7) Failed to connect to localhost port 58914: Connection refused admin@i-0b117fa6b5ba9fe7f:~$ netstat -ano | grep 5000 tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:58914 127.0.0.1:5000 TIME_WAIT admin@i-0b117fa6b5ba9fe7f:~$ ls agent webserver.py admin@i-0b117fa6b5ba9fe7f:~$ cat