paris/i-00d15eebefe1eaf63
by SadServersMore by SadServers
-rw-r--r-- 1 admin admin 398 Dec 1 14:34 strace.log.1102 -rw-r--r-- 1 admin admin 19K Dec 1 14:34 strace.log.1103 admin@i-0a01d0ff7d33ec3c6:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 8G 0 disk ├─nvme0n1p1 259:3 0 7.9G 0 part / ├─nvme0n1p14 259:4 0 3M 0 part └─nvme0n1p15 259:5 0 124M 0 part /boot/efi nvme2n1 259:1 0 1G 0 disk nvme1n1 259:2 0 1G 0 disk admin@i-0a01d0ff7d33ec3c6:~$ free -m total used free shared buff/cache availableMem: 455 75 161 0 218 367Swap: 0 0 0 admin@i-0a01d0ff7d33ec3c6:~$
kihei/i-0a01d0ff7d33ec3c6 07:00
by SadServers#1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: sudo: a password is required admin@i-027eaff16231aee6e:~$ lsof /home/admin/webserver.py admin@i-027eaff16231aee6e:~$ mpstat 1 bash: mpstat: command not found admin@i-027eaff16231aee6e:~$ vmstat 1 1 procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu----- r b swpd free buff cache si so bi bo in cs us sy id wa st 0 0 0 188548 16960 163212 0 0 276 51 81 123 1 1 97 0 0admin@i-027eaff16231aee6e:~$
paris/i-027eaff16231aee6e 02:02
by SadServersusage: knock [options] <host> <port[:proto]> [port[:proto]] ... options: -u, --udp make all ports hits use UDP (default is TCP) -d, --delay <t> wait <t> milliseconds between port hits -v, --verbose be verbose -V, --version display version -h, --help this help example: knock myserver.example.com 123:tcp 456:udp 789:tcp admin@i-061b09841336bd6c6:~$ knock localhost 5000 admin@i-061b09841336bd6c6:~$ curl localhost curl: (7) Failed to connect to localhost port 80: Connection refused admin@i-061b09841336bd6c6:~$ nano enum.sh admin@i-061b09841336bd6c6:~$ chmod +x enum.sh nd