flags
root@onlyrands:/home/freelancers/matthewa#
root@onlyrands:/home/freelancers/matthewa# 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:
/srv/git/local.txt
30084fc4690cd40e467a40d620bffb9c
File found:
/root/proof.txt
598ff23bb1865cfa55f000f17bd36723
ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.145.91 netmask 255.255.255.0 broadcast 192.168.145.255
ether 00:50:56:ab:ff:56 txqueuelen 1000 (Ethernet)
RX packets 28869 bytes 4631480 (4.6 MB)
RX errors 0 dropped 1442 overruns 0 frame 0
TX packets 10266 bytes 8551433 (8.5 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
loop txqueuelen 1000 (Local Loopback)
RX packets 19148 bytes 8820891 (8.8 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 19148 bytes 8820891 (8.8 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Last updated
Was this helpful?