![]() |
|
Easy tut for Hacking FTP Revealed ! - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Easy tut for Hacking FTP Revealed ! (/Thread-Easy-tut-for-Hacking-FTP-Revealed) |
Easy tut for Hacking FTP Revealed ! - intimos - 02-24-2012 Hello people,in this tutorial you will learn you the most cool tactic of hacking ftp servers.This method is very easy and it requires 3 things:
open Start menu and type "cmd.exe" or just cmd. then,in command prompt type "ftp" and press enter you will see that prompt is changeed to ftp> type in "help" to see all availible commands. commands explained: ! - Runs the specified command on the local computer ? - Displays descriptions for ftp commands append - Appends a local file to a file on the remote computer ascii - Sets the file transfer type to ASCII, the default bell - Toggles a bell to ring after each file transfer command is completed (default = OFF) binary - Sets the file transfer type to binary bye - Ends the FTP session and exits ftp cd - Changes the working directory on the remote computer close - Ends the FTP session and returns to the command interpreter debug - Toggles debugging (default = OFF) delete - Deletes a single file on a remote computer dir - Displays a list of a remote directory's files and subdirectories disconnect - Disconnects from the remote computer, retaining the ftp prompt get - Copies a single remote file to the local computer glob - Toggles filename globbing (wildcard characters) (default = ON) hash - Toggles hash-sign (#) printing for each data block transferred (default = OFF) help - Displays descriptions for ftp commands lcd - Changes the working directory on the local computer literal - Sends arguments, verbatim, to the remote FTP server ls - Displays an abbreviated list of a remote directory's files and subdirectories mdelete - Deletes one or more files on a remote computer mdir - Displays a list of a remote directory's files and subdirectories mget - Copies one or more remote files to the local computer mkdir - Creates a remote directory mls - Displays an abbreviated list of a remote directory's files and subdirectories mput - Copies one or more local files to the remote computer open - Connects to the specified FTP server prompt - Toggles prompting (default = ON) put - Copies a single local file to the remote computer pwd - Displays the current directory on the remote computer (literally, "print working directory") quit - Ends the FTP session with the remote computer and exits ftp (same as "bye") quote - Sends arguments, verbatim, to the remote FTP server (same as "literal") recv - Copies a remote file to the local computer remotehelp - Displays help for remote commands rename - Renames remote files rmdir - Deletes a remote directory send - Copies a local file to the remote computer (same as "put") status - Displays the current status of FTP connections trace - Toggles packet tracing (default = OFF) type - Sets or displays the file transfer type (default = ASCII) user - Specifes a user to the remote computer verbose - Toggles verbose mode (default = ON) Next,you should find some ftp to hack,and make sure that you are anonymous,for your own good.use some proxy if you can. First method: in ftp window from cmd,write open (the name of the ftp) then in the username type :Administrator and in password :try 123456789,abcde,admin..everything that is easy to guess. because we assume that you can't guess,download Brutus program http://www.hoobie.net/brutus/brutus-aet2.zip and everything will be easier. The third method that is bonus,brutus is simple but powerful for more things..you should see this videos: http://www.youtube.com/watch?v=KdA5QrVaE9g Thanks.. RE: Easy tut for Hacking FTP Revealed ! - Shining White - 02-24-2012 "should find some ftp to hack " please Clear this part ?? RE: Easy tut for Hacking FTP Revealed ! - W0rM - 02-24-2012 finding and ftp is a different thing and doing a brute force attack?? r u insane?? What if the Password is like this "GaNd0&CH0ot0oTereMaanNoL0raBhrwaykaybachay" Seriously i have this one! RE: Easy tut for Hacking FTP Revealed ! - intimos - 02-25-2012 Let me explain..this is fast-made tutorial for begginers. @Shining white, by finding some ftp to hack I mean to find a host who is easy to broke.(example:free,guest ftp's) @Worm like i said this is begginer tut.there's no need to panic with passwords.Also,most of the ftps have number passwords,so how long it can be? Greets.. |