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

issue with Go #8

Open
w0x68y opened this issue May 29, 2023 · 6 comments
Open

issue with Go #8

w0x68y opened this issue May 29, 2023 · 6 comments

Comments

@w0x68y
Copy link

w0x68y commented May 29, 2023

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

@nodauf
Copy link
Owner

nodauf commented May 29, 2023

Thank you for the issue. Do you encounter the error each time your run this command ?
On my side, I am not able to reproduce the issue with the command you put.
image

@w0x68y
Copy link
Author

w0x68y commented May 29, 2023

Thank you for the issue. Do you encounter the error each time your run this command ? On my side, I am not able to reproduce the issue with the command you put. image

Yes,This error occurs when using a website that can be accessed normally.
like:
GoMapEnum bruteSpray owa -u 123 -p 123 -t mail.yuexiu.com

nodauf added a commit that referenced this issue May 29, 2023
@nodauf
Copy link
Owner

nodauf commented May 29, 2023

The issue should be fixed with the last commit.

@w0x68y w0x68y closed this as completed May 30, 2023
@w0x68y
Copy link
Author

w0x68y commented May 30, 2023

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
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1353836]

goroutine 454 [running]:
GoMapEnum/src/orchestrator.(*Orchestrator).Bruteforce.func1(0x1ec9acdb4162d3f2?)
/Users/gardenvan/Desktop/git/exchange/GoMapEnum/src/orchestrator/brute.go:84 +0x536
created by GoMapEnum/src/orchestrator.(*Orchestrator).Bruteforce
/Users/gardenvan/Desktop/git/exchange/GoMapEnum/src/orchestrator/brute.go:59 +0x585

@w0x68y w0x68y reopened this May 30, 2023
@w0x68y
Copy link
Author

w0x68y commented May 30, 2023

You can change CheckIfValid to false, and then blast the account password,which can trigger an error report,like:
GoMapEnum owa brute -u administrator -p 123 -t mail.yuexiu.com
image

nodauf added a commit that referenced this issue May 30, 2023
@nodauf
Copy link
Owner

nodauf commented May 30, 2023

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 -c without -c=false.

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

2 participants