Archive for November, 2007

VS 2005 Extension WCF,WPF and WF Installation Problem

By admin - Last updated: Friday, November 16, 2007

For example, you have
C:\Download\Visual Studio 2005 Extensions for Windows Workflow Foundation (EN).exe
C:\Download\Setup.exe
The Setup.exe will be activated somehow if you run the installer of the extension.
Try to place the installer file in a new folder which does not contain any setup.exe

WSE UsernameToken Password SendHashed – Crack

By admin - Last updated: Monday, November 12, 2007

Using ServiceCapture, Ethereal, Charles or some SOAP sniffer software to inspect the XML sent on wire.
Here is XML snippet in the SOAP header.

<wsse:usernametoken wsu:id=”….” xmlns:wsu=”….”>
    <wsse:username>xxxxxx</wsse:username>
    <wsse:password type=”….”>
           fCQCp/A9wFD/Gku0L+yF/u+0leg=
     </wsse:password>
    <wsse:nonce>eSM7S/iT0KyA39vuWPQcPQ==</wsse:nonce>
    <wsu:created>1975-12-01T05:28:36Z</wsu:created>
 </wsse:usernametoken>

[STAThread]
static void Main()
{
    List<string> wordList = new List<string>();
    //Load your word list here [...]