allenwest24
Security Researcher II @ Akamai SIRT Graduate Student @ Carnegie Mellon
Akamai SIRTDenver, CO
Pinned Repositories
CV
This is my full CV of work.
Ethical-Hacking-Toolbox
My collection of homemade ethical hacking tools. Includes a Key Logger, Fuzzer, Mac Changer, Network Scanner, and more.
Experience-Gap-Indentifier
A tool that looks at your resume and compares it to various job postings you find interesting, then identifies technologies you should get experience with.
File-Infector-Virus
Created a self-replicating file-infector virus that will copy itself to a victim within the directory it is executed in. Whenever an infected file is run, it will infect another file in the same directory and then excute its normal functionality. The payload is just a print statement.
HackTheBox
HackTheBox is hard. Here are some write-ups for machines I have pwned.
Manipulating-System-Calls
A demo on how you can manipulate PATH to run malicious versions of syscalls.
NU-AIR
The NU And Improved Registration script for Northeastern University.
Pentesting-iOS-Applications
My notes for the iOS pentesting course on Pentester Academy for my future reference and maybe yours..
QuizMe
A tool that leverages ChatGPT through the OpenAI API to generate review questions based on input text.
Sudoku-Speed-Solver-AI
Creating the fastest Sudoku solver possible. Solves 'Evil' rated puzzles in 146.327 μs (0.0001 seconds)
allenwest24's Repositories
allenwest24/Calculator
Basic calculator in C then translated to Assembly
allenwest24/Dynamic-Programming
Different implementations of dynamic programming in order to sort a most optimal strategy for a given scenario.
allenwest24/fibonacci_sequencer
To learn AMD64 Assembly I wrote this in C then translated to Assembly
allenwest24/Greedy-Algorithms
Greedy algorithm utilizing repetitive resorting with new entries, then an optimized version that sorts in a priority queue constantly and is much faster.
allenwest24/speedchallenge
The comma.ai Speed Prediction Challenge!
allenwest24/Thread-Safe-Memory-Allocator
Memory allocator, deallocator, and reallocator that beats the system memory allocator (malloc) time when threaded.
allenwest24/Thread-Safe-Parallel-Sort
Parallel sort designed to be threadable. Contains a graph to show improvement with threading.
allenwest24/Timing-Algorithms
Basic programs to introduce the concept of big O time and amounts of work.