Pinned Repositories
AmazingRootkit_FinalProject
Academic project , Developed for Ubuntu 22.04 LTS. #Linux #Rootkit #Cybersecurity"
In2Vuln
Documenting my journey of becoming a vulnerability researcher
python-trojan
swift-jailbreak-detection
A jailbreak detection application, written in swift. Very poor GUI :-|
vmt-hooking
VMT hooking is a technique where you hook one (or more) VMT(Virtual Method Table) entries with a pointer to other function. Thus, when the process calls a virtual function and fetches the function pointer to be called, it will eventually execute your code. In this example, I've create a buggy application that suffers from a data leak vulnerability, if exploited correctly, leaking the target class this pointer and allow this technique to work. I use meterpreter shellcode as my hook function opcodes.
json
JSON for Modern C++
f4rb3r1o's Repositories
f4rb3r1o/vmt-hooking
VMT hooking is a technique where you hook one (or more) VMT(Virtual Method Table) entries with a pointer to other function. Thus, when the process calls a virtual function and fetches the function pointer to be called, it will eventually execute your code. In this example, I've create a buggy application that suffers from a data leak vulnerability, if exploited correctly, leaking the target class this pointer and allow this technique to work. I use meterpreter shellcode as my hook function opcodes.
f4rb3r1o/swift-jailbreak-detection
A jailbreak detection application, written in swift. Very poor GUI :-|
f4rb3r1o/In2Vuln
Documenting my journey of becoming a vulnerability researcher
f4rb3r1o/python-trojan