What Is FTP and What Is It Good For?
The
word FTP stands for File Transfer Protocol.
FTP
servers will let you to both download and upload files from the server with
great ease.
You
browse through a remote FTP site the same way you browse through your own
computer's files and directories.
Tools
needed----
Pass Parse:
http://darknet.org.uk/content/files/password/passparse.zip
RemDupes:
http://softfie.com/software/ksozes-remdupes-v2-0.html
Brutus:
http://www.hoobie.net/brutus/
Intellitamper:
http://www.filecluster.com/Internet/Tools-Utilities/Download-IntelliTamper.html
The Steps
=========
1) what we need to do first is extract all text from the website. Sounds like a huge task but IntelliTamper will make things a little easier for us. Ok let's open IntelliTamper, enter the website, and press the -- "Start Search”. What this will do is find all pages of the site. Once it's finished, save all the pages it found into one directory on your computer (Right-Click > Save).

2. Now let's navigate to the directory where we saved the files. Next we're going to make a simple batch file that will read all the files and send the output to a text file named "ppin.txt". Open Notepad and enter the following:
Pass Parse:
http://darknet.org.uk/content/files/password/passparse.zip
RemDupes:
http://softfie.com/software/ksozes-remdupes-v2-0.html
Brutus:
http://www.hoobie.net/brutus/
Intellitamper:
http://www.filecluster.com/Internet/Tools-Utilities/Download-IntelliTamper.html
The Steps
=========
1) what we need to do first is extract all text from the website. Sounds like a huge task but IntelliTamper will make things a little easier for us. Ok let's open IntelliTamper, enter the website, and press the -- "Start Search”. What this will do is find all pages of the site. Once it's finished, save all the pages it found into one directory on your computer (Right-Click > Save).
2. Now let's navigate to the directory where we saved the files. Next we're going to make a simple batch file that will read all the files and send the output to a text file named "ppin.txt". Open Notepad and enter the following:
CODE
type *.* > ppin.txt
And save it as "lister.bat". Once you've saved it, run it. Ppin.txt should have been created.
3. Next we're going to create the actual list itself. If you open ppin.txt you'll see that it's just a bunch of html/text. We're going to use Pass Parse to extract all the words and put in list format. Copy the file "ppin.txt" and paste it into the same directory as your Pass Parse program. If there’s already a file named ppin then overwrite it. Now launch Pass Parse. The DOS Prompt should have shown for a second or less. Your new password list, "ppout.txt", was just created.
4. Almost finished. If you open your new password list you'll notice that there are many words used more than once. To take care of the problem we'll use RemDupes. This program will remove all duplicated words and sort your list in alphabetical order. So open your copy of RemDupes, click "Add", and navigate to your password file (ppout.txt). Click "Find Dupes" and when that's finished click "Save List". Your list is completely finished.
5. Open Brutus and let's try cracking the ftp password. Let's assume the username is "Admin" (Click Single User) and load our password file. Make sure the target's type is FTP and that you are connecting to the site's FTP Server. Click "Start".
"Positive Authentication with User: Admin Password: inagokart"
YEAH..! ENJOY NOW UYOU ARE ABLE TO HACK A FTP ACCOUNT...:)
