Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

"_" and "-" in links #17

Open
Eric-Draven opened this issue Mar 4, 2021 · 4 comments
Open

"_" and "-" in links #17

Eric-Draven opened this issue Mar 4, 2021 · 4 comments

Comments

@Eric-Draven
Copy link

Hi,
it seems, that there is issue with links like this:
https://pan.baidu.com/share/init?surl=xxxxx_x-xxx-xxxx_xxxxx
with "_" and "-" characters. Three times I got the result: "No key found!" after 100%.

I think the problem is here:
//pan\.baidu\.com/share/init\?surl=([a-zA-Z0-9]+)

and can be solved like this:
//pan\.baidu\.com/share/init\?surl=([\S]+)

But every time I try to run even your code without edits, progress is always stuck at 0.00%.
If I compile my own .exe build it's almost 9MB and also stuck at 0.00%.

Can you check if I'm right?

@superfashi
Copy link
Owner

This repo is probably way too old for today's BaiduYun. You can try debugging but I doubt the method would still work.

@Eric-Draven
Copy link
Author

Finaly I found problem on my side (downgrade to an earlier version of GO) and was able to run brute.go with my little correction of regexp, but I got: "No key found!" again after 100%. Can you update the code for this type of link? I realy need update, but I don't know GO language and cannot do it myself. :(

@Eric-Draven
Copy link
Author

Hi,
I don't want to rush you, but, please, tell me, can I hope for an update of Yun-Brute? Maybe you need a real link for an example?

@superfashi
Copy link
Owner

Don't have time right now for an update, sorry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants