Local.txt & proof.txt
root@blaze:/home/james# 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:
/home/james/local.txt
fada1640af4c16a0a9a2465c7bff6532
File found:
/root/proof.txt
04cf4123cebcc815e09753b9f2a6ccee
ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.215.10 netmask 255.255.255.0 broadcast 192.168.215.255
inet6 fe80::250:56ff:fe9e:1357 prefixlen 64 scopeid 0x20<link>
ether 00:50:56:9e:13:57 txqueuelen 1000 (Ethernet)
RX packets 27303 bytes 2574131 (2.5 MB)
RX errors 0 dropped 706 overruns 0 frame 0
TX packets 10607 bytes 12182509 (12.1 MB)
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 4205 bytes 7147971 (7.1 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4205 bytes 7147971 (7.1 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Last updated
Was this helpful?