kihei/i-053ac8837144877c8
by SadServersMore by SadServers
admin@i-0a31e5daa0d7a50e2:~$ ss -tlpn State Recv-Q Send-Q Local Address:Port Peer Address:Port Process LISTEN 0 128 127.0.0.1:5000 0.0.0.0:* LISTEN 0 128 0.0.0.0:22 0.0.0.0:* LISTEN 0 4096 *:6767 *:* users:(("sLISTEN 0 4096 *:8080 *:* users:(("gLISTEN 0 128 [::]:22 [::]:* admin@i-0a31e5daa0d7a50e2:~$ curl 127.0.0.1:5000 Unauthorizedadmin@i-0a31e5daa0d7a50e2:~$ sudo su
paris/i-0a31e5daa0d7a50e2 00:35
by SadServers# Define the range of ports you want to test (from PORT_START to PORT_END) PORT_START=1 PORT_END=65535 # Define the target host (localhost in this case) TARGET_HOST="localhost" # Loop through the range of ports and run curl with a 1-second timeout for ((port = PORT_START; port <= PORT_END; port++)); do "$TARGET_HOST:$port" &>/dev/null if [ $? -eq 0 ]; then echo "Port $port is open" fi done
taipei/i-05ea7b30c835c60a9 03:55
by SadServers114 23 52 593 710 dynamic_debug loadavg swaps 115 235 53 595 73 execdomains locks sys 12 24 54 596 78 fb meminfo sysrq-trigger 13 25 55 6 8 filesystems misc sysvipc 133 26 56 60 889 fs modules thread-self 134 27 565 61 9 interrupts mounts timer_list 14 28 566 614 acpi iomem mtrr tty 15 29 57 62 buddyinfo ioports net uptime 16 3 572 63 bus irq pagetypeinfo version 17 30 575 682 cgroups kallsyms partitions vmallocinfo 18 31 58 685 cmdline kcore pressure vmstat 19 311 582 690 consoles key-users sched_debug zoneinfo 195 395 583 693 cpuinfo keys schedstat 2 4 586 694 crypto kmsg self admin@i-09f337b8d012c50bc:~$ ls /proc/
paris/i-09f337b8d012c50bc 04:02
by SadServers[sudo] password for admin: ^Csudo: 1 incorrect password attempt admin@i-09b7dc79be18d538a:~$ ^C admin@i-09b7dc79be18d538a:~$ netstat -an --tcp --program (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN tcp6 0 0 :::6767 :::* LISTEN tcp6 0 0 :::8080 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN tcp6 0 249 172.31.37.243:8080 172.31.16.109:41784 ESTABLISHED admin@i-09b7dc79be18d538a:~$