Skip to content

Remote shellcode loading

Choose a tag to compare

@BlWasp BlWasp released this 16 Feb 21:17
· 7 commits to main since this release
  • It is now really possible to load and execute a shellcode on the client machine from a raw file presents on the server's disk, without writing it on the client's disk
  • The process hollowing function with indirect syscalls was broken. Now fixed
  • Some improvements on the download and upload features with the creation of new sub-functions dedicated to data transfer
  • More Clippy compliance