Skip to content

Latest commit

 

History

History
104 lines (66 loc) · 4.72 KB

README.md

File metadata and controls

104 lines (66 loc) · 4.72 KB

GTA V Session Sniffer

Description

Compatible with both PC and all consoles (Playstation and Xbox).
Thoroughly tested on PC, Xbox One and Playstation 3 ensuring 100% compatibility.

  • Scan players who:
    • Are trying to connect.
    • Are currently connected.
    • Have left your session.

Officially Tested and Supported Video Games*:

Supported Video Games Officially Tested Platforms
Grand Theft Auto 5 PC, Xbox One
Minecraft Bedrock Edition (Friends) PC, PS3

*Technically the script works for literally every P2P (Peer-To-Peer) video games.
But please note that additional servers (e.g., game servers) won't be filtered from the script's output if they are not indexed within the list above

Advantages

  • The script has a configuration file that allows for more advanced customization of its behavior.
  • You can use the script without a modded video game or cracked program.
  • The script is entierly FREE TO USE and OPEN SOURCE.

Showcase

CMD console
CMD console

Configuration

Prerequisites / Dependencies

Before proceeding, ensure you are using Windows 8 or above.

Additionally, make sure you have Wireshark installed on your system.

Furthermore, for packet sniffing functionality, you'll require either Npcap or Winpcap.
It's worth noting that this step can be omitted as Npcap is already included by default within the Wireshark installation.

Setup / Manual Configuration

The script is primarily designed for automatic configuration on PCs.
However, manual configuration is requiered in the following scenarios:

  • You don't get it working on PC (automatic configuration failed).
  • You want to scan for your console (PS3/PS4/PS5 and Xbox 360/Xbox One/Xbox Series X).

For manual configuration, modify the Settings.ini file as follows:

  • Set <IP_AND_MAC_ADDRESS_AUTOMATIC> to False value.
  • Set both <MAC_ADDRESS> and <IP_ADDRESS> to the respective addresses of your PC or console from which you want to scan for players.

If you are curious about all the other settings that you can manually configure, you can refer to each comments in the Settings.ini file for deeper documentation on each setting.

Resolving countrys

In order to resolve country information from players within the script, you need to download the MaxMind Database GeoLite2-Country.mmdb. Obtain a copy of this database by signing up for GeoLite2 on their website and downloading it from there.

Please note that I am not allowed to publicly distribute their database in my project due to their strict license.
You must obtain it directly from MaxMind.

Troubleshooting

VPN Issues

I've observed that using a VPN on PC renders the script ineffective, as it captures only the VPN traffic itself.
Unfortunately, I do not have a solution for this issue.

Players undetected

Occasionally, players may go undetected, but it's crucial to emphasize that this is not specific to the script.
Similar occurrences happen even with mod-menus, affecting the same individuals as those encountered with the script.

Contact Support

If you need assistance or have any inquiries, feel free to reach me out. I'm here to help!

You can also contact me privately via:

Requirements

Credits

@Grub4K - General help during the source code development.
@_txshia_ - Testings of the script on Xbox One console.
@Rosalyn - Giving me the force and motivation.