gwen001 / github-subdomains

Find subdomains on GitHub.
MIT License
653 stars 97 forks source link

Edited regex for new github fine-grained personal access tokens #20

Closed devopscoder331 closed 1 year ago

devopscoder331 commented 1 year ago

Hi everyone, GitHub has introduced fine-grained personal access tokens (PATs), now in beta preview, fixing a problem with tokens used in scripts to access GitHub repositories.

This pull request adds a match to the new token format (PAT) to the regular expression

devopscoder331 commented 1 year ago

@gwen001, hi. Can you approve my PR?

devopscoder331 commented 1 year ago

@gwen001 , update