-
Notifications
You must be signed in to change notification settings - Fork 60
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
issue with Go #8
Comments
The issue should be fixed with the last commit. |
After verifying the user name, an error will be reported when entering the password cracking module: panic: runtime error: invalid memory address or nil pointer dereference goroutine 454 [running]: |
Thank you for the bug, it appears than the owa module was only partially updated when the code base was changed. For information, you can change the |
cmd :
GoMapEnum owa brute -u 123456 -p 1234567 -t mail.xx.com
Then:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1354431]
goroutine 33 [running]:
GoMapEnum/src/orchestrator.(*Orchestrator).UserEnum.func1(0xc0000b0b40?)
/Users/gardenvan/Desktop/git/exchange/GoMapEnum/src/orchestrator/userEnum.go:43 +0x1b1
created by GoMapEnum/src/orchestrator.(*Orchestrator).UserEnum
/Users/gardenvan/Desktop/git/exchange/GoMapEnum/src/orchestrator/userEnum.go:33 +0x297
I'm using go version go1.20.4 darwin/amd64, and use last commit
The text was updated successfully, but these errors were encountered: