mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-26 16:41:53 +08:00
docs(readme): update README (#30)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# RevSuit - A Flexible and Powerful Reverse Connection Platform
|
# RevSuit - A Flexible and Powerful Reverse Connection Platform
|
||||||
|
|
||||||
[中文文档](./README.zh-CN.md)
|
English |[简体中文](./README.zh-CN.md)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
@@ -195,8 +195,8 @@ client will only receive one flag:`ssrfa98oni1`. It already proves that the `url
|
|||||||
### Multi-module collocation
|
### Multi-module collocation
|
||||||
|
|
||||||
In actual penetration testing scenarios, certain tasks can be done easily and quickly by combining and matching various
|
In actual penetration testing scenarios, certain tasks can be done easily and quickly by combining and matching various
|
||||||
modules of RevSuit. The following is an example of a blind XXE in Java Web, showing how to use RevSuit's HTTP
|
modules of RevSuit. The following is an example of a blind XXE in Java Web, showing how to use RevSuit's HTTP and FTP
|
||||||
and FTP modules, combined with template variables, to quickly complete a port scan.
|
modules, combined with template variables, to quickly complete a port scan.
|
||||||
|
|
||||||
First create an HTTP rule to return evil.dtd, customize the response to the contents of dtd so that it goes to connect
|
First create an HTTP rule to return evil.dtd, customize the response to the contents of dtd so that it goes to connect
|
||||||
to RevSuit's FTP service, and use template variables to pass the Host and Port to be scanned to FTP via FTP's user and
|
to RevSuit's FTP service, and use template variables to pass the Host and Port to be scanned to FTP via FTP's user and
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
# RevSuit ——灵活并且强大的反连平台
|
# RevSuit - A Flexible and Powerful Reverse Connection Platform
|
||||||
|
|
||||||
[English Document](./README.md)
|
简体中文 |[English](./README.md)
|
||||||
|
|
||||||
## 简介
|
## 简介
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user