Skip to content

Commit a7abba6

Browse files
author
z1un
committed
upload
1 parent e5b57fb commit a7abba6

File tree

10 files changed

+5
-746
lines changed

10 files changed

+5
-746
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
2021.05.30 更新:
88
- 所有程序只提供32位。
9+
- 其他若干更新。
910

1011
2021.05.03 更新:
1112

modules/Information collection.cna

+4-9
Original file line numberDiff line numberDiff line change
@@ -302,15 +302,10 @@ menu "信息搜集" {
302302
dialog_show($dialog);
303303
}
304304
sub evething {
305-
bcd($bid, $3['UploadPath']);
306-
if (-is64 $bid['id']) {
307-
bupload($bid, script_resource("/scripts/Information collection/x64/Everything.exe"));
308-
bupload($bid, script_resource("/scripts/Information collection/x64/Everything.ini"));
309-
}else{
310-
bupload($bid, script_resource("/scripts/Information collection/x86/Everything.exe"));
311-
bupload($bid, script_resource("/scripts/Information collection/x86/Everything.ini"));
312-
}
313-
}
305+
bcd($bid, $3['UploadPath']);
306+
bupload($bid, script_resource("/scripts/Information collection/everything/Everything.exe"));
307+
bupload($bid, script_resource("/scripts/Information collection/everything/Everything.ini"));
308+
}
314309

315310
item "运行Everything"{
316311
$bid = $1['@'];

scripts/Add user/add-admin.exe

-1.5 KB
Binary file not shown.
-2 KB
Binary file not shown.
-6 KB
Binary file not shown.
-1.69 MB
Binary file not shown.
-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)