devploit/nomore403

Errors

OmarKhaled511 opened this issue · 6 comments

Hi,

The Tool is super cool & super fast really appreciate The Time For Creating This Tool, But am Facing an issues With This Tool, The First issue as, when i run The Tool it works Fine But it comes in CUSTOM PATHS Exploit and it shows Me This Error
`panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x7518b4]

goroutine 2396 [running]:
dontgo403/cmd.requestMidPaths.func1({0xc000fcb2dc, 0x4})
/opt/tools/dontgo403/cmd/requester.go:268 +0x474
created by dontgo403/cmd.requestMidPaths
/opt/tools/dontgo403/cmd/requester.go:250 +`

The Second issue is, sometimes The Tool Works Fine But it gives me This Error
2022/01/18 22:00:34 Patch "https://www.google.com/": dial tcp: i/o timeout

Hi!

Thanks for your comments.

Concerning the first error you mention, are you using the last commit in the repository? I had to change the library that was printing the output because it was throwing panic errors randomly.

The second error seems to be related to some request not finishing receiving a response. currently the timeout of the request is set to 3 seconds. If you continue facing this, I will commit a change to increase the timeout.

Well The First issue looks like fixed ,But The Second Issue Still exist, There's also another new issue, sometimes when i start The Tool it shows me This Error 2022/01/19 01:07:09 Get "http://www.google.com/./s/": dial tcp: lookup www.google.com on 192.168.2.1:53: no such host

Ok, I will increase the timeout of the request from 3 to 6 to check if that fixes the bug. Concerning the new error, It seems that your internal DNS (192.168.2.1) is the one that is giving you the error of not recognizing the host. Have you tried to configure 8.8.8.8 as DNS of the PC and launch again?

Commit done. Increased request timeout from 3 to 6.

all Looks Good, Now The Tool Works Like Charm, Thanks Again For Putting The Time To Create This Tool,

~Cheers,
Bate5a

Thank you for using it!