gauplus icon indicating copy to clipboard operation
gauplus copied to clipboard

[feature request] Add option for whitelist(positive search)

Open ResistanceIsUseless opened this issue 3 years ago • 2 comments

it would be nice to specify only what file types you want like -w php,txt,xhtml

thanks!

ResistanceIsUseless avatar Sep 03 '21 16:09 ResistanceIsUseless

Hello!,

Would be great, but I don't have the time to make it happen. But you can do something like grep -vE "robot.txt$|robots.txt\/$|.gif|.jpg|.jpeg|.css|.tiff|.ico|.png|.svg|.ttf|.woff|.woff2|.eot|.pdf|.js" "gauplus_results.txt" > "gauplus_clean.txt"

change it to whatever you need.

bp0lr avatar Sep 03 '21 17:09 bp0lr

True, piping through grep was my backup. I could also fork the repo and try and make the changes myself. Anyways, i figured i would ask.

Thanks for a great tool and a quick response!

ResistanceIsUseless avatar Sep 03 '21 18:09 ResistanceIsUseless