local.txt & proof.txt
# 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)
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)
File found:
/root/proof.txt
6c2463d352a42dbe5d506a617ebd06cc
File found:
/home/wilson/local.txt
f50440bf35af4414dbfb9072eeef69fa
ens192: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.117.47 netmask 255.255.255.0 broadcast 192.168.117.255
ether 00:50:56:ab:41:58 txqueuelen 1000 (Ethernet)
RX packets 223475 bytes 14696015 (14.0 MiB)
RX errors 0 dropped 308 overruns 0 frame 0
TX packets 847 bytes 406325 (396.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 461 bytes 165753 (161.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 461 bytes 165753 (161.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Last updated
Was this helpful?