Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppsec/aglpi
🖥️ against Gestionnaire Libre de Parc Informatique (GLPI)
https://github.com/oppsec/aglpi
glpi pentest php python redteam web
Last synced: about 17 hours ago
JSON representation
🖥️ against Gestionnaire Libre de Parc Informatique (GLPI)
- Host: GitHub
- URL: https://github.com/oppsec/aglpi
- Owner: oppsec
- License: mit
- Created: 2024-05-02T22:24:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T22:25:58.000Z (8 months ago)
- Last Synced: 2024-11-08T23:25:45.158Z (about 2 months ago)
- Topics: glpi, pentest, php, python, redteam, web
- Language: Python
- Homepage: https://github.com/glpi-project/glpi
- Size: 242 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
___
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
~$ 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