项目作者: inc0d3

项目描述 :
Tool for scan vulnerabilities in Moodle platforms
高级语言: Python
项目地址: git://github.com/inc0d3/moodlescan.git
创建时间: 2016-12-28T23:36:52Z
项目社区:https://github.com/inc0d3/moodlescan

开源协议:GNU General Public License v3.0

下载


moodlescan v0.8

Tool for scan vulnerabilities in Moodle platforms

moodlescan

moodlescan

Installation and requirements

  • Install Python 3
  • Install the package python3-pip
  • Clone this repository: git clone https://github.com/inc0d3/moodlescan.git
  • cd moodlescan/
  • run: pip install -r requirements.txt
  • python moodlescan.py -u [URL]

Usage

  1. Options
  2. -u [URL] : URL with the target, the moodle to scan
  3. -a : Update the database of vulnerabilities to latest version
  4. -r : Enable HTTP requests with random user-agent
  5. -k : Ignore SSL Certificate
  6. Proxy configuration
  7. -p [URL] : URL of proxy server (http)
  8. -b [user] : User for authenticate to proxy server
  9. -c [password] : Password for authenticate to proxt server
  10. -d [protocol] : Protocol of authentication: basic or ntlm

Changes

0.8

  • Update database of vulnerabilities and versions
  • Fix error for bad URL format
  • Change URL in tests - one is offline and trigger an error

0.7

  • Added -k option for Ignore SSL Certificate
  • Added a file for error logs

0.6

  • Update database of vulnerabilities and versions
  • Update version scan algorithm
  • Update vulnerability report
  • Added 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