Project Type: Scripting & Utilities


Web Scraper and Background Worker – Anonymous client


 Overview I developed a PHP application that allows the client to easily enter the address of a webpage, and start an automated system in gathering actionable data to increase search engine rankings and pull in more clients. Client Background This client is a small web design shop that wanted a...

Buffer Overflow tool – Jason Rush


Overview Created a tool to make learning about and exploiting buffer overflow ("buffer overrun") attacks easier by removing additional required software using only basic HTML and JavaScript. Tool is available at: https://projects.jason-rush.com/tools/buffer-overflow-eip-offset-string-generator/ Context I have been interested in security (digital or physical) since I was very young, and I have spent...

protoRouter – Jason Rush


Overview Created proof-of-concept application that listens on a single TCP port and supports multiple TCP services simultaneously. Link to application: https://projects.jason-rush.com/tools/protorouter/ Context One day the thought crossed my mind that the client "speaks" first in many TCP-based service sessions. If the client "speaks" first, and has a standard string that...

Interactive MySQL injection – Jason Rush


Overview I wrote a standalone teaching aid for visualizing how MySQL injection attacks function using HTML and JavaScript/jQuery. Aid is available at: https://projects.jason-rush.com/academy/mysql-injection/ Context I have always had an attraction to helping teach others what I know, to pass on anything I can to help others improve themselves. While I don't...