ShadowArch/Shared/whatismyip
2016-11-09 22:25:00 -06:00

5 lines
120 B
Bash
Executable File

#!/bin/bash
echo Cloaked as $(/usr/bin/lynx --dump whatismyipaddress.com | grep '/ip/' | head -n 1 | cut -f 5 -d '/')