An open API service indexing awesome lists of open source software.

https://github.com/chaitin/sqlchop-http-proxy

SQLChop reverse http proxy module
https://github.com/chaitin/sqlchop-http-proxy

Last synced: 2 months ago
JSON representation

SQLChop reverse http proxy module

Awesome Lists containing this project

README

        

# SQLChop http proxy

This project provide a [HTTP reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy) with [SQLChop](http://sqlchop.chaitin.com) inside.

It is also an example project to demonstrate how to use SQLChop to intercept SQL injection attack and let go all requests that is normal.

这是一个 [HTTP 反向代理](https://en.wikipedia.org/wiki/Reverse_proxy),它内置了 [SQLChop](http://sqlchop.chaitin.com) 作为 SQL 注入检测模块,可以拦截 SQL 注入流量而放行正常流量。

## Dependency

- node
- node-gyp
- make
- clang or gcc

## Build

```bash
$ git clone [email protected]:chaitin/sqlchop-http-proxy.git
$ cd sqlchop-http-proxy
$ npm install
```

Or you can simply build and install using the following command

```bash
$ npm install https://github.com/chaitin/sqlchop-http-proxy
```

## Usage

```bash
$ npm start http://${your_upstream_server}
```