Skip to content

Commit e8c1216

Browse files
kelvinBenkelvinBen
kelvinBen
authored and
kelvinBen
committed
1. 临时修复IPA无法解析问题
2. 增加星联计划标识 3. 添加作者联系方式
1 parent 9c67caa commit e8c1216

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
![Language](https://img.shields.io/badge/Language-Python3-blue) ![License](https://img.shields.io/badge/License-GPL3.0-orange)
2+
3+
14
该项目目前仅仅是规划项目中的冰山一角,如果您对此项目感兴趣或者想参与后继项目的开发工作或者翻译工作中,请发送邮件至blsm@vip.qq.com说明你的能力和诉求。
25

36
### AppInfoScanner
@@ -370,4 +373,21 @@ method: 用于配置自动下载过程中需要的请求方法
370373

371374
```
372375
请将错误截图以及对应的APK文件提交至 https://github.com/kelvinBen/AppInfoScanner/issues,作者看到后会及时进行处理。
373-
```
376+
```
377+
378+
## 联系作者
379+
380+
**微信**:bromomo (添加好友请备注:GitHub)
381+
382+
**邮箱**blsm@vip.qq.com
383+
384+
提交需求、提交BUG修复、技术交流、商务合作均可添加作者好友。
385+
386+
387+
388+
# 404StarLink 2.0 - Galaxy
389+
![](https://github.com/knownsec/404StarLink-Project/raw/master/logo.png)
390+
391+
AppInfoScanner 是 404Team [星链计划2.0](https://github.com/knownsec/404StarLink2.0-Galaxy)中的一环,如果对AppInfoScanner 有任何疑问又或是想要找小伙伴交流,可以参考星链计划的加群方式。
392+
393+
[https://github.com/knownsec/404StarLink2.0-Galaxy#community](https://github.com/knownsec/404StarLink2.0-Galaxy#community)

libs/task/download_task.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ def start(self,path,types):
3030
else:
3131
types = "WEB"
3232
file_name = create_time + ".html"
33-
3433
if not(path.startswith("http://") or path.startswith("https://")):
3534
if not os.path.isdir(path): # 不是目录
3635
return {"path":path,"type":types}
3736
else: # 目录处理
38-
3937
return {"path":path,"type":types}
4038
else:
4139
print("[*] Detected that the task is not local, preparing to download file......")
@@ -44,5 +42,4 @@ def start(self,path,types):
4442
thread.start()
4543
thread.join()
4644
print()
47-
4845
return {"path":cache_path,"type":types}

libs/task/ios_task.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ def __decode_ipa__(self,output_path):
9393
except UnicodeEncodeError:
9494
new_zip_file = zip_file_names[0].encode('utf-8').decode('utf-8')
9595

96-
old_zip_dir = self.__get_parse_dir__(output_path,zip_file_names[0])
97-
new_zip_dir = self.__get_parse_dir__(output_path,new_zip_file)
98-
os.rename(old_zip_dir,new_zip_dir)
96+
old_zip_dir = self.__get_parse_dir__(output_path,zip_file_names[0])
97+
new_zip_dir = self.__get_parse_dir__(output_path,new_zip_file)
98+
os.rename(old_zip_dir,new_zip_dir)
9999
for zip_file in zip_file_names:
100100

101101
old_ext_path = zip_files.extract(zip_file,output_path)

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
requests
12
click
23
xlwt

wechat.jpg

77.1 KB
Loading

0 commit comments

Comments
 (0)