Pinned Repositories
Joe_CMS
This is the CMS that was written to drive TL website. It is currently used on that site and others.
SuperSecureBank
A vulnerable demo site for people to learn about Web Application Security
WikiRater
WikiRater is a project to create an algorithm to rate wikipedia articles. It takes into consideration many different aspects of the article to find interesting things to read. Additionally you can help improve the algorithm by registering and rating wikipedia articles as you read them.
YASAT
YASAT (Yet Another Static Analysis Tool) is a very basic static analysis tool, really it's less about static analysis and more about running a group of regular expressions on a code base and generating a report on the resulting matches.
joebasirico's Repositories
joebasirico/YASAT
YASAT (Yet Another Static Analysis Tool) is a very basic static analysis tool, really it's less about static analysis and more about running a group of regular expressions on a code base and generating a report on the resulting matches.
joebasirico/Joe_CMS
This is the CMS that was written to drive TL website. It is currently used on that site and others.
joebasirico/SuperSecureBank
A vulnerable demo site for people to learn about Web Application Security
joebasirico/WikiRater
WikiRater is a project to create an algorithm to rate wikipedia articles. It takes into consideration many different aspects of the article to find interesting things to read. Additionally you can help improve the algorithm by registering and rating wikipedia articles as you read them.
joebasirico/WhatTheFuzz
A very basic fuzzer to replicate the "sniper" functionality in Burp. WhatTheFuzz needs a source of invalid values. You can create one by adding a bunch of test cases to a text file (one per line) or I suggest you use FuzzDB, a great resource for that kind of thing. BSD License