|
im feeling nice...
here's some real hacking, that has nothing to do with batch files or cracking a password...
it's called DNS Zone Transfer, and basically it's you tricking a DNS server into thinking you're another DNS server.
This really only works for people who are running Microsoft Windows.. so that's why im posting it. The first thing you need to do is open the command prompt. if you dont know how to do that without batting an eyelash... then you have no business actually doing this hack.
there is a command that you use to find out simple information about the website's DNS situation. it's called NSLOOKUP (basically means "nameserver lookup").
to use that command, just type in the command prompt: nslookup
then you're going to get a little arrow looking thing .. like this: >
when you're there, set the server you're going to be looking at.. such as; server anarchistcookbook.com
then you'll get another ">" arrow.. this time you're going to type in: set type=any
that tells it that you want all information.
then... if the bastards running the server haven't patched their BIND... you can run this little command: ls -d anarchistcookbook.com
now, if all goes well, you'll get a list of every domain and subdomain that server has on it.
if you successfully connect, and are recognized as another DNS server, you can run BIND commands, and possibly steal that domain name, or any domain listed on the server.
real hackers use this to get information about a target before actually attacking it.
enjoy.
__________________
I am not young enough to know everything.
|