N0MoreSecr3ts / wraith

Uncover forgotten secrets and bring them back to life, haunting security and operations teams.
MIT License
206 stars 42 forks source link

New Github token will fail the regex match #103

Closed Shashank-In closed 3 years ago

Shashank-In commented 3 years ago

Github has a different GitHub token pattern now and starts with ghp_

Hence the below regex match will fail.

https://github.com/N0MoreSecr3ts/wraith/blob/master/core/github.go#L155-L160

I have added a pull request for the fix: https://github.com/N0MoreSecr3ts/wraith/pull/104

mattyjones commented 3 years ago

@Shashank-In I am working through this now in the PR, you can check the status and follow along there. Thanks again for this!