flag

root@pyloader:~/.pyload/data# 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)
< {} \; ; (ifconfig 2>/dev/null || ip a 2>/dev/null)

File found:
 /root/proof.txt
1797961175950e51ee05d3e4b870d6da
ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.215.26  netmask 255.255.255.0  broadcast 192.168.215.255
        ether 00:50:56:9e:48:4a  txqueuelen 1000  (Ethernet)
        RX packets 788354  bytes 55503490 (55.5 MB)
        RX errors 0  dropped 303  overruns 0  frame 0
        TX packets 71440  bytes 4768082 (4.7 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 1843  bytes 1030997 (1.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1843  bytes 1030997 (1.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Last updated

Was this helpful?