realytcracker / go-jamcracker

a simple animal jam brute force password cracker with concurrency
MIT License
28 stars 20 forks source link

EOF pullback in Linux #2

Open circuit-coding opened 5 years ago

circuit-coding commented 5 years ago

I get the Post https://api.animaljam.com/login: unexpected EOF exit status 1 issue, even while not using a Windows OS. Is this just telling me that a password was specifically not found, or is it an actual error while fetching the request? (I tried this on my own account, so I don't plan on actually trying this on any Animal Jam account, as I don't play the game at all, but wanted to test how good a Go program would run in VS) I used Windows and Ubuntu. Same error. Normal or not? Thanks!

realytcracker commented 5 years ago

let me try to fuck with it in different environments when i get to chicago

i tested it in ubuntu lts and osx

Sent from my iPhone

On Jul 4, 2019, at 2:46 PM, circuit-coding notifications@github.com wrote:

I get the Post https://api.animaljam.com/login: unexpected EOF exit status 1 issue, even while not using a Windows OS. Is this just telling me that a password was specifically not found, or is it an actual error while fetching the request? (I tried this on my own account, so I don't plan on actually trying this on any Animal Jam account, as I don't play the game at all, but wanted to test how good a Go program would run in VS) I used Windows and Ubuntu. Same error. Normal or not? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

circuit-coding commented 5 years ago

thanks for the swift response, tell me what you come up with. the program is easy to use nonetheless and is what originally introduced me to golang language. the EOF is the same in both Unbuntu and Windows which was strange to me. though you and your daughter did an excellent job. kudos!

On Thu, Jul 4, 2019 at 6:36 PM ytcracker notifications@github.com wrote:

let me try to fuck with it in different environments when i get to chicago

i tested it in ubuntu lts and osx

Sent from my iPhone

On Jul 4, 2019, at 2:46 PM, circuit-coding notifications@github.com wrote:

I get the Post https://api.animaljam.com/login: unexpected EOF exit status 1 issue, even while not using a Windows OS. Is this just telling me that a password was specifically not found, or is it an actual error while fetching the request? (I tried this on my own account, so I don't plan on actually trying this on any Animal Jam account, as I don't play the game at all, but wanted to test how good a Go program would run in VS) I used Windows and Ubuntu. Same error. Normal or not? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/realytcracker/go-jamcracker/issues/2?email_source=notifications&email_token=AMQ5LXCTDJWKNWI6M33A7XTP5Z3ONA5CNFSM4H6AFCB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZIGQHQ#issuecomment-508586014, or mute the thread https://github.com/notifications/unsubscribe-auth/AMQ5LXASUHTDOVVSTMGPUOLP5Z3ONANCNFSM4H6AFCBQ .

realytcracker commented 5 years ago

feel free to debug it and submit a PR if you want i’m sitting on a plane rn and about to eat but i play with my phone all the time so i’m answering these by email

Sent from my iPhone

On Jul 4, 2019, at 3:53 PM, circuit-coding notifications@github.com wrote:

thanks for the swift response, tell me what you come up with. the program is easy to use nonetheless and is what originally introduced me to golang language. the EOF is the same in both Unbuntu and Windows which was strange to me. though you and your daughter did an excellent job. kudos!

On Thu, Jul 4, 2019 at 6:36 PM ytcracker notifications@github.com wrote:

let me try to fuck with it in different environments when i get to chicago

i tested it in ubuntu lts and osx

Sent from my iPhone

On Jul 4, 2019, at 2:46 PM, circuit-coding notifications@github.com wrote:

I get the Post https://api.animaljam.com/login: unexpected EOF exit status 1 issue, even while not using a Windows OS. Is this just telling me that a password was specifically not found, or is it an actual error while fetching the request? (I tried this on my own account, so I don't plan on actually trying this on any Animal Jam account, as I don't play the game at all, but wanted to test how good a Go program would run in VS) I used Windows and Ubuntu. Same error. Normal or not? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/realytcracker/go-jamcracker/issues/2?email_source=notifications&email_token=AMQ5LXCTDJWKNWI6M33A7XTP5Z3ONA5CNFSM4H6AFCB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZIGQHQ#issuecomment-508586014, or mute the thread https://github.com/notifications/unsubscribe-auth/AMQ5LXASUHTDOVVSTMGPUOLP5Z3ONANCNFSM4H6AFCBQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

circuit-coding commented 5 years ago

I did some debugging and messing around, and I can confirm that any password that is entered at the top that matches the username runs through, and gives me a confirmation message.

I tried again by entering the matching password at the very end of the scripts and it gives me the unexpected EOF, so not all of the passwords are being read like they should. I tried the same in Ubuntu and it gave me the same message. Everything else seems completely functional. Does this have something to do with the connection timeout?

On Thu, Jul 4, 2019 at 7:27 PM ytcracker notifications@github.com wrote:

feel free to debug it and submit a PR if you want i’m sitting on a plane rn and about to eat but i play with my phone all the time so i’m answering these by email

Sent from my iPhone

On Jul 4, 2019, at 3:53 PM, circuit-coding notifications@github.com wrote:

thanks for the swift response, tell me what you come up with. the program is easy to use nonetheless and is what originally introduced me to golang language. the EOF is the same in both Unbuntu and Windows which was strange to me. though you and your daughter did an excellent job. kudos!

On Thu, Jul 4, 2019 at 6:36 PM ytcracker notifications@github.com wrote:

let me try to fuck with it in different environments when i get to chicago

i tested it in ubuntu lts and osx

Sent from my iPhone

On Jul 4, 2019, at 2:46 PM, circuit-coding <notifications@github.com

wrote:

I get the Post https://api.animaljam.com/login: unexpected EOF exit status 1 issue, even while not using a Windows OS. Is this just telling me that a password was specifically not found, or is it an actual error while fetching the request? (I tried this on my own account, so I don't plan on actually trying this on any Animal Jam account, as I don't play the game at all, but wanted to test how good a Go program would run in VS) I used Windows and Ubuntu. Same error. Normal or not? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/realytcracker/go-jamcracker/issues/2?email_source=notifications&email_token=AMQ5LXCTDJWKNWI6M33A7XTP5Z3ONA5CNFSM4H6AFCB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZIGQHQ#issuecomment-508586014 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AMQ5LXASUHTDOVVSTMGPUOLP5Z3ONANCNFSM4H6AFCBQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/realytcracker/go-jamcracker/issues/2?email_source=notifications&email_token=AMQ5LXA5ELRI2BA2O3NZWO3P52BOVA5CNFSM4H6AFCB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZIHOLY#issuecomment-508589871, or mute the thread https://github.com/notifications/unsubscribe-auth/AMQ5LXF6C2H4UUR3EJ2JR5DP52BOVANCNFSM4H6AFCBQ .

realytcracker commented 5 years ago

i added the req.Close = true line but i don't want to test it. reclone the repo, rebuild, and test at your own risk. let me know if it fixes your issue.

realytcracker commented 5 years ago

i took out the content-length manual calculation as well and the strconv import.

run go get -u github.com/realytcracker/go-jamcracker and try out the new binary. if it still doesn't work, uncomment the req.Close = true line and try rebuilding. thanks.