diff --git a/README.md b/README.md index 9db9791..ad551b3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Malpacks Tools to find malicious packages inside package manager (PyPI, npm, and Gem) -## Total data +## Total malicious packages * npm: 1823 -* pypi: 5985 -* gem: 725 +* PyPI: 5985 +* Gem: 725 ## Installation Simply clone the repository, install requirements and run the script diff --git a/core/__pycache__/cli.cpython-310.pyc b/core/__pycache__/cli.cpython-310.pyc deleted file mode 100644 index ec27fd7..0000000 Binary files a/core/__pycache__/cli.cpython-310.pyc and /dev/null differ diff --git a/core/__pycache__/scanner.cpython-310.pyc b/core/__pycache__/scanner.cpython-310.pyc deleted file mode 100644 index 035535c..0000000 Binary files a/core/__pycache__/scanner.cpython-310.pyc and /dev/null differ diff --git a/packages/__pycache__/gem.cpython-310.pyc b/packages/__pycache__/gem.cpython-310.pyc deleted file mode 100644 index aa461fe..0000000 Binary files a/packages/__pycache__/gem.cpython-310.pyc and /dev/null differ diff --git a/packages/__pycache__/npm.cpython-310.pyc b/packages/__pycache__/npm.cpython-310.pyc deleted file mode 100644 index 41bbe34..0000000 Binary files a/packages/__pycache__/npm.cpython-310.pyc and /dev/null differ diff --git a/packages/__pycache__/pypi.cpython-310.pyc b/packages/__pycache__/pypi.cpython-310.pyc deleted file mode 100644 index dac6c11..0000000 Binary files a/packages/__pycache__/pypi.cpython-310.pyc and /dev/null differ