diff --git a/README.md b/README.md index a263cd0d..812c42c8 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The tool provides three main commands: `add`, `fit`, and `predict`. Add a JavaScript file to the database, classifying it as malicious, legitimate, or unknown. ```bash -detect_js add [-f] [-m|-l|-u] [] +src/detect_js add [-f] [-m|-l|-u] [] ``` - `-m` : Mark the file as malicious. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..ca9072c2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +docopt +requests +esprima +scikit-learn +matplotlib +seaborn +numpy +scipy