Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
季洪俊 committed Aug 23, 2022
1 parent bbd4016 commit dd93dac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Antenna 初始开放HTTP、DNS、RMI、LDAP 四个监听组件以及XSS、XXE、

点击确定后便会生成支持获取cookie与源码xss漏洞的利用payload
![img_3.png](imgs/img_3.png)

打开官方靶场尝试利用xss生成链接
![img_4.png](imgs/img_4.png)
查看消息列表,已经获取到漏洞页面的请求cookie与源码
Expand Down Expand Up @@ -162,6 +163,7 @@ Antenna 提供对外API供用户主动查询平台接收到的消息
| page_size | 消息每页数量 |

#### 自定义消息接口使用

平台除了设置消息邮件通知以外,支持接收到消息后,向自定义接口发送消息数据,方便自动化工具回调接口处理请求消息
点击任务查看任务详情,打开任务高级配置
![img_12.png](imgs/img_12.png)
Expand All @@ -171,10 +173,15 @@ Antenna 提供对外API供用户主动查询平台接收到的消息
如接口需要Authorization等认证方式可写在接口header中,例如
`{"Authorization": "admin"}`
平台接收到该任务的消息后会向http://test.com/get_message发送接收到的请求消息数据

## Antenna组件开发教程

### 自定义利用组件编写

[如何编写Antenna组件](./docs/develop_template.md)

## 联系我们

如果对Antenna有任何建设性意见或 BUG 反馈,欢迎大家提 issue,进交流群 作者也会线下约饭进行奖励🐶

如有问题想与技术同学沟通,请联系并添加微信号:bios_000
Expand Down

0 comments on commit dd93dac

Please sign in to comment.