You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# metadata info about the module, not modified during runtime
8
+
self.info= {
9
+
'Name': 'Invoke-Paranoia',
10
+
11
+
'Author': ['pasv'],
12
+
13
+
'Description': ('Continuously check running processes for the presence of suspicious users, members of groups, process names, and for any processes running off of USB drives.'),
14
+
15
+
'Background' : True,
16
+
17
+
'OutputExtension' : None,
18
+
19
+
'NeedsAdmin' : True,
20
+
21
+
'OpsecSafe' : True,
22
+
23
+
'MinPSVersion' : '2',
24
+
25
+
'Comments': [
26
+
'http://shell.fishing/code/Invoke-Paranoia.ps1'
27
+
]
28
+
}
29
+
30
+
# any options needed by the module, settable during runtime
0 commit comments