You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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. :(
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?
The text was updated successfully, but these errors were encountered: