Open packetfocus opened 6 years ago
When the full path is passed to -d, it breaks the script. Probably due to the way paths are built once in the tool. No problems when using subdirectories below the script.
*This is a known issue on Windows. Havent tested on linux.
Windows works if you pass path like this:
C:\code\BurpParser>python BurpXMLParser.py -o output\Report1.doc -c output\outfile.csv -d ..\..\..\jobs\West\burp_out
When the full path is passed to -d, it breaks the script. Probably due to the way paths are built once in the tool. No problems when using subdirectories below the script.
*This is a known issue on Windows. Havent tested on linux.