ffuf
ffuf copied to clipboard
Sniper template parsing - fixes #579
This PR fixes the sniper template parsing issues, which was caused due to bug in the injectKeyword method where if the data between the section-signs was a single character, the resulting string would be incorrect.
Have added additional test cases to catch this.
Fixes: #579