Hello
I'm currently in the process of writing a python wrapper class for the CLI of Agent Ransack (great tool btw, have indoctrinated many colleagues into it's use ;)).
One problem I'm finding is when I parse the output file, different versions of Agent Ransack produce different formatting for the file information line.
e.g
E:\Dropbox\9 xxx xxx\xxx - Building Survey.pdf 1,914.00 KB 30/03/2015 19:39:33
What would be great is a sample of the file information line from the last few versions of AR, I could then read the version of the executable and map it to a regex.
Thanks
Dave