empire
empire copied to clipboard
Github is Deprecating Password Based Login
According to the recent announcement [1], Github is
GitHub is deprecating password authentication to the API
Looking at the empire source code, it looks like the emp login command hardcodes a password based login? https://github.com/remind101/empire/blob/3daba389f6b07b5d219246bfc7d901fcec664161/cmd/emp/auth.go#L128-L136
Does this mean that everyone's emp login commands are about to break? Can anyone provide any information to help confirm this?
These issues for hub are related-ish:
- https://github.com/github/hub/issues/1150
- https://github.com/github/hub/issues/384
- https://github.com/github/hub/issues/826