Flags
root@dora:/dev/shm# find / \( -name "flag.txt" -o -name "local.txt" -o -name "proof.txt" \) 2>/dev/null -exec echo -e "\nFile found:\n" {} \; -exec cat {} \; ; (ifconfig 2>/dev/null || ip a 2>/dev/null)
< {} \; ; (ifconfig 2>/dev/null || ip a 2>/dev/null)
File found:
/home/dora/local.txt
e3e23e285ad23db238e3510cf0e4e1ea
File found:
/root/proof.txt
6d26936dab22a132be0597d31a8d4ff9
ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.206.16 netmask 255.255.255.0 broadcast 192.168.206.255
ether 00:50:56:9e:a3:c7 txqueuelen 1000 (Ethernet)
RX packets 19649 bytes 1350800 (1.3 MB)
RX errors 0 dropped 1158 overruns 0 frame 0
TX packets 1371 bytes 260637 (260.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 584 bytes 44684 (44.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 584 bytes 44684 (44.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Last updated
Was this helpful?