DanMolenhouse's repositories

EthicalPenTesting-PWNChallenge-1

Brief overview of how I solved the first PWN CTF Challenge for my Ethical Penetration Testing course.

DanMolenhouse

Config files for my GitHub profile.

Stargazers:0Issues:1Issues:0

Distributed-Systems-Lab-3-Docker-Heroku

Lab showcasing Docker, Heroku and cloud experience

Language:DockerfileStargazers:0Issues:0Issues:0

Distributed-Systems-Project1-ServletProgramming

This project serves as an introduction to servlet programming, MVC architecture and JSPs. It also gives exposure to hashing algorithms, API interactions, and web scraping.

Language:JavaStargazers:0Issues:1Issues:0

Distributed-Systems-Project2-Client-Server-Interactions

This project covers client server interactions using both TCP and UDP. It also simulates an eavesdropper / man-in-the-middle attack, and covers digital signatures and RSA public / private key encryption.

Language:JavaStargazers:0Issues:1Issues:0

Distributed-Systems-Project3-Blockchain

In this project, a simple proof-of-work blockchain server was created that could be interacted with from a client, including adding a new transaction to the chain, and changing the difficulty of the next block to be mined.

Language:JavaStargazers:0Issues:1Issues:0

Distributed-Systems-Project4-AndroidApplication

This project served as the culmination of the Distributed Systems course, with the task of creating an Android mobile application from scratch that interacts with an API, follows the MVC design by deploying the main application logic to a RESTful webservice on Heroku, and logs all traffic on a MongoDB database viewable on an HTML dashboard.

Language:JavaStargazers:0Issues:1Issues:0

Distributed-Systems-Project5-Hadoop-and-Spark

In this project, we used both Hadoop / MapReduce and Spark to do distributed computing. The first task was to perform a series of operations using a Mapper and Reduce java file that was implemented on a Hadoop server. The second task was to perform similar operations, but on Spark instead.

Language:JavaStargazers:0Issues:1Issues:0