Pinned Repositories
aes-128-ecb
AES 128 ECB encryption algorithm implementation in Java
avl-tree
AVL-Tree data structure implementation
bof-example
Simple program vulnerable to buffer overflow attacks
commit-bot
cybersecurity-md5sum
cybersecurity-metasploit
cybersecurity-struts2
Struts2 Application Vulnerable to CVE-2017-5638. Explains how the exploit of the vulnerability works in relation to OGNL and the JakartaMultiPart parser.
dijkstra
Implementation of Dijkstra's algorithm
snake
Classic Snake Game
tetris
Classic Tetris Game. Written specifically for the RPI3 and a custom RGB LED matrix.
pr0x1ma-byte's Repositories
pr0x1ma-byte/tetris
Classic Tetris Game. Written specifically for the RPI3 and a custom RGB LED matrix.
pr0x1ma-byte/bof-example
Simple program vulnerable to buffer overflow attacks
pr0x1ma-byte/cybersecurity-struts2
Struts2 Application Vulnerable to CVE-2017-5638. Explains how the exploit of the vulnerability works in relation to OGNL and the JakartaMultiPart parser.
pr0x1ma-byte/djangosaml2-sp
SAML2 service provider implementation using Python and Django framework
pr0x1ma-byte/aes-128-ecb
AES 128 ECB encryption algorithm implementation in Java
pr0x1ma-byte/avl-tree
AVL-Tree data structure implementation
pr0x1ma-byte/commit-bot
pr0x1ma-byte/cybersecurity-md5sum
pr0x1ma-byte/dijkstra
Implementation of Dijkstra's algorithm
pr0x1ma-byte/cybersecurity-struts2-send
Jar application to send commands to vulnerable Struts2 apps
pr0x1ma-byte/devportfolio
A lightweight, customizable single-page personal portfolio website template built with JavaScript and Sass
pr0x1ma-byte/hashcat-practice
Shell scripts for practicing hashcat
pr0x1ma-byte/hashing
Hash table implementation
pr0x1ma-byte/jwt-auth-server
Research for a microservice to microservice authentication and authorization protocol. This is a proof of concept for the Central Authentication Service functionality. See https://github.com/grant100/jwt-client-server for Client implementation, and https://github.com/grant100/jwt-service-server for Service implementation.
pr0x1ma-byte/jwt-client-server
pr0x1ma-byte/jwt-service-server
pr0x1ma-byte/keychain-pkcs11
A shared library that implements a PKCS#11 interface to the Apple Security framework
pr0x1ma-byte/laravel-saml2-sp
SAML2 service provider implementation using PHP and Laravel framework
pr0x1ma-byte/linked-list
Linked List data structure implementation
pr0x1ma-byte/log-etl
Graduate research ETL program for webserver logs
pr0x1ma-byte/minishare-bof
Python script for exploiting the minishare buffer overflow vulnerability
pr0x1ma-byte/nodejs-saml2-sp
SAML2 service provider implementation using NodeJS and Express framework
pr0x1ma-byte/OpenSC
Open source smart card tools and middleware. PKCS#11/MiniDriver/Tokend
pr0x1ma-byte/pygamer-explorer
pr0x1ma-byte/python-pkcs11
PKCS#11/Cryptoki support for Python
pr0x1ma-byte/python-ps4
The python-ps4 project allows you to control your playstation with your voice with Google!
pr0x1ma-byte/quick-shell-insert-sort-algorithms
Implementation of various sorting algorithms
pr0x1ma-byte/recursion
Simple recursion implementation
pr0x1ma-byte/rfm9x_radio
Code to run rfm9x radio
pr0x1ma-byte/stack-queue
Stack and Que data structure implementation