-
Padding-Oracle-Attacker Public
My solution for picoCTF-2018 "Magic Padding Oracle" challenge
Python UpdatedJul 15, 2023 -
-
-
Process-Hiding-Rootkit Public
A Loadable Kernel Module (LKM) Rootkit that hooks the system call table and hides the chosen process(according to your parameter) from 'ls' and 'ps' commands. The Rootkit hijacks stat and getdents …