📄 wsh-c.conf
字号:
## wsh-c.conf# WSH configuration file## VERSION 2.1.0## This file is part of WebShell which is distributed under the terms of the GNU# General Public License v2.0 and is (c) copyright 2002,2003 Alex Dyatlov# <alex [at] gray-world.net> and Simon Castro <scastro [at] entreelibre.com>.# See README and COPYING files for details or check http://gray-world.net## Syntax:# <key><tabs or spaces><value>[CR]## Connect to httpd directly (0) or use HTTP proxy (1)use_proxy 0# HTTP proxy ip and port here if use_proxy was set to 1proxy_ip 111.222.33.4port 3128# Proxy HTTP Basic Authorization (proxyauth : 0 or 1);# Set <proxyuser> and <proxypass>, if <proxyauth> is set to 1;proxyauth 0proxyuser proxy_auth_user_hereproxypass proxy_auth_pass_here# User-Agent for target host httpd and HTTP proxy logsagent Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)# Add "?<random_number>" to HTTP request or not (0 or 1)anticache 0# Show pwd in shell prompt (0 or 1)showpwd 1# HTTP Basic Authorization (auth : 0 or 1);# Set <user> and <pass>, if <auth> is set to 1;auth 0user username_herepass password_here# Is server script running in WIN environment;# NT family only (0 or 1) (*)win32 0# Encode data flow with Xor (0 or 1) (*)encode 1# Xor byte (1..255) (*)invert 85# (*) - these values MUST be the same as in wsh-s script# hearder: "my $win32 = ..; my $encode = ..; my $invert = ..;"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -