augustd / burp-suite-software-version-checks

Burp extension to passively scan for applications revealing software version numbers
30 stars 17 forks source link

Read lines from testinput #58

Closed Sjord closed 6 years ago

Sjord commented 6 years ago

In the previous version the file was read line by line and all lines were concatenated, which resulted in the removal of end-of-line characters. Since all newlines in the test file are removed, this does not make a realistic test when the matching text contains a newline. Read the whole file including newlines instead.

augustd commented 6 years ago

Thanks for this... That's a nice trick with the Scanner.