Merge pull request #64 from audibleblink/fix/meterpreter

[meterpreter] fixes error about `config` not being an object
pull/67/head
Marc 2019-06-19 17:17:25 +00:00 committed by GitHub
commit 83e9b935e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}