Skip to content
View DanielNiv's full-sized avatar

Block or report DanielNiv

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Process-Hiding-Rootkit 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 …

    C 23 3

  2. PtraceSyscallHooker PtraceSyscallHooker Public

    Some fun and games with ptrace.

    C 1

  3. JOS JOS Public

    git remote add origin https://github.com/DanielNiv/JOS.git

    C

  4. Padding-Oracle-Attacker Padding-Oracle-Attacker Public

    My solution for picoCTF-2018 "Magic Padding Oracle" challenge

    Python