Skip to content

Commit c59b5ea

Browse files
committed
Fix rapid7#7823, legacy_script_to_post_module fixes
1 parent 9dbcaf7 commit c59b5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/msf/base/sessions/scriptable.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ def legacy_script_to_post_module(script_name)
7979
'metsvc' => 'post/windows/manage/persistence_exe',
8080
'migrate' => 'post/windows/manage/migrate',
8181
'packetrecorder' => 'post/windows/manage/rpcapd_start',
82-
'persistence' => 'post/window/manager/persistence_exe',
82+
'persistence' => 'post/windows/manage/persistence_exe',
8383
'prefetchtool' => 'post/windows/gather/enum_prefetch',
8484
'remotewinenum' => 'post/windows/gather/wmic_command',
85-
'schelevator' => 'exploits/windows/local/ms10_092_schelevator',
85+
'schelevator' => 'exploit/windows/local/ms10_092_schelevator',
8686
'screenspy' => 'post/windows/gather/screen_spy',
8787
'screen_unlock' => 'post/windows/escalate/screen_unlock',
8888
'search_dwld' => 'post/windows/gather/enum_files',

0 commit comments

Comments
 (0)