Matt Kiely

Results 16 comments of Matt Kiely

lol, yep no problem over here. Also this is a good test to see how much it will take to refactor across different notebooks so let me know if you...

rev2self impl in https://github.com/mttaggart/OffensiveNotion/commit/12b6112d9ffb1b2adcbba39138def8c9d16cf9c4

Added CoC and Contrib guide in https://github.com/mttaggart/OffensiveNotion/pull/113

Working on a Wiki page for adding to the project: https://github.com/mttaggart/OffensiveNotion/wiki/So-You-Want-To-Contribute-To-OffensiveNotion

## D/Invoke Cargo Side Quest Cargo-ify D/Invoke and make it modular

As an alternative to the IE testing VMs, the Windows 10 Evaluation ISOs are available at the official Microsoft Evaluation Center. I can't give the official recommendation to install FLARE-VM...

POC in progress over at https://github.com/HuskyHacks/RustySCShell

Have annotated this in https://github.com/mttaggart/OffensiveNotion/wiki/6.-Agent-Interaction#windows-inject-self but will continue to work on resolving the underlying issue

Reproduced under different conditions: I made some Cobalt Strike shellcode, tried to overwrite it, but ended up saving 0 bytes to a file by accident. When the self-injection happened, the...

I just had a eureka moment and I think this _might_ happen because msfvenom generated shellcode defaults to ExitFunc=process. I will test this with ExitFunc=thread and see if that alters...