Update changelog

temp
m0rv4i 2019-03-12 10:25:55 +00:00
parent 28e00dc5b5
commit 9ce9401f20
2 changed files with 5 additions and 2 deletions

View File

@ -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()

View File

@ -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)
============== ==============