I'd recommend Windows for newbies.
in Ubuntu, you can do cool stuff like this (I just typed this a few minutes ago...)
find|grep subdomains|awk -F/ '{print $4"."$2 ;}'|sort -u
I'd recommend Windows for newbies.
in Ubuntu, you can do cool stuff like this (I just typed this a few minutes ago...)
find|grep subdomains|awk -F/ '{print $4"."$2 ;}'|sort -u