nightfury99 / moodlescan

Tool for scan vulnerabilities in Moodle platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moodlescan v0.6

Tool for scan vulnerabilities in Moodle platforms

Captura

Installation and requeriments

Usage

Options

		-u [URL] 	: URL with the target, the moodle to scan
		-a 		: Update the database of vulnerabilities to latest version
		-r 		: Enable HTTP requests with random user-agent

		Proxy configuration

		-p [URL]	: URL of proxy server (http)
		-b [user]	: User for authenticate to proxy server
		-c [password]	: Password for authenticate to proxt server
		-d [protocol]  : Protocol of authentication: basic or ntlm


Changes

0.6

  • Update database of vulnerabilities and versions
  • Update version scan algorithm
  • Update vulnerability report
  • Add Random user-agent support
  • Fix encoding errors

0.5

  • Cambios para operar con Python 3.7+
  • Se corrige algoritmo para determinar la versión
  • Se corrigen errores reportados

0.4

  • Opciones para utilizar proxy
  • Nuevas vulnerabilidades en base de datos

0.3

  • Version inicial

Autor

  • Víctor Herrera

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Tool for scan vulnerabilities in Moodle platforms

License:GNU General Public License v3.0


Languages

Language:Python 100.0%