Shut up msftidy and document updates

GSoC/Meterpreter_Web_Console
bwatters-r7 2018-11-30 16:41:40 -06:00
parent 3c992b7af1
commit 70031b6721
No known key found for this signature in database
GPG Key ID: ECC0F0A52E65F268
2 changed files with 2 additions and 20 deletions

View File

@ -64,25 +64,7 @@ msf5 post(windows/manage/rollback_defender_signatures) > run
[*]
Service Version: 6.1.7600.16385
Engine Version: 1.1.15400.5
AntiSpyware Signature Version: 1.281.1013.0
Starting engine and signature rollback to none...Done!
[*] Post module execution completed
msf5 post(windows/manage/rollback_defender_signatures) >
image
msf5 post(windows/manage/rollback_defender_signatures) > set action update
action => update
msf5 post(windows/manage/rollback_defender_signatures) > run
[*] program_path = C:\Program Files
[*] file_path = C:\Program Files\Windows Defender\MpCmdRun.exe
[*] Removing All Definitions for Windows Defender
[*] update
[*] Running cmd.exe /c "C:\Program Files\Windows Defender\MpCmdRun.exe" -SignatureUpdate
[*] Signature update started . . .
Signature update finished.
[*] Post module execution completed
AntiSpyware Signature Version: 1.281.1013.0e[*] Post module execution completed
### Options
Module options (post/windows/manage/rollback_defender_signatures):

View File

@ -30,7 +30,7 @@ class MetasploitModule < Msf::Post
OptEnum.new('ACTION', [ true, 'Action to perform (Update/Rollback)', 'Rollback', ['rollback', 'update']])
])
end
def run
#Are we system?
if not is_system?()