local.txt and proof.txt
[root@nukem tmp]# 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:
/root/proof.txt
5ca3d7278cbac180bce6f4eb232a068f
File found:
/home/commander/local.txt
421b1eb2f7c4de0adb1df8fe05abf8a0
ens192: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.215.105 netmask 255.255.255.0 broadcast 192.168.215.255
inet6 fe80::250:56ff:fe9e:799 prefixlen 64 scopeid 0x20<link>
ether 00:50:56:9e:07:99 txqueuelen 1000 (Ethernet)
RX packets 527 bytes 39964 (39.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 111 bytes 11830 (11.5 KiB)
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
loop txqueuelen 1000 (Local Loopback)
RX packets 2 bytes 100 (100.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2 bytes 100 (100.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Last updated
Was this helpful?