gaining root
ok ive used putty to get it and now im asked for user name and password in http://www.hellboundhackers.org/readarticle.php?article_id=183 is says to log in as anon and teh password should be anonymous but that doesnt work!! can any1 help?
hmm, out of curiosity why use ping for a DNS query? Seems a bit pointless to give your IP to the server just to find out it's IP when you can just DNS it using nslookup, dig, host, etc.
Whenever I'm investigating a new server I actually block it's IP with my router or IDS software initially to prevent any direct connections AT ALL. Better safe than sorry. ;)
Oh and I think the article you're referring to is about the rooting challenge that just happened, there will NOT be a default pass of anonymous on every server.
My advice would be don't even attempt to root an internet server with the amount of knowledge you don't have, you are asking to get busted. If you end up getting in by accident you will no doubt leave traces of your entry all over the place (can you say LOG FILES).
Playing around with SQL or JavaScript injection and gaining admin rights to some tom joe's website is one thing… rooting an actual server that belongs to an internet services company is another. If you don't know completely what you are doing, then dont try.
well if he wrote his site with PHP/MySQL then you could try and play with the any variable input to get an error (that will tell you if its vulnerable), you can use javascript to manipulate data in forms, cookies, etc and you can sometimes use XSS to steal cookies and crap.
Just study the site and get a feel for the code, then use logic and a little imagination to find a weakness.
Neoquesty wrote: lol kk. whoa thanks for the heads up dude. that coulda got nasty!!!! well do you have any tips on any java or sql injections i could do?
I strongly suggest you learn about sql injections, javascript injections. like, ffs java != javascript. 2 different laguages. And also, we cant just say "oh use this sql injection" because it probably wont work. The amount of times sql injection actually works is extremely low. Take the time to map out the site, save all the files on your hard drive, view the source for each page. Spend time lookinig for exploits on the server, you need to do your research before attempting a hack, or you will be busted.
To further refine what fagitz said, the main use of XSS cookie stealers is to steal admin session cookies. When you replace your cookies with a stolen admin's session cookie the website thinks you are logged in as them.
I would agree that you definitely need to research. Learn PHP, JavaScript and SQL and read up on injection and XSS. Then get a few good proxies and go play :P