|  
 INTRODUCTION
 
 WHAT IS TFTP ?
 
 
Trivial
 File Transfer Protocol (TFTP) allows remote users to copy, transfer, or
 write to files without requiring authentication. TFTP servers can contain a wealth of valuable information including backup files, router config files, and much more. The TFTPBrute module will take list of filenames and brute-force a TFTP server to determine if the files are present.And once it find it will display it on the screen with the file name , which you are going to see in this tutorial .  HOW TO OPEN TFTP BRUTEFORCE IN BUGTRAQ
 
 
Go to > Bugtraq-II > Vulnerability detection > Cisco > Tftp-bruteforceSee the below image for more details -  
 TFTP BRUTEFORCE OPENED
 
 
Below you can see tftp-bruteforce tool is opened .See the below image for more details -  
 
 RUN THE TFTP-BROUTEFORCE
 
 
REMEMBER : To run this tool you need a network in which there are 1 router , ethernet switch and 2 PC’s i.e Bugtraq and windows XP. And also TFTP Server should install and running on the Windows Xp , then only this tool (tftp-bruteforce) will work .So
 you can see our previous tutorials to create a small network , now in 
this tutorial we just focus on how to run this tool and the result . 
 COMMAND TO RUN TFTP-BRUTEFORCE TOOL
 
 
To run this tool you have to enter the command 
Command : ./tftp-bruteforce.pl 10.0.0.3 brutefile.txt 10Here./tftp-bruteforce.pl  --> is the command .10.0.0.3  --> Is the Target ip address.brutefile.txt --> It is the which contain the names of the configuration file .10 --> Here 10 is the no of max processes used by tftp-bruteforce.When you run tftp-bruteforce you will see that  it found a TFTP server on the ip address 10.0.0.3 .See the below image for more details -  
 
 | 
Comments