kihei/i-040166f3418bf5873
by SadServersMore by SadServers
) = 2 write(2, "\t", 1 ) = 1 write(2, "./main.go", 9./main.go) = 9 write(2, ":", 1:) = 1 write(2, "64", 264) = 2 write(2, " +", 2 +) = 2 write(2, "0x47d", 50x47d) = 5 write(2, "\n", 1 ) = 1 exit_group(2) = ? +++ exited with 2 +++ admin@i-04a17c0f779674c62:~$ ./kihei 2> /dev/null admin@i-04a17c0f779674c62:~$ ps -ef | grep jih admin 1519 713 0 11:59 pts/1 00:00:00 grep jih admin@i-04a17c0f779674c62:~$ ps -ef | grep j
kihei/i-04a17c0f779674c62 02:28
by SadServerstmpfs 228M 12K 228M 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p15 124M 5.9M 118M 5% /boot/efi admin@i-0d525feb31fad1b54:~$ ls /run agetty.reload crond.reboot initramfs sendsigs.omit.d udev blkid dbus lock shm unattended-upgradchrony dhclient.ens5.pid log sshd unattended-upgradchrony-dhcp dhclient6.ens5.pid lvm sshd.pid user cloud-init dmeventd-client mount sudo utmp credentials dmeventd-server network systemd uuidd crond.pid initctl screen tmpfiles.d admin@i-0d525feb31fad1b54:~$ df -h /proc Filesystem Size Used Avail Use% Mounted on proc 0 0 0 - /proc admin@i-0d525feb31fad1b54:~$
kihei/i-0d525feb31fad1b54 00:31
by SadServersDload Upload Total Spent Left Speed 100 13 100 13 0 0 6500 0 --:--:-- --:--:-- --:--:-- 6500 . admin@i-0c0a57d40a96195b4:~$ output=$(curl localhost) > /dev/null % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 13 100 13 0 0 13000 0 --:--:-- --:--:-- --:--:-- 13000 admin@i-0c0a57d40a96195b4:~$ output=$(curl --silent localhost) admin@i-0c0a57d40a96195b4:~$ for i in $(seq 1 80); do echo -n "." nmap -PS $i localhost > /dev/null output=$(curl --silent localhost) echo $output | egrep -v "Who is there?" && echo "yay - $i" done .....................................................