-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crossc2反向代理 #205
Comments
可以具体描述信息吗?还有这里的bind port是指? 关于header host: |
例如出现 c2profille:
set useragent "Mozilla....."; # 1. 可直接全局配置UserAgent
http-get {
client {
header "Host" "www.example.com"; # 3.1 配置beacon请求头中的Host (windows版本的beacon可缺省/或由用户指定)
header "Accept" "text/html"; # 2. 其他 header 头
header .....
}
}
http-post {
client {
header "Host" "www.example.com:9991"; # 3.2 Host可自由设定
header .....
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
给cs配置了一个反向代理,但是使用crossc2就无法上线了 crossc2生成马并没有header host和bind port选项
The text was updated successfully, but these errors were encountered: