local.txt & proof.txt
[root@hetemit ~]# find / \( -name "flag.txt" -o -name "local.txt" -o -name "proof.txt" \) 2>/dev/null -exec echo "File found:" {} \; -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
4f418e5ec022a4e249da2672a6f39501
File found: /home/cmeeks/local.txt
fea9bb48f9f3e2c4d3692122d12e62fd
ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.180.117 netmask 255.255.255.0 broadcast 192.168.180.255
ether 00:50:56:ab:a7:68 txqueuelen 1000 (Ethernet)
RX packets 1626 bytes 107148 (104.6 KiB)
RX errors 0 dropped 82 overruns 0 frame 0
TX packets 25 bytes 1941 (1.8 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 111 bytes 33973 (33.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 111 bytes 33973 (33.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Last updated
Was this helpful?