added to http-stager block

master
xx0hcd 2019-06-05 13:24:50 -05:00 committed by GitHub
parent 9371762eb9
commit 8460ccc832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -158,10 +158,20 @@ http-stager {
client {
header "Host" "whatever.com";
header "Connection" "close";
#parameter "test1" "test2";
}
server {
#header "Server" "nginx";
#header "Server" "nginx";
output {
prepend "content=";
append "</script>\n";
print;
}
}
}