FiveM-Exploitation-Library/FEL is an open source OSINT tool, used to gather info about a FiveM server. Updates will come, because the tool is not done at all yet.
To install the FEL library, you have to clone this repository. You will also need python. After cloning the repository you have to install the requirements file, by using this command:
> pip install -r requirements.txt
When you have installed the requirements file, you simply open the program.
FEL has all these available commands:
General
-------
• help : shows this screen.
• clear : clears the terminal.
• modules : shows all available modules.
• alias : alias of commands.
Modules
-------
• dump-players: dump all online players from a FiveM server.
• extract-info: extract server info from a FiveM server.
• dump-resources: extracts all resources on a FiveM server.
• parse-cfx: find any ip by a CFX url.
• scanner: scan a FiveM server for possible exploits.
Aliases
-------
• clear : cls
• help : ?
• modules : mods