Fix Get System Info (Java) - Fix #1725

This commit is contained in:
Brendan Coles
2019-05-05 11:46:36 +00:00
parent 367e91b095
commit dab4288501
2 changed files with 28 additions and 31 deletions

View File

@@ -6,7 +6,7 @@
class Get_system_info_java < BeEF::Core::Command
def pre_send
BeEF::Core::NetworkStack::Handlers::AssetHandler.instance.bind('/modules/host/get_system_info/getSystemInfo.class','/getSystemInfo','class')
BeEF::Core::NetworkStack::Handlers::AssetHandler.instance.bind('/modules/host/get_system_info_java/getSystemInfo.class','/getSystemInfo','class')
end
def post_execute