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.
- Host: GitHub
- URL: https://github.com/i2rys/xdet
- Owner: I2rys
- License: mit
- Created: 2022-07-10T05:41:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T05:45:49.000Z (almost 3 years ago)
- Last Synced: 2024-04-25T17:22:00.940Z (about 1 year ago)
- Topics: detect, detect-sqli, detection, path-traversal, sqli, xpath, xss
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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