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

test if we got ASREP if no error #6

Merged
merged 5 commits into from
Apr 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "adding more debug statements"
This reverts commit 97615a4.
  • Loading branch information
ropnop committed Apr 11, 2019
commit f411c5552def7d0aae7eb4f7712ebb4ed594ef97
2 changes: 0 additions & 2 deletions cmd/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ func testUsername(ctx context.Context, username string) {
atomic.AddInt32(&successes, 1)
logger.Log.Notice("[+] VALID USERNAME:\t %s", usernamefull)
} else if err != nil {
logger.Log.Debug("[!] Got error trying:\t %s", usernamefull)
logger.Log.Errorf("[!] Trying to handle error: %v", err)
// This is to determine if the error is "okay" or if we should abort everything
ok, errorString := kSession.HandleKerbError(err)
if !ok {
Expand Down