Coder Social home page Coder Social logo

manhole's Introduction

Note

This project is no longer maintained

Manhole

The Manhole package provides a simple REPL into a running ASP.NET application.

The parsing, compilation and execution of statements is provided by the CSharp assembly from the Mono-project, the client side magic is from the jQuery Terminal project.

Installation

Begin by installing the Nuget package

PM> install-package manhole.web

This will bring in the base Manhole package add then necessary assemblies to your project. It will also create a App_Start/ManholeStart.cs file in your project which can be used to configure the manhole.

Compile and run the project, and then simply go to http://yourapp.com/manhole/ and go nuts.

Configuration

There are currently only two proper configuration options available

Route name

You can change the route of the handler by adjusting line 7 in App_Start/ManholeStart.cs, replace manhole with whatever you need.

Authorization

By default the manhole console is only available on local requests. You can add custom authorization by replacing the authorization handler on line 15 of App_Start/ManholeStart.cs.

Note! The user of the console is allowed to perform any action that the account running the application pool has access to, this includes creating and modifying files, accessing databases, and other local and remote resources.

You should think long and hard about how you formulate your authorization rules.

manhole's People

Contributors

kaa avatar

Stargazers

Angus H. avatar Josh Charles avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.