burak0x01 / findsecret

Find secret keys from JS file
MIT License
51 stars 6 forks source link

not able to detect github token leak #1

Closed r3dpars3c closed 2 years ago

r3dpars3c commented 2 years ago

try this. findsecret -i https://raw.githubusercontent.com/sumanth-manche-sf/pr_sanity_check_tool/d282ea3d7a02965c33d71f89536c969943a5d91a/pr_files.sh

it wont output anything

burak0x01 commented 2 years ago

This tool is only designed to find hidden keys in Javascript files. The input you gave is a shell script. But in future versions, it will be able to support all file formats. Until then, you can fork the project and disable the regex pattern controlling the js extension.