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

https://github.com/i2rys/xdet

Detect SQLi, CRLF, path traversal, xss & many more in a URL.
https://github.com/i2rys/xdet

detect detect-sqli detection path-traversal sqli xpath xss

Last synced: about 2 months ago
JSON representation

Detect SQLi, CRLF, path traversal, xss & many more in a URL.

Awesome Lists containing this project

README

        

# XDet
Detect SQLi, CRLF, path traversal, xss & many more in a URL.

## Installation
Github:
```
git clone https://github.com/I2rys/xdet
```

NpmJS:
```
npm i xdet
```

## Usage
Direct:
```
xdet.detect(url)
```

Express.js:
```
xdet.detectExpress(req)
```

## License
MIT © I2rys