Windows Expert Tool - Recover all Passwords in Windows OS

Discussion in 'MDL Projects and Applications' started by Paiva, Apr 20, 2011.

  1. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    I've done.
    I put the files in the Temp.
    As soon as possible to haul the new version. ;)
     
  2. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Delete this generated files in temp folder after close the app is good also ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Hey Josh,

    Delete files after closing the app will be done.

    Thanks;
     
  4. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Tomorrow I'll post the version 3.9

     
  5. hni365

    hni365 MDL Novice

    Jan 22, 2012
    1
    0
    0
    hi
    do you use this program in bootable cd?
     
  6. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Hey,

    No, this program works after Windows logon.
    Through a user account.

    Welcome MDL Foruns. :p

    Regards,
     
  7. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Yes Paiva, good work...

    Well, you will kill an large false-positives range if not use the "BAT to EXE CONVERTER" :(

    11 FPs detected by WET.EXE

    The object structure of your application can have the WET.BAT + Passwords + Tools folders...

    And, compile with 7z SFX, config. all parameters to temp and auto-exclude...

    After the 7Z SFX complilation, edit with ResHacker the application version to your names, copyrights...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Hey Josh,

    Let's kill the majority of FP's ... ( :sniper: FP's)

    Work on version 3.9.1

    Regards,
     
  9. mariop

    mariop MDL Novice

    Jan 19, 2012
    5
    4
    0
    #190 mariop, Jan 23, 2012
    Last edited by a moderator: Apr 20, 2017
    Tnx for the update Paiva, now works great from USB :clap3:

    One suggestion, maybe you should add option to save passwords folder to WindowsExpertTool.exe folder path on USB (ex: F:\Windows Expert Tool\), before exit/close?

    Example:
    Code:
    echo. ============
    echo. INFORMATION:
    echo. ============
    echo. 
    echo. 1-All keys recovered...
    echo. 2-Show files .html in folder Passwords!
    echo.
    echo. 3-Save Passwords & Exit.
    pause
    cls
    GOTO MAINMENU
    TIA
     
  10. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Thank you for your opinion,

    Every job is to help all of us. :p

    Put this message is easy, it's hard to have to save everything in the Pen.
    Because each possesses a USB drive depending on the system path specified.

    USB Some systems assume: D:
    But when your hard drive is partitioned, it may take other values: E:, F: ...

    But it is very important to put the message to save the passwords before closing the application. :worthy:

    Regards,
     
  11. woot332

    woot332 MDL Senior Member

    Feb 18, 2011
    390
    815
    10
    Nice work Paiva

    If you still are having issues with alot of FS's you could try to use encrypt file names and password.
    Adding a little code to the sfx stub and the passsword is inserted automatic and button pressed.
    Tested with WinRar SFX module, that fools windows defender at least lol.
     
  12. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Anyway, the AV System will detect the virus after the temp extraction...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Exactly ...
     
  14. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Soon released version 3.9.1,

    Thanks for mariop and Josh ;)
     
  15. mariop

    mariop MDL Novice

    Jan 19, 2012
    5
    4
    0
    Paiva, tnx for the update mate.
    Unfortunately, save option not working for me. When I enter no.3 (or just click enter), in both cases, he roll back to main options window.
    I'm on XP SP3 x86.
     
  16. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Not added the 'save' patch for this release.

    Message: Take the passwords before closing the application.

    All basic functions are working when tested.

    Regards,
     
  17. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Updating Windows Expert Tool... (3.9.2)
     
  18. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    #200 Paiva, Jan 25, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Next message v3.9.2:

    Code:
    echo. =========
    echo. MESSAGE:
    echo. =========
    echo. 
    echo. Working to recover passwords ...
    echo. All passwords successfully retrieved.
    echo. All passwords saved in the folder 'Passwords'.
    echo. Take your passwords and exit application.
    pause
    cls
    GOTO MAINMENU