All Projects → haacked → Aspnetmvc Action Checker

haacked / Aspnetmvc Action Checker

Licence: mit
Drop in ASP.NET MVC Controller and Action that displays any actions that modify resources (HTTP POST, PUT, DELETE, and PATCH) that do not have an Authorize or ValidateAniForgeryToken attributes applied.

Projects that are alternatives of or similar to Aspnetmvc Action Checker

NetDash
Small web-based monitoring dashboard for windows in C# and MVC
Stars: ✭ 61 (+52.5%)
Mutual labels:  asp-net-mvc
NitroNetSitecore
NitroNet for Sitecore extends NitroNet with the support for the WCMS Sitecore. It handles all possible presentation scenarios to integrate a handlebars frontend into Sitecore without functional loss.
Stars: ✭ 25 (-37.5%)
Mutual labels:  asp-net-mvc
X.pagedlist
Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core
Stars: ✭ 625 (+1462.5%)
Mutual labels:  asp-net-mvc
aspnet-mvc5-starter-template
Asp.Net MVC 5 Starter Kit is a S.O.L.I.D, clean and globalized template with all the necessary boilerplate, ready to go.
Stars: ✭ 39 (-2.5%)
Mutual labels:  asp-net-mvc
MVC5-Scaffolder
ASP.NET MVC 5 SmartCode Scaffolding is an ASP.NET MVC Web application code generation framework integration in Visual Studio.Net development tools, use SmartCode Scaffolding can quickly complete a set of View, Controller and Model, the Service standard code.Reduces programmers from writing repetitive code during system development, and helps tea…
Stars: ✭ 176 (+340%)
Mutual labels:  asp-net-mvc
joinrpg-net
Joinrpg .NET code
Stars: ✭ 16 (-60%)
Mutual labels:  asp-net-mvc
RazorHtmlMinifier.Mvc5
↘️ Trivial compile-time Razor HTML Minifier for ASP.NET MVC 5.
Stars: ✭ 31 (-22.5%)
Mutual labels:  asp-net-mvc
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+2062.5%)
Mutual labels:  asp-net-mvc
active-directory-dotnet-admin-restricted-scopes-v2
An ASP.NET MVC application that shows how to use the Azure AD v2.0 endpoint to collect consent for permissions that require administrative consent.
Stars: ✭ 46 (+15%)
Mutual labels:  asp-net-mvc
Reinforced.typings
Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
Stars: ✭ 341 (+752.5%)
Mutual labels:  asp-net-mvc
TODO-List-Tech-Module
TODO List (in C#, Java, JS and PHP) - Exam Preparation for the Tech Module @ SoftUni (August 2017)
Stars: ✭ 13 (-67.5%)
Mutual labels:  asp-net-mvc
MVC5Course
【ASP.NET MVC 5 開發實戰:從入門到進階】實作練習專案
Stars: ✭ 19 (-52.5%)
Mutual labels:  asp-net-mvc
React Aspnet Boilerplate
A starting point for building isomorphic React applications with ASP.NET Core, leveraging existing techniques.
Stars: ✭ 285 (+612.5%)
Mutual labels:  asp-net-mvc
serilog-enrichers-clientinfo
Enrich logs with client IP and UserAgent.
Stars: ✭ 42 (+5%)
Mutual labels:  asp-net-mvc
Guides
Article back-end for hack.guides() website
Stars: ✭ 628 (+1470%)
Mutual labels:  asp-net-mvc
steamstatus
A quick and dirty POC website to view the status of Steam CM servers. Precursor to steamstat.us
Stars: ✭ 67 (+67.5%)
Mutual labels:  asp-net-mvc
Ad-Hoc-Report-Builder-.net-mvc
Open Source Reporting tool for .NET6/.NET Core/.NET Framework that you can embed in your application and generate dashboards and ad hoc reports
Stars: ✭ 43 (+7.5%)
Mutual labels:  asp-net-mvc
Mvc5.datalist
Data lookup controls for ASP.NET MVC 5 projects
Stars: ✭ 31 (-22.5%)
Mutual labels:  asp-net-mvc
Onion Architecture
Onion Architecture Sample Application
Stars: ✭ 18 (-55%)
Mutual labels:  asp-net-mvc
Grid.blazor
Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
Stars: ✭ 335 (+737.5%)
Mutual labels:  asp-net-mvc

ASP.NET MVC Controller Action Security Checker

This is a Drop in ASP.NET MVC Controller and Action that displays any actions that modify resources (HTTP POST, PUT, DELETE, and PATCH) that do not have an Authorize or ValidateAniForgeryToken attributes applied.

Usage

Add the SystemController file to your ASP.NET MVC project, make sure there's a route that'll reach it, and then visit it in a local instance of your site. It only shows up for localhost requests for security reasons.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].