ash47 / EnterpriseWifiPasswordRecover

This is a tool that recovers WPA2 Enterprise Wifi Credentials from a machine.
100 stars 23 forks source link

Need Tutorial! #4

Closed ghost closed 6 years ago

ghost commented 6 years ago

In Windows 10, the first layer can be decrypted using the following C# code, run in the context of the system user:

ProtectedData.Unprotect(<data>, null, DataProtectionScope.LocalMachine);

Assuming CMD is open by PSExec.exe and you are now in nt authority\system mode, you said to run the C# code: ProtectedData.Unprotect(<data>, null, DataProtectionScope.LocalMachine);

But How I run this C# code? Whats I want to do with this folder? I want to compile it? How I set a path to NET Framework? Do I need to use csc?

I new in C# and I still don't know how to do this! Can you write a tutorial? Please!