Quantumite
Quantumite
  • 7
  • 251
NopEmulator Demo - Sector 2024
Demo video for the Sector 2024 Conference. This is the NopEmulator tool available at: github.com/Quantumite/NopEmulator
มุมมอง: 3

วีดีโอ

VEIP Gen pt. 2 - Adding Conditionals
มุมมอง 112 ปีที่แล้ว
Improving upon the veip_gen tool, it can now create slightly more complex programs with conditionals that must be satisfied before the vulnerability is exposed. Check it out!
Generate Intentionally Vulnerable EIP Buffer Overflow Programs with veip_gen
มุมมอง 92 ปีที่แล้ว
I created a script that automatically generates .c programs with intentional buffer overflow vulnerabilities. Useful for education and research purposes!
Pashion - Simple Python Hash Cracker
มุมมอง 392 ปีที่แล้ว
Github - github.com/quantumite/pashion Hash cracking is very simple in its essence. The hash function is not invertible so the only way to "crack" it (aside from weak hashes or collisions) is to brute force guesses and hashes. There are algorithms that even make this less feasible but this tool is not directed towards those types of hashes. In this tool, the user simply selects the algorithm, p...
Smallprox - a tiny proxy with compile-time parameters
มุมมอง 472 ปีที่แล้ว
Smallprox is a small, compile-time network proxy. This means it focuses on two main things while being a proxy: being small, and declaring everything at compile-time. The code is entirely contained in one file, main.c, and has no other features that what's necessary to proxy information from one host to another. Additionally, the configurations are made at compile-time and not at run-time. This...
Slidecode
มุมมอง 862 ปีที่แล้ว
For CSC842 Security Tool Development, Slidecode is an Intel 32-bit shellcode encoder. Github: github.com/Quantumite/slidecode
Non-Application Layer Malware Communication
มุมมอง 574 ปีที่แล้ว
Final assignment for Cyber Operations course. Discusses Non-Application Layer protocols used by malware samples in the wild and shows a demo using Python3 and Scapy. Github Repository for this assignment: github.com/Quantumite/CSC840Final