Skip to content
View Marsh61's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Marsh61

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. ECDSA-Nonce-Reuse-Exploit-Example ECDSA-Nonce-Reuse-Exploit-Example Public

    This code shows how you can extract a ECDSA private key from two messages signed with the same K value. Every signature must have been singed with a unique K value otherwise this attack is possible.

    Python 31 9

  2. System-Mechanic-Exploit System-Mechanic-Exploit Public

    C++ 2 3

  3. Honours-CTF Honours-CTF Public

    The purpose of Honours-CTF is to demonstrate common vulnerabilities and explain how you can defend against attacks attempting to exploit these vulnerabilities.

    JavaScript 1

  4. Binary-Exploitation-Examples Binary-Exploitation-Examples Public

    listed here are some vulnerable binary applications and custom exploits that I created. These applications were featured on Hack The Box and I solved them while they were active boxes.

    Python 1

  5. Windows-Driver-Hook-ZwEnumerateValueKey Windows-Driver-Hook-ZwEnumerateValueKey Public

    This driver will hook the ZwEnumerateValueKey on 32 bit windows systems by hooking the function through the SSDT table. The malicious hook will hide registry keys with a name that contains "_root_"

    C 1

  6. Neural-Networks-Learning-Through-Genetic-Algorithms Neural-Networks-Learning-Through-Genetic-Algorithms Public

    This code is an example of a feedforward neural network learning a simple game through genetic algorithms. The paper attached discusses my finding of the differences between genetic algorithm techn…

    Python