Update changelog
parent
28e00dc5b5
commit
9ce9401f20
2
Tasks.py
2
Tasks.py
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
from Colours import Colours
|
from Colours import Colours
|
||||||
from Core import load_module, load_module_sharp, encrypt, default_response
|
from Core import load_module, load_module_sharp, encrypt, default_response
|
||||||
import DB, datetime, hashlib, re
|
import DB, datetime, hashlib
|
||||||
|
|
||||||
def newTask(path):
|
def newTask(path):
|
||||||
result = DB.get_implants_all()
|
result = DB.get_implants_all()
|
||||||
|
|
|
@ -2,8 +2,11 @@
|
||||||
==============
|
==============
|
||||||
Added Harmj0y's KeeThief to modules
|
Added Harmj0y's KeeThief to modules
|
||||||
Added RastaMouse's Watson to modules
|
Added RastaMouse's Watson to modules
|
||||||
Added SafetyDump
|
Added SafetyDump for minidumping in memory
|
||||||
Added file hashing when a file is uploaded
|
Added file hashing when a file is uploaded
|
||||||
|
Rework imports to improve dependency management
|
||||||
|
Break up ImplantHandler into PSHandler.py, PyHandler.py and SharpHandler.py
|
||||||
|
Add ability to upload a file to an ADS
|
||||||
|
|
||||||
4.8 (13/02/19)
|
4.8 (13/02/19)
|
||||||
==============
|
==============
|
||||||
|
|
Loading…
Reference in New Issue