Zerx0r / Kage

Kage is Graphical User Interface for Metasploit Meterpreter and Session Handler
GNU General Public License v3.0
1.15k stars 286 forks source link

Suggest: Add more Options For Job (i.e. autoloadstdapi, autoverifysession, etc...) #12

Closed Techno-Fox closed 3 years ago

Techno-Fox commented 4 years ago

Hello I've notice that the Jobs creater has only two options (EnableContextEndcoding and ExitOnSession). However there are other options that are very useful. I've worked with the metasploit team to detect ways to bypass windows defender. I've found (and reported it to them) that windows defender can be bypassed using the EnableStageEncoding -> true, autoloadstdapi -> false, autoverifysession -> false). Could these options be added.

P.S. I love the idea you have here. Would help but I don't know anything about front end creation. (Is there anything with python and electron).

Zerx0r commented 4 years ago

Hi there, sorry for the late replay that is a pretty cool thing to add, I have some plans for 2020 to update Kage and add more metasploit features, thank you for your feedback.

for python and electron I think it can be done by making python as a proxy server that talks with metasploit RPC which will enable electron to communicate with the python program through HTTP(S).