packetfocus / BurpParser

Parser to convert BURP Pro .XML to .CSV and build a Word .Docx Template
13 stars 4 forks source link

Script breaks when you pass it full path to -d dir #12

Open packetfocus opened 6 years ago

packetfocus commented 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.

packetfocus commented 6 years ago

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