Skip to content

Commit

Permalink
V2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaogang000 committed Aug 1, 2024
1 parent 9e17540 commit 8825147
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
用于Webshell木马免杀、流量加密传输

免杀冰蝎、哥斯拉等Webshell的PHP、JSP木马文件,生成冰蝎流量加密传输配置文件
免杀冰蝎、哥斯拉等Webshell的ASP、PHP、JSP木马文件,生成冰蝎流量加密传输配置文件

```
本工具仅用于授权测试,请勿用于非法用途
Expand All @@ -16,7 +16,7 @@

## 静态免杀

目前搭载8种php模板、8种jsp模板、5种jspx模板、7种waf页面、2种流量加密方式
目前搭载1种ASP、8种php模板、8种jsp模板、5种jspx模板、7种waf页面、2种流量加密方式

```
git clone https://github.com/xiaogang000/XG_NTAI.git
Expand All @@ -27,25 +27,23 @@ java -jar XG_NTAI.jar

### 使用方法

1、选择PHP、JSP、JSPX页面,选择免杀模板,加密密钥可自定义(不重要)
1、选择ASP、PHP、JSP、JSPX页面,选择免杀模板,加密密钥可自定义(不重要)

2、源码区替换为冰蝎、哥斯拉、或其他恶意代码的php、jsp源码
2、源码区替换为冰蝎、哥斯拉、或其他恶意代码的asp、php、jsp源码

3、点击免杀,获取免杀后代码即可

4、部分免杀马在第三文本框有使用注意事项

![image-20240430144748795](img/image-20240430144748795.png)

![image-20240430144812051](img/image-20240430144812051.png)
![image-20240801165810596](./img/image-20240801165810596.png)



### 模拟页面

可在生成时添加模拟页面、目前支持7种waf页面
可在生成时添加模拟页面、目前支持7种waf页面(asp暂不支持)

![image-20231123114749323](img/image-20231123114749323.png)
![image-20240801165848844](./img/image-20240801165848844.png)

![image-20231031214827681](img/image-20231031214827681.png)

Expand Down Expand Up @@ -89,7 +87,7 @@ tomcat10.0.x jdk8-21: 使用jsp_demo2、jsp_demo3、jsp_demo4、jsp_demo5、jsp_

## 流量混淆

V2.0新增流量混淆功能
V2.0新增流量混淆功能(asp暂不支持)

将Webshell交互流量,根据测试系统的正常业务请求和响应数据,伪造成为正常的业务交互流量,从而规避安全产品和混淆防守人员判断。

Expand Down Expand Up @@ -158,6 +156,11 @@ V2.0新增流量混淆功能


## 更新记录
(20240801): XG_NTAI_V2.3

ASP模板: 新增aspdemo1(测试)

######################################

(20240430): XG_NTAI_V2.2

Expand All @@ -169,4 +172,4 @@ JSPX模板: 新增jspxdemo1、jspxdemo2、jspxdemo5、jspxdemo6、jspxdemo8

######################################

![image-20240430144952087](img/image-20240430144952087.png)
![image-20240801165535088](./img/image-20240801165535088.png)
Binary file modified XG_NTAI.jar
Binary file not shown.
Binary file removed img/image-20231123114749323.png
Binary file not shown.
Binary file removed img/image-20240430144748795.png
Binary file not shown.
Binary file removed img/image-20240430144812051.png
Binary file not shown.
Binary file removed img/image-20240430144952087.png
Binary file not shown.
Binary file added img/image-20240801165535088.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/image-20240801165810596.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/image-20240801165848844.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8825147

Please sign in to comment.