Merge pull request #64 from audibleblink/fix/meterpreter

[meterpreter] fixes error about `config` not being an object
This commit is contained in:
Marc
2019-06-19 17:17:25 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
registerController('meterpreterCtrl', ['$api', '$scope', function($api, $scope) {
$scope.running = false
$scope.enabled = false
$scope.config = ""
$scope.config = {}
getState()
$scope.startMeterpreter = function () {

View File

@@ -6,5 +6,5 @@
"tetra"
],
"title": "Meterpreter",
"version": "1.0"
}
"version": "1.1"
}