proof.txt
root@pelican:/tmp/temp# 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: /home/charles/local.txt
193a0802f1d62f87b69b3f6b90ce2ce4
File found: /root/proof.txt
67e08f5aa795a90d82138ba63609c6e2
ens192: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.214.98 netmask 255.255.255.0 broadcast 192.168.214.255
ether 00:50:56:ab:2c:96 txqueuelen 1000 (Ethernet)
RX packets 10482 bytes 1562447 (1.4 MiB)
RX errors 0 dropped 583 overruns 0 frame 0
TX packets 7757 bytes 4682348 (4.4 MiB)
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 37133 bytes 2270347 (2.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 37133 bytes 2270347 (2.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Last updated
Was this helpful?