Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 1.99 KB

README.md

File metadata and controls

70 lines (54 loc) · 1.99 KB




aGLPI - against GLPI

aGLPI is a Python script that exploits the Telemetry function added in GLPI version 9.3 and above to extract internal information from the target.


What information is extracted?

  • GLPI Version
  • GLPI UUID
  • All installed plugins and their versions
  • GLPI usage metrics
  • If LDAP is enabled
  • If MailCollector is enabled
  • Notifications system
  • Database engine, version, size and SQL mode
  • Web Server engine and version
  • PHP version and all loaded modules
  • GLPI setup settings
  • OS type and version

Installation

~$ apt install pipx
~$ pipx ensurepath
~$ pipx install git+https://github.com/oppsec/aglpi.git
~$ aglpi -h
  • Arch Linux based Distros: If you encounter any error when trying to install you might use --break-system-packages flag

Updating

~$ pipx install git+https://github.com/oppsec/aglpi.git --force

or
~$ pipx reinstall aglpi --python /usr/bin/python

Preview usage


Warning

The developer is not responsible for any malicious use of this tool