Jump to content











Photo
* * * - - 2 votes

PEPassPass


  • Please log in to reply
92 replies to this topic

#51 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4198 posts

Posted 20 September 2014 - 10:30 PM

Made my day. :lol:  lol! Good idea. Why use youre hands when you can shoot it.

Go ahead, make my day



#52 Rusama

Rusama
  • Members
  • 5 posts
  •  
    United States

Posted 27 May 2016 - 12:32 AM

Is there a update version of PEPassPass for Windows 10?



#53 ner0

ner0

    Member

  • Advanced user
  • 83 posts

Posted 27 November 2016 - 07:17 PM

I was working on an update for PassPass when I stumbled upon this topic too.

I have updated PassPass, sort of, and released an update which works for Windows 10 (x86/x64) and Windows Server 2016. Check it here: http://reboot.pro/to...sword/?p=200889

 

I also thought this one (PEPassPass) might be a nice addition but couldn't find its source code despite a post mentioning that it has been made available, also the author doesn't seem to be active for a few years now. I decompiled his tool and made some adjustments to also support Windows 10 (x86/x64) and Windows Server 2016.

 

Since it seems that I can't add attachments to my posts, or at least can't find out how, here's an external link to an updated PEPassPass (including decompiled source):

 

PEPassPass v1.2.0.7z (517KB)

 

VirusTotal Analysis:

PEPassPass_v1.2.0.7z

PEPassPass.exe

 

To the best of my knowledge, there is no actual malware and the few flags are false-positives.


Edited by ner0, 27 November 2016 - 07:25 PM.


#54 steve6375

steve6375

    Platinum Member

  • Developer
  • 7566 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 06 December 2016 - 09:19 AM

I tried the new PEPassPass today. It reported my Win10 x64 installation as being Win8 and would not patch it or unpatch it!

It worked on a Win7 OS (at least it said it could patch and unpatch it).

 

Also, we need a 64-bit version as well as a 32-bit version.



#55 steve6375

steve6375

    Platinum Member

  • Developer
  • 7566 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 06 December 2016 - 09:37 AM

P.S. To get the original source code use

 

PEPassPass.exe /source



#56 ner0

ner0

    Member

  • Advanced user
  • 83 posts

Posted 06 December 2016 - 10:19 AM

I tried the new PEPassPass today. It reported my Win10 x64 installation as being Win8 and would not patch it or unpatch it!

It worked on a Win7 OS (at least it said it could patch and unpatch it).

 

Also, we need a 64-bit version as well as a 32-bit version.

 

Weird, I was sure it was working at some point but now it is getting 6.2 as the OS version, even on Win10.

The script itself works when ran, only the compiled version seems to not be working.

 

Also, why is the 64bit version needed?



#57 ner0

ner0

    Member

  • Advanced user
  • 83 posts

Posted 06 December 2016 - 10:45 AM

Anyway... that tip for getting he source is nice but unfortunately neither the script nor the compiled version work out of the box, at least I got a few errors that prevented me from using it. Still, I figured why my compilation wasn't working, I had a pragma header using Win7 compatibility mode and that is why it was always getting 6.2 as the OS version :)

 

Here's the new version which should now work ok:

 

PEPassPass v1.2.1.7z


Edited by ner0, 06 December 2016 - 10:47 AM.


#58 ner0

ner0

    Member

  • Advanced user
  • 83 posts

Posted 06 December 2016 - 12:06 PM

The original source was giving errors both when ran from the script and the compiled exe.

This was due to a line in Permissions.au3 which was "redeclared", possibly because current versions of AutoIt already declare the same variable, the problematic line 100 was:

Global Const $ACCESS_SYSTEM_SECURITY	 = 0x01000000

Commenting this line allowed the source to be compiled properly.

I still decided to use my initial decompiled version because somehow it ends up being a few dozen KBs smaller.

 

In any case, I'll still leave it here for any interested parties (includes x86/x64 compiled binaries):

 

PEPassPass_v1.2.1_original_source.7z


Edited by ner0, 06 December 2016 - 12:10 PM.


#59 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 06 December 2016 - 01:02 PM

Also, why is the 64bit version needed?

For "plain" x64 PE's that have not the 32 bit sub-system.

 

:duff:

Wonko



#60 steve6375

steve6375

    Platinum Member

  • Developer
  • 7566 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 06 December 2016 - 05:35 PM

Thanks Ner0, those seem to work :good:  The 64-bit + 32-bit is most useful.

I have uploaded the modified boulcat version to my Easy2Boot alternate download areas (Google drive and OneDrive) too.


  • devdevadev likes this

#61 devdevadev

devdevadev

    Silver Member

  • Advanced user
  • 540 posts
  •  
    India

Posted 06 December 2016 - 07:53 PM

Thanks 'Ner0' and 'Steve'....for 32-bit + 64-bit PEPassPass........



#62 devdevadev

devdevadev

    Silver Member

  • Advanced user
  • 540 posts
  •  
    India

Posted 07 August 2021 - 05:37 PM

Please update PEPassPass so that can patch latest Win10/11 within from WinPE environment...

Thanks to ner0 & Steve Si....

#63 ner0

ner0

    Member

  • Advanced user
  • 83 posts

Posted 07 August 2021 - 05:53 PM

*
POPULAR

As if you were reading my mind.

 

Updated PEPassPass to v1.2.2, integrating the new patching support for latest Windows 10 versions.

 

I still can't figure out how to attach files on this forum, so get it here: https://mega.nz/file...ewrKfuy3eafnT2s

 


  • Tokener, alacran and devdevadev like this

