Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github is Deprecating Password Based Login #1150

Open
coilysiren opened this issue Nov 19, 2019 · 1 comment
Open

Github is Deprecating Password Based Login #1150

coilysiren opened this issue Nov 19, 2019 · 1 comment

Comments

@coilysiren
Copy link

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?

empire/cmd/emp/auth.go

Lines 128 to 136 in 3daba38

// NOTE: gopass doesn't support multi-byte chars on Windows
password, err := readPassword("Enter password: ")
switch {
case err == nil:
case err.Error() == "unexpected newline":
printFatal("password is required.")
default:
printFatal(err.Error())
}

Does this mean that everyone's emp login commands are about to break? Can anyone provide any information to help confirm this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant