diff --git a/readme/bind.md b/readme/bind.md index 591a91a..8ffe762 100644 --- a/readme/bind.md +++ b/readme/bind.md @@ -1,4 +1,4 @@ -[主菜单](./shell.md) +[主菜单](./cli.md) ### new-bind diff --git a/readme/cli.md b/readme/cli.md index fd56828..ef4ac18 100644 --- a/readme/cli.md +++ b/readme/cli.md @@ -8,7 +8,7 @@ - [remotesocks5](./remotesocks5.md): 反向socks5代理,目标节点启动socks5,并通过本节点连接目标. - [http](./http.md): http代理,本节点启动http代理,通过出口节点连接目标. - [remoteshell](./remoteshell.md): 远程shell. -- [shellcode](./shellcode.md): windows执行shellcode,linux未实现. +- [shellcode](./shellcode.md): windows执行shellcode,linux mac未实现. - [config](./config.md): 配置管理. diff --git a/readme/config.md b/readme/config.md index eb82cbe..ccda488 100644 --- a/readme/config.md +++ b/readme/config.md @@ -1,4 +1,4 @@ -[主菜单](./shell.md) +[主菜单](./cli.md) ## yaml文件例子,保存在启动目录下 diff --git a/readme/connect.md b/readme/connect.md index 090754c..ee39e49 100644 --- a/readme/connect.md +++ b/readme/connect.md @@ -1,4 +1,4 @@ -[主菜单](./shell.md) +[主菜单](./cli.md) ### new-connect diff --git a/readme/http.md b/readme/http.md index c3ad00a..0578a72 100644 --- a/readme/http.md +++ b/readme/http.md @@ -1,4 +1,4 @@ -[主菜单](./shell.md) +[主菜单](./cli.md) ### new-httpproxy diff --git a/readme/remoteshell.md b/readme/remoteshell.md index 9db875c..34db5ba 100644 --- a/readme/remoteshell.md +++ b/readme/remoteshell.md @@ -1,4 +1,4 @@ -[主菜单](./shell.md) +[主菜单](./cli.md) ### file 使用方法file 节点,如file 1,进入节点后可用cd,dir,upload,download命令 diff --git a/readme/remotesocks5.md b/readme/remotesocks5.md index 7c1176f..dfb75fb 100644 --- a/readme/remotesocks5.md +++ b/readme/remotesocks5.md @@ -1,4 +1,4 @@ -[主菜单](./shell.md) +[主菜单](./cli.md) ### new-remotesocks5 diff --git a/readme/shellcode.md b/readme/shellcode.md index b5cc2b3..34724fa 100644 --- a/readme/shellcode.md +++ b/readme/shellcode.md @@ -1,4 +1,4 @@ -[主菜单](./shell.md) +[主菜单](./cli.md) ### run -运行shellcode,参数一为目标节点(可以为本机),参数二为shellcode代码或者本地文件,参数三为xor解密key,参数四为启动参数,参数五为shellcode运行等待时间 +运行shellcode,参数一为目标节点(可以为本机),参数二为shellcode代码(Base64或者Hex)或者本地文件,参数三为xor解密key,参数四为启动参数,参数五为shellcode运行等待时间 diff --git a/readme/socks5.md b/readme/socks5.md index 49faf9c..8c0a440 100644 --- a/readme/socks5.md +++ b/readme/socks5.md @@ -1,4 +1,4 @@ -[主菜单](./shell.md) +[主菜单](./cli.md) ### new-socks5 以本地socks5代理服务端模式运行,通过远程节点转发代理连接到指定目标,如果远程节点为空,则为本地直接连