fix a couple of typos

master
xx0hcd 2019-03-06 10:57:09 -06:00 committed by GitHub
parent 12f8cf6720
commit 059b8cfd8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ http-stager {
set spawnto_x86 "%windir%\\syswow64\\gpupdate.exe";
set spawnto_x64 "%windir%\\sysnative\\gpupdate.exe";
#attept to disable amsi for execute-assembly, powerpick, and psinject from 3.13
#attempt to disable amsi for execute-assembly, powerpick, and psinject from 3.13
set amsi_disable "true";
#used peclone on wwanmm.dll.
@ -206,6 +206,6 @@ stage {
transform-x64 {
prepend "\x90\x90\x90";
strrep "ReflectiveLoader" "";
strrep "beacon.64.dll" "";
strrep "beacon.x64.dll" "";
}
}