I encountered an issue where I copied the POST request from Burp into a text file, and Windows line-endings were included, causing the grep for the POST data to fail.
Running dos2unix resolved this, so I added a 'sed' call to normalise the line endings in all cases.
I encountered an issue where I copied the POST request from Burp into a text file, and Windows line-endings were included, causing the grep for the POST data to fail. Running dos2unix resolved this, so I added a 'sed' call to normalise the line endings in all cases.