logging in on in ftp dos
okay, so i use nmap to scan a site and get an open ftp port (usually 21). so i connect to the site on ftp via dos, and no matter what i type, it asks "password required for <whatever i type>" so then i know its not gonna let me do a thing till i log in. so i type user admin and hit enter and then it asks me for a password, but after a couple of tries like root, admin, propgate etc im all out lol. Now, is there anyway to brute force this login using a program? also, it came to attention that the user name im using may be wrong, so is there a way to list the usernames required for login, without having to log in?
Im sure these questions will probably annoy the hell outta most people, so i apologise, but as always, and help given is very much appreciated! :D
depending on the OS, keepy, I believe is talking about the password files. in linux - passwd stored in /etc/passwd in windows - the SAM files stored in C:\WINDOWS\system32\config\SAM
You would have to have to obtain these from (most likely) physical access, since you are unable to log into the FTP.
There is also the other way of tricking them into opening a cleverly hidden trojan (I much rather see you code your own than download one) that has a backdoor port open for you.
He could be talking about exploiting the software that could be using a port.
You see theres numerous ways to root a computer. The easiest is get the passwd or SAM file, then decrypt it, then log in from your FTP client. It would be the least amount of work, in my honest opinion.
Bl4ckC4t