Skip to content

Instantly share code, notes, and snippets.

View toepoke's full-sized avatar

fj toepoke

View GitHub Profile
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Web.Mvc;
using System;
/// MVC2 compatiable version of @haacked security checking class, for details, see
/// - http://haacked.com/archive/2017/08/10/mvc-action-security-audit/