dipsec / armitage

Automatically exported from code.google.com/p/armitage
0 stars 0 forks source link

Export Hashes not working #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Pop domain controller (or just get local admin, that's borring though)
2. Dump passwords through meterpreter
3. In Credentials tab, click Export, select output file. (tested in Windows 
only)

What is the expected output? What do you see instead?
No file appears, I assume it's supposed to dump the file out. I think this has 
worked before.

What version of Metasploit are you using (type: svn info)? On which
operating system?
revision 13465 on Windows XP Pro 32bit

Which database are you using?
progresql

Please provide any additional information below.

Original issue reported on code.google.com by ThomasEr...@gmail.com on 2 Aug 2011 at 7:21

GoogleCodeExporter commented 9 years ago
I took a look at this. I verified that the Export button works as advertised on 
Linux. Some commands in Metasploit like to treat a \ as an escape character 
forcing me to provide escape a path with an additional \ for each \. I find and 
fix these on a case by case basis. I'm leaving this ticket open until I can 
verify it later.

As a work around you can run the db_export -f pwdump -a 
c:\\path\\to\\whatever_you_want.pwd

This should work.

In the mean time, I *highly* recommend running Armitage and Metasploit on 
Linux. That's where it's tested and works best. Once I verify this though, I'll 
fix in the next release.

Original comment by rsmu...@gmail.com on 2 Aug 2011 at 9:39

GoogleCodeExporter commented 9 years ago
I fixed this, I think.

Original comment by rsmu...@gmail.com on 8 Sep 2011 at 5:30