Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allenwest24 authored Jan 2, 2024
1 parent 1023d8e commit 629467e
Showing 1 changed file with 38 additions and 39 deletions.
77 changes: 38 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,55 +110,54 @@ I am a Security Researcher currently working with some of the world's best engin
- File-Infector Virus (C)

#### Vulnerability Research
- Timing Side-Channel Password Recovery Exploit (Python)
- Application Fuzzer (Python)
- Return to Libc Demos (Python)
- Buffer Overflow Research (C)
- Manipulating System Calls Demo (C)
- Remote Buffer Overflow Demo (Python)
- [Timing Side-Channel Password Recovery Exploit](https://github.com/allenwest24/vulnerable-password-checking) (Python)
- [Application Fuzzer](https://github.com/allenwest24/fuzzer) (Python)
- [Return to Libc Demos](https://github.com/allenwest24/return-to-libc-demo) (Python)
- [Buffer Overflow Research](https://github.com/allenwest24/buffer-overflow-demo) (C)
- [Manipulating System Calls Demo](https://github.com/allenwest24/manipulating-system-calls) (C)
- [Remote Buffer Overflow Demo](https://github.com/allenwest24/remote-buffer-overflow) (Python)

#### AI / ML
- Othello AI Using Minimax (Python, Jupyter)
- Wumpus World AI Using MDPs and Q-Learning (Python, Jupyter)
- Sentiment Analysis Machine Learning Classifier (Python, Jupyter)
- Fifteen Puzzle AI Using A* Search (Python, Jupyter)
- Sudoku Speed Solver AI (Golang)
- [Othello AI Using Minimax](https://github.com/allenwest24/othello-ai) (Python, Jupyter)
- [Wumpus World AI Using MDPs and Q-Learning](https://github.com/allenwest24/MDPs-and-Q-learning-On-Ice) (Python, Jupyter)
- [Sentiment Analysis Machine Learning Classifier](https://github.com/allenwest24/bayesian-tomatoes) (Python, Jupyter)
- [Fifteen Puzzle AI Using A* Search](https://github.com/allenwest24/fifteen-puzzle-solver-ai) (Python, Jupyter)
- [Sudoku Speed Solver AI](https://github.com/allenwest24/sudoku-speed-solver-ai) (Golang)

#### Algorithms, Performance, & Cryptography
- Sudoku Speed Solver AI (Golang)
- Cache-Oblivious Algorithm Research (C++)
- Thread-Safe Parallel Sort (C)
- Distributed Replicated Key-Value Datastore (Rust, Python)
- Cache-Oblivious Algorithm Research (C++)
- [Sudoku Speed Solver AI](https://github.com/allenwest24/sudoku-speed-solver-ai) (Golang)
- [Cache-Oblivious Algorithm Research](https://github.com/allenwest24/cache-oblivious-algorithms) (C++)
- [Thread-Safe Parallel Sort](https://github.com/allenwest24/thread-safe-parallel-sort) (C)
- [Distributed Replicated Key-Value Datastore](https://github.com/allenwest24/distributed-replicated-key-val-store) (Rust, Python)

#### Network & Internet Security
- IP Flooder (Rust)
- IP Spoofer (Python)
- Timing Side-Channel Password Recovery Exploit (Python)
- Resilient Authentication Server (Python)
- Distributed Replicated KeyVal Store (Rust , Python)
- FTP Client (Python)
- Social Media Web Crawler (Python)
- BGP Router Firmware (Python)
- Network Scanner (Python)
- ARP Poisoner (Python)
- [IP Flooder](https://github.com/allenwest24/ip-flooding) (Rust)
- [IP Spoofer](https://github.com/allenwest24/ip-spoofer) (Python)
- [Timing Side-Channel Password Recovery Exploit](https://github.com/allenwest24/vulnerable-password-checking) (Python)
- [Resilient Authentication Server](https://github.com/allenwest24/resilient-authentication-server) (Python)
- [Distributed Replicated Key-Value Datastore](https://github.com/allenwest24/distributed-replicated-key-val-store) (Rust, Python)
- [FTP Client](https://github.com/allenwest24/ftp-client) (Python)
- [Social Media Web Crawler](https://github.com/allenwest24/web-crawler) (Python)
- [BGP Router Firmware](https://github.com/allenwest24/bgp-router) (Python)
- [Network Scanner](https://github.com/allenwest24/network-scanner) (Python)
- [ARP Poisoner](https://github.com/allenwest24/arp-poisoner) (Python)

#### Systems Security
- File-Infector Virus (C)
- Return to Libc Demos (Python)
- Buffer Overflow Research (C)
- Clipboard Logger (Python)
- Manipulating System Calls Demo (C)
- Remote Buffer Overflow Demo (Python)
- Key-Logger (Python) | MAC Changer (Python)
- Application Fuzzer (Python)
- Thread-Safe Memory Allocator (C)
- [File-Infector Virus](https://github.com/allenwest24/file-infector-virus) (C)
- [Return to Libc Demos](https://github.com/allenwest24/return-to-libc-demo) (Python)
- [Buffer Overflow Research](https://github.com/allenwest24/buffer-overflow-demo) (C)
- [Clipboard Logger](https://github.com/allenwest24/clipboard-logger) (Python)
- [Manipulating System Calls Demo](https://github.com/allenwest24/manipulating-system-calls) (C)
- [Remote Buffer Overflow Demo](https://github.com/allenwest24/remote-buffer-overflow) (Python)
- [Key-Logger](https://github.com/allenwest24/key-logger) (Python) | MAC Changer (Python)
- [Application Fuzzer](https://github.com/allenwest24/fuzzer) (Python)
- [Thread-Safe Memory Allocator](https://github.com/allenwest24/thread-safe-memory-allocator) (C)

#### Open Source Contributions
- Northeastern Course Registration App (Python)
- Draw.io System Design Plugin (Javascript)
- CSV to Draw.io System Diagram Converter (Python)
- Interactive Animator (Java)
- [Northeastern Course Registration App](https://github.com/allenwest24/nu-air) (Python)
- [Draw.io System Design Plugin](https://github.com/allenwest24/illuminators.js) (Javascript)
- [CSV to Draw.io System Diagram Converter](https://github.com/allenwest24/csv2draw) (Python)
- [Interactive Animator](https://github.com/allenwest24/interactiveanimator) (Java)

## Relevant Books Read
- "Building a Second Brain: A Proven Method to Organize Your Digital Life and Unlock Your Creative Potential", by Tiago Forte
Expand Down

0 comments on commit 629467e

Please sign in to comment.