├── LICENSE ├── README.md ├── moodle_hashes.txt ├── moodle_vulnerabilities.csv ├── requirements.txt └── scanner.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuemmelSec/Moodle-Scanner/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuemmelSec/Moodle-Scanner/HEAD/README.md -------------------------------------------------------------------------------- /moodle_hashes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuemmelSec/Moodle-Scanner/HEAD/moodle_hashes.txt -------------------------------------------------------------------------------- /moodle_vulnerabilities.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuemmelSec/Moodle-Scanner/HEAD/moodle_vulnerabilities.csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | beautifulsoup4 3 | -------------------------------------------------------------------------------- /scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuemmelSec/Moodle-Scanner/HEAD/scanner.py --------------------------------------------------------------------------------