Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.21 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.21 KB

self_delete_bof

BOF implementation of delete self poc that delete a locked executable or a currently running file from disk by its pid, path, or the current process.

Build

git clone https://github.com/AgeloVito/self_delete_bof.git
make

And load self_delete.cna

Usage

beacon> help self_delete
Use: self_delete [pid|path]
e.g: self_delete
     self_delete 7956
     self_delete /path/file.exe

self_delete

image

self_delete by path

image

self_delete by pid

image

Issues

x86 process without manifest

image

Refences

https://stackoverflow.com/questions/71834608/

https://github.com/LloydLabs/delete-self-poc

https://github.com/LloydLabs/delete-self-poc/pull/4/files