From e071fd86ecddad49ca7fdc01cad9834a6914a7f6 Mon Sep 17 00:00:00 2001 From: TRHX Date: Fri, 31 Dec 2021 14:25:20 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20=E7=BD=91=E6=B4=9B=E8=80=85?= =?UTF-8?q?=E5=8F=8D=E7=88=AC=E7=BB=83=E4=B9=A0=E5=B9=B3=E5=8F=B0=E7=AC=AC?= =?UTF-8?q?=E4=BA=8C=E9=A2=98=EF=BC=9AJJEncode=20=E5=8A=A0=E5=AF=86?= =?UTF-8?q?=E3=80=902021.12.10=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JSReverse/spider_wangluozhe_com_challenge_2/README.md | 1 + JSReverse/spider_wangluozhe_com_challenge_2/challenge_2.js | 1 - JSReverse/spider_wangluozhe_com_challenge_2/challenge_2.py | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/JSReverse/spider_wangluozhe_com_challenge_2/README.md b/JSReverse/spider_wangluozhe_com_challenge_2/README.md index 2696185..1caea8e 100644 --- a/JSReverse/spider_wangluozhe_com_challenge_2/README.md +++ b/JSReverse/spider_wangluozhe_com_challenge_2/README.md @@ -2,6 +2,7 @@ > 关注微信公众号:K哥爬虫,持续分享爬虫进阶、JS/安卓逆向等技术干货! + ## 声明 **本文章中所有内容仅供学习交流,抓包内容、敏感网址、数据接口均已做脱敏处理,严禁用于商业用途和非法用途,否则由此产生的一切后果均与作者无关,若有侵权,请联系我立即删除!** diff --git a/JSReverse/spider_wangluozhe_com_challenge_2/challenge_2.js b/JSReverse/spider_wangluozhe_com_challenge_2/challenge_2.js index 4b1b990..29126bc 100644 --- a/JSReverse/spider_wangluozhe_com_challenge_2/challenge_2.js +++ b/JSReverse/spider_wangluozhe_com_challenge_2/challenge_2.js @@ -8,7 +8,6 @@ # @Software: PyCharm # ================================== */ - var hexcase = 0; var chrsz = 8; diff --git a/JSReverse/spider_wangluozhe_com_challenge_2/challenge_2.py b/JSReverse/spider_wangluozhe_com_challenge_2/challenge_2.py index f05be42..d7f5ff1 100644 --- a/JSReverse/spider_wangluozhe_com_challenge_2/challenge_2.py +++ b/JSReverse/spider_wangluozhe_com_challenge_2/challenge_2.py @@ -14,6 +14,7 @@ import requests challenge_api = "http://spider.wangluozhe.com/challenge/api/2" + headers = { "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8", "Cookie": "session=eb2d1c7c-3179-4776-938e-f995478c1ebe.wdC8W9r38z_O97ynvrtBlSEQzPk", -- GitLab