eth0izzle / shhgit

Ah shhgit! Find secrets in your code. Secrets detection for your GitHub, GitLab and Bitbucket repositories.

Home Page:https://www.shhgit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search in a list of specific repo's

wifiuk opened this issue · comments

If I have a list of repo's say HackerOne for example, is there a variable I can use to get it to check against those specific ones?

commented

The best way I can think of doing this is writing yourself a little batch script: loop over each repo URL, clone it, and then run shhgit using the --local flag.

I downloaded a bunch or repo's but it's not recursive, only checks one folder when using --local/
I got it running in a docker, using the --local command and it checks the repo in the command and the container just stops.

Need to have a local folder, and recursive check of all sub folders,. and the container stays alive for new folders cloned into that local folder.

I made a script that clones into a folder, waits for 30 seconds for the app to scan the folder and then delete the folder and clone the next repo and so on in a loop. Seems to work ish..