proof.txt

root@pebbles:/tmp# find / \( -name "flag.txt" -o -name "local.txt" -o -name "proof.txt" \) 2>/dev/null -exec echo "\nFile found:\n" {} \; -exec cat {} \; ; (ifconfig 2>/dev/null || ip a 2>/dev/null)
<\; -exec cat {} \; ; (ifconfig 2>/dev/null || ip a 2>/dev/null)
File found: /root/proof.txt
796fb2a2e77d7defe52317b373dc61a3
ens160    Link encap:Ethernet  HWaddr 00:50:56:ab:43:ba
          inet addr:192.168.117.52  Bcast:192.168.117.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2154 errors:0 dropped:72 overruns:0 frame:0
          TX packets:189 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:166542 (166.5 KB)  TX bytes:177693 (177.6 KB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:1134 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1134 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:86136 (86.1 KB)  TX bytes:86136 (86.1 KB)

Last updated

Was this helpful?