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.
- 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
~$ 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
~$ pipx install git+https://github.com/oppsec/aglpi.git --force
or
~$ pipx reinstall aglpi --python /usr/bin/python
The developer is not responsible for any malicious use of this tool