proof.txt and local.txt

[root@snookums 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)
<{} \; -exec cat {} \; ; (ifconfig 2>/dev/null || ip a 2>/dev/null)
File found: /root/proof.txt
ac2ef7b5bc724b1fa5d16d3424654578
File found: /home/michael/local.txt
975441ea7f0d57ed98abf3f15e389775
ens192: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.249.58  netmask 255.255.255.0  broadcast 192.168.249.255
        ether 00:50:56:ab:eb:8f  txqueuelen 1000  (Ethernet)
        RX packets 13628  bytes 3797013 (3.6 MiB)
        RX errors 0  dropped 897  overruns 0  frame 0
        TX packets 2280  bytes 471706 (460.6 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 178  bytes 13632 (13.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 178  bytes 13632 (13.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Last updated

Was this helpful?