Proof

Commands

Windows

hostname && whoami.exe
type "C:\Documents and Settings\Administrator\Desktop\proof.txt"
ipconfig

Search for proof in cmd.exe

C:\> dir /s proof.txt

Linux

proof.txt is located at /root/

hostname && whoami && cat proof.txt && /sbin/ifconfig

Last updated