https://github.com/tuokri/rs2ipparser
Parse suspicious IPs in Rising Storm 2: Vietnam server logs.
https://github.com/tuokri/rs2ipparser
rising-storm-2-vietnam rs2 rs2vietnam udk ue3 unreal-engine
Last synced: about 1 month ago
JSON representation
Parse suspicious IPs in Rising Storm 2: Vietnam server logs.
- Host: GitHub
- URL: https://github.com/tuokri/rs2ipparser
- Owner: tuokri
- License: mit
- Created: 2020-03-27T01:21:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T18:31:11.000Z (about 5 years ago)
- Last Synced: 2025-02-01T15:45:52.911Z (3 months ago)
- Topics: rising-storm-2-vietnam, rs2, rs2vietnam, udk, ue3, unreal-engine
- Language: Python
- Size: 894 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RS2IPParser
Parse suspicious IPs in Rising Storm 2: Vietnam server logs.
The output log file is in CSV format, where the first column
is the IP and the second column is the number of the matches
for the IP.Number of matches equals the number of log lines the IP
was seen in the log file.The script will automatically ignore IPs valid player
information (Steam ID) associated with them.# Usage Examples
Using the standalone executable (via cmd.exe):
```RS2IPParser.exe Launch.log```
Using Python:
```python parse.py Launch.log```The script will write output to `Launch.log.csv`, which can then be
opened for example in Microsoft Excel and sorted by number of matches.# Download
Latest release (RS2IPParser.exe) from [releases](https://github.com/tuokri/RS2IPParser/releases).