Skip to content

Parse suspicious IPs in Rising Storm 2: Vietnam server logs.

License

Notifications You must be signed in to change notification settings

tuokri/RS2IPParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Example

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.