Metadata-Version: 2.1
Name: RFDetect
Version: 0.0.1
Summary: a python package to use Random Forest module to detect XSS.
Home-page: https://github.ccs.neu.edu/Capstone-Team/RandomForest
Author: Chen
Author-email: chen.rui@northeastern.edu
License: UNKNOWN
Description: # RandomForest<br />
        RandomForest module for detecting xss payload<br />
        make sure to install DataProcess in the same project path<br />
        
        #train the mode:
        train(X_train,Y_train)<br />
        
        #load the saved model
        loadfile()<br />
        
        #detect the user input:
        detect_userinput(USER_INPUT_VALUE,rfmodel)<br />
        #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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
