cl_basic_proxy_pop.conf
来自「Cctt, "Covert Channel Tunneling Tool" - 」· CONF 代码 · 共 28 行
CONF
28 行
## Cctt - Covert Channel Tunneling Tool v0.1.3# 23/01/2003# $Id: cl_basic_proxy_pop.conf,v 1.4 2003/02/18 13:05:33 simsim Exp $## Configuration file for client :# * Protocol used : Tcp# * Client identification sended in 'encoded' format.# * Client use a border proxy (10.1.1.1:8080 - tcp) before he reachs the server and waits 1 sec for the proxy response# * Client configured in proxy mode :# $ listening on 127.0.0.1:42110 (tcp)# $ asking the server to proxy requests to 10.1.1.7:110 (tcp)# #PROTOCOL=tcpCHANNEL_PROXY_IP=10.1.1.1CHANNEL_PROXY_PORT=8080CHANNEL_PROXY_PROT=tcpCHANNEL_PROXY_DEL=10000IDENT=basic_identIDENT_KEY=simsimPROXY_MODE_LOCAL_IP=127.0.0.1PROXY_MODE_LOCAL_PORT=42110PROXY_MODE_PROT=tcpPROXY_MODE_REMOTE_IP=10.1.1.7PROXY_MODE_REMOTE_PORT=110
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?