#64 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 07 August 2021 - 07:58 PM

@ ner0

 

As if you were reading my mind.

 

Updated PEPassPass to v1.2.2, integrating the new patching support for latest Windows 10 versions.

 

I still can't figure out how to attach files on this forum, so get it here: https://mega.nz/file...ewrKfuy3eafnT2s

 

To upload files to a Post (during posting) just make a click on More Reply Options, or if editing a post on Use Full Editor, and on new screen select the file to attach as in attached pictures.

 

Thanks for share it with us.

 

alacran

Attached Thumbnails

  • Upload.png
  • Posting.png
  • Editing.png

Edited by alacran, 07 August 2021 - 08:35 PM.


#65 ner0

ner0

    Member

  • Advanced user
  • 83 posts

Posted 07 August 2021 - 09:03 PM

@ ner0

 

 

To upload files to a Post (during posting) just make a click on More Reply Options, or if editing a post on Use Full Editor, and on new screen select the file to attach as in attached pictures.

 

Thanks for share it with us.

 

alacran

I appreciate the explanation, but I don't get the attachment option anyway.

 

I tried Firefox and Chromium-based browser.

 

Here's a screenshot of what the full editor looks like to me:

 

PY40V0B.png



#66 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 07 August 2021 - 10:30 PM

I'm using FireFox and all is fine here, if you are not using some proxy or firewall that could be the potential cause of the issue, then it seems to be something related to your account level.

 

I opened a new topic asking Brito or erwan.l about your issue, plese see this.

 

alacran



#67 ner0

ner0

    Member

  • Advanced user
  • 83 posts

Posted 07 August 2021 - 10:33 PM

It seems to me that it is indeed the forum's user restriction, so thanks for putting the word out for me.



#68 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 07 August 2021 - 10:45 PM

No problem my friend, I hope they will fix it soon.

 

Once they fix it, I suggest you better upload it to Downloads Section, (like this), doing so it will create automatically also a new fresh topic with the info and download link, and this way the download link will not get lost on this old topic.

 

alacran



#69 DarknessAngel

DarknessAngel

    Member

  • Members
  • 33 posts
  •  
    South Korea

Posted 09 August 2021 - 08:47 AM

PEPassPass v1.2.2 Test Result

 

Windows 7 (6.1.7601.24564) x86 Worked
Windows 7 (6.1.7601.24564) x64 Worked

Windows 10 1607 LTSB (10.0.14393.3326) x86 Worked
Windows 10 1607 LTSB (10.0.14393.3326) x64 Worked
Windows 10 1809 LTSC (10.0.17763.1911) x86 Fail to Patch
Windows 10 1809 LTSC (10.0.17763.1911) x64 Not Work
Windows 10 21TH2 (10.0.19044.1110) x86 Worked
Windows 10 21TH2 (10.0.19044.1110) x64 Worked
Windows Server 2k16 (10.0.14393.1198) Worked
Windows Server 2k19 (10.0.17763.1098) Not Work

 

Patch/UnPatch/Backup/Restore 4 functions tested

 

It seem not work with 1809 (17763)

 

x86 version : Can't patch

x64 version : All functions worked but can't pass 'Windows Login Lock'


Edited by DarknessAngel, 09 August 2021 - 09:40 AM.


#70 ner0

ner0

    Member

  • Advanced user
  • 83 posts

Posted 09 August 2021 - 09:41 AM

Thanks for the testing.

 

Could you provide DLLs for the versions that failed or didn't work?

 

I can't test any of them but I can take a look at the functions and see if something stands out since it's mostly build 17763.



#71 DarknessAngel

DarknessAngel

    Member

  • Members
  • 33 posts
  •  
    South Korea

Posted 09 August 2021 - 10:03 AM

Thanks for the testing.

 

Could you provide DLLs for the versions that failed or didn't work?

 

I can't test any of them but I can take a look at the functions and see if something stands out since it's mostly build 17763.

 

https://www.mediafir...h6joxr2jrlmxfea

1809 Files

 

It temporary uploaded (It will deleted few days after)



#72 DarknessAngel

DarknessAngel

    Member

  • Members
  • 33 posts
  •  
    South Korea

Posted 09 August 2021 - 10:11 AM

PEPassPass v1.2.2 Windows 8.1 Test Result

 

Windows 8.1 (6.3.9600.19538) x64 Worked
Windows 8.1 (6.3.9600.19678) x86 Worked



#73 ner0

ner0

    Member

  • Advanced user
  • 83 posts

Posted 09 August 2021 - 11:19 PM

https://www.mediafir...h6joxr2jrlmxfea

1809 Files

 

It temporary uploaded (It will deleted few days after)

I'm almost positive msv1_0.dll is not used in any version of Windows 10 / Server 2019 to validate the logon password. What is really needed is NtlmShared.dll. Maybe tomorrow or the day after I'll try to download a trial version and have a look for myself.



#74 DarknessAngel

DarknessAngel

    Member

  • Members
  • 33 posts
  •  
    South Korea

Posted 10 August 2021 - 03:19 AM

I'm almost positive msv1_0.dll is not used in any version of Windows 10 / Server 2019 to validate the logon password. What is really needed is NtlmShared.dll. Maybe tomorrow or the day after I'll try to download a trial version and have a look for myself.

Wait few mins

 

I will upload them



#75 DarknessAngel

DarknessAngel

    Member

  • Members
  • 33 posts
  •  
    South Korea

Posted 10 August 2021 - 03:25 AM

https://www.mediafir...vw4lyls79ouu6ro

 

1809 NtlmShared.dll files

 

If you need other files just request them






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users