Hackonology Forums
See other User Password Using fgdump - Printable Version

+- Hackonology Forums (https://hackonology.com/forum)
+-- Forum: Hacking & Cracking (https://hackonology.com/forum/forumdisplay.php?fid=12)
+--- Forum: Password Cracking (https://hackonology.com/forum/forumdisplay.php?fid=20)
+--- Thread: See other User Password Using fgdump (/showthread.php?tid=16)



See other User Password Using fgdump - Anonymous - 08-24-2020

To dump local passwords: 

1. Login to the system as an administrator and get to a command prompt (Start, Run, cmd). Since this my system I know administrator password. You could also try to use metasploit to attack your system to get to a command prompt. 

2. Download one of the fgdump files from http://swamp.foofus.net/fizzgig/fgdump/downloads.htm and unzip it. 

3. run the fgdump utility you downloaded 
C:\> fgdump -v 

4. copy the 127.0.0.1.pwdump file to a floppy or USB thumb drive if you are going to use BackTrack to crack the hashes
 
You can dump passwords from remote systems but only if you know the remote local administrator password or have domain administrator privledges. 

1. Login to the system as an administrator and get to a command prompt (Start, Run, cmd). Since this my system I know administrator password.  You could also try to use metasploit to attack your system to get to a command prompt. 

2. Download one of the fgdump files from http://swamp.foofus.net/fizzgig/fgdump/downloads.htm and unzip it. 

3. run the fgdump utility you downloaded 
C:\> fgdump -v -h hostname -u Username -p Password 
where hostname is the name or ip of the remote system you want to retreive the passwords from Username is the username of the account to connect to the remote system with; usually Administrator or Domain\Administrator or an account with Domain Administrator privledges. Password is the password of the above account 

NOTE: If you have a firewall installed on the remote system this will not work. 
4. copy the 127.0.0.1.pwdump file to a floppy or USB thumb drive if you are going to use BackTrack to crack the hashes