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
    #381 Paiva, Aug 22, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    @HaWKBRC,

    Okays!

    Note: Most applications running on 32-bit also work in 64.

    Code:
    if not exist "%systemdrive%\Program Files (x86)" (
    goto KEYS
    ) else (
    goto KEYS64
    ) 
    Although the code is good. :tea:
     
  2. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,865
    2,143
    60
    Thanks for continuing support for this application dude, is really handy at work!
     
  3. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    #383 Josh Cell, Aug 22, 2013
    Last edited by a moderator: Apr 20, 2017
    Instead of checking for the directory state, you can use the 'defined' statement:

    Code:
    @ECHO OFF
    if defined ProgramFiles(x86) (
        echo x64 Operating system detected...
        echo do work here...
    ) else (
        echo x86 Operating system detected...
        echo do work here...
    )
    pause
    It will check for the %ProgramFiles(x86)% environment variable that is only present at x64 operating systems... ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    All done(all work) thinking about you. :)
     
  5. Paiva

    Paiva MDL Developer

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

    Good logic, Maybe I implement. :hug2:

    Because actually only the beginning of the code change.

    But all ideas are accepted community. hahaha

    Regards,
     
  6. makie006

    makie006 MDL Novice

    Jul 19, 2013
    5
    2
    0
    I am gonna bookmark this page:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    You are welcome here. :)
     
  8. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Thanks for opinion guy!
     
  9. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    #390 Paiva, Aug 26, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Version 4.8.0 (2013/08/26)

    Code:
     * Improved the password decryption on IE10 / Windows 7,
     * Added support for the passwords of Internet Explorer 10.
     * Fixed ProduKey to decode properly the product key of Windows 8.
     * Added support for Outlook 2013
     * Update some tools
     * Many bugs fixed
     
  10. HaWKBRC

    HaWKBRC MDL Novice

    Aug 23, 2009
    9
    3
    0
    Thanks!

    Hey paiva, Just a sugestion, how about add to the changelog, the version used for each nirsoft app? Because it will be more easy to see what app comes updated.

    Your current tools, uses the following:

    Dialupass v3.20
    Mailpvv1.80
    Mspassv1.42
    netpassv1.33
    ProduKeyv1.62
    RouterPassViewv1.47
    USBDeviewv2.25
    WebBrowserPassViewv1.37
    WirelessKeyViewv1.67

    PS: I think you know... but i got a 4.7.0 version that had your passwords in the Passwords dir. :eek:
     
  11. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    @ HaWKBRC,

    I will add in the future read.txt/changelog.

    Regards,
     
  12. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    #393 Paiva, Aug 28, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Version 4.8.0 Support various models of routers.

    Here's the list:

    Code:
     Linksys WRT54GL (With original firmware or Tomato firmware), WRT54G (only some of them), WRT160N, WRT320N, and possibly similar models.
        Linksys E5200
        Linksys E2000
        Edimax BR6204WG, and possibly similar models.
        Siemens ADSL SL2-141, and possibly similar models.
        Dynalink RTA1025W, and possibly similar models.
        NETGEAR WGT624, and possibly similar models.
        ASUS WL-520g, WL-600g, and possibly similar models.
        ASUS RT-N10+ , and possibly similar models.
        Asus RT-N56U , and possibly similar models.
        D-Link DIR-655, and possibly similar models.
        Sanex SA 5100, and possibly similar models.
        Sitecom WL-351, WL-575, WL-312, and possibly similar models.
        COMTREND 536+ (Only Internet Login)
        US Robotics 9108 ADSL (internet login and admin login)
        D-Link DSL-2540U/BRU/D ADSL2+, DSL-2650U, DSL-520B
        D-Link DVA-G3170i/PT
        D-Link DSL-604T
        D-Link G3670B
        D-Link DSL-2640T
        D-Link DSL-G684T
        D-Link DSL-2500U
        D-Link 2740B
        D-Link DIR-615 G2
        D-Link WBR-1310
        D-Link DSL-2543B
        D-Link DI-524
        D-Link DI-624+A
        D-Link DIR-600
        D-Link DIR-300
        TP-Link TD-8810 ADSL Modem/Router.
        Dynamode R-ADSL-C4-W-G1
        NetComm NB5Plus4 DSL
        Thomson TG580 DSL (only in Hex Dump mode)
        Asus RT-G31
        HuaWei EchoLife HG520 (Only some of them)
        HuaWei HG526
        HuaWei-3Com Aolynk BR104
        TP-LINK TL-WR841N
        TP-LINK TL-WR841DN
        TP-LINK TL-MR342
        TP-LINK TL-WR340G
        TP-LINK TL-R460
        TP-LINK TL-WR741ND v2.0
        TP-LINK TL-WR700N
        TP-LINK TL-WR740N
        TP-LINK TL-WA801N
        TP-LINK TL-WR541G
        TP-LINK TL-WR1043ND
        TP-LINK TD-W8960N
        TP-Link TL-WR941ND
        TP-Link TL-MR3220
        Belkin N+ (F5D8236uk4)
        Mercury MW54R
        Netgear DG632
        Netcomm NB6W
        Aztech DSL605EW
        Comtrend CT-5072T ADSL2+ modem/router
        Small Business RV042 
     
  13. SCBrigth

    SCBrigth MDL Senior Member

    May 9, 2009
    488
    73
    10
    Hi Paiva, nice tool!
    But the download link is dead o_O
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,768
    7,710
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Link corrected.

    first post...
     
  16. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    Only from downloading the official thread ...

    Other sites are fake ;)

    Regards,
     
  17. Paiva

    Paiva MDL Developer

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

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
    #399 Paiva, Sep 12, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Version 5.0.0 Released!
    Code:
     Version 5.0.0 (2013/09/12):
     * Added support for Visual Studio
     * Decode properly the product key of Windows 8.1 9600 RTM
     * Update some tools
     * Many bugs fixed
     
  19. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    The wireless part alone is super, thanks :D