RandomForest
RandomForest module for detecting xss payload
make sure to install DataProcess in the same project path
#train the mode:
train(X_train,Y_train)
#load the saved model
loadfile()
#detect the user input:
detect_userinput(USER_INPUT_VALUE,rfmodel)
#if return value equals 0, it means this is a XSS attack payload
#if return value equals 1, it means this is a benign user input
Release files for RFDetect 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| RFDetect-0.0.2.tar.gz | 6.8 MB | Details |
Release files / RFDetect-0.0.2.tar.gz
| Download URL | RFDetect-0.0.2.tar.gz |
|---|---|
| Size | 6.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4c91f839683f0d69be91d11745203ccba7b6cf328e71164dead07aac7d110b43
|
|
BLAKE2b-256 checksum How to use checksums |
26f9134bd884c9558af1b3904ff9918409c9a68e10bd265b00810da3375358fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
|