From 3dac44617399f1daf366c631b582274af31e50c6 Mon Sep 17 00:00:00 2001 From: hebingning Date: Tue, 9 Feb 2021 15:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E4=BB=A4=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05-Other/curl/command/SecurityPolicy_Allow_HTTP_00001_1.bat | 1 + 05-Other/curl/command/SecurityPolicy_Allow_HTTP_00002_1.bat | 1 + 05-Other/curl/command/SecurityPolicy_Allow_SSL_00002_1.bat | 1 + 05-Other/curl/command/SecurityPolicy_Deny_HTTP_00014_1.bat | 1 + 4 files changed, 4 insertions(+) create mode 100644 05-Other/curl/command/SecurityPolicy_Allow_HTTP_00001_1.bat create mode 100644 05-Other/curl/command/SecurityPolicy_Allow_HTTP_00002_1.bat create mode 100644 05-Other/curl/command/SecurityPolicy_Allow_SSL_00002_1.bat create mode 100644 05-Other/curl/command/SecurityPolicy_Deny_HTTP_00014_1.bat diff --git a/05-Other/curl/command/SecurityPolicy_Allow_HTTP_00001_1.bat b/05-Other/curl/command/SecurityPolicy_Allow_HTTP_00001_1.bat new file mode 100644 index 0000000..0c7b555 --- /dev/null +++ b/05-Other/curl/command/SecurityPolicy_Allow_HTTP_00001_1.bat @@ -0,0 +1 @@ +curl -L http://www.66rpg.com/index | iconv -f utf-8 -t gbk \ No newline at end of file diff --git a/05-Other/curl/command/SecurityPolicy_Allow_HTTP_00002_1.bat b/05-Other/curl/command/SecurityPolicy_Allow_HTTP_00002_1.bat new file mode 100644 index 0000000..70a0dbb --- /dev/null +++ b/05-Other/curl/command/SecurityPolicy_Allow_HTTP_00002_1.bat @@ -0,0 +1 @@ +curl http://www.xiang5.com/ | iconv -f utf-8 -t gbk \ No newline at end of file diff --git a/05-Other/curl/command/SecurityPolicy_Allow_SSL_00002_1.bat b/05-Other/curl/command/SecurityPolicy_Allow_SSL_00002_1.bat new file mode 100644 index 0000000..ec404fe --- /dev/null +++ b/05-Other/curl/command/SecurityPolicy_Allow_SSL_00002_1.bat @@ -0,0 +1 @@ +curl -kv https://xinyue.qq.com/#/ | iconv -f utf-8 -t gbk \ No newline at end of file diff --git a/05-Other/curl/command/SecurityPolicy_Deny_HTTP_00014_1.bat b/05-Other/curl/command/SecurityPolicy_Deny_HTTP_00014_1.bat new file mode 100644 index 0000000..ae42898 --- /dev/null +++ b/05-Other/curl/command/SecurityPolicy_Deny_HTTP_00014_1.bat @@ -0,0 +1 @@ +curl -H "Content-Type:application/json;charset=UTF-8" -X POST -d "{\"requestbody\":\"biubiubiud\",\"setcook\":\"12345678\",\"contenttype\": \"content-type\",\"responsebody\": \"biubiubiud\"}" http://open.node.com/go | iconv -f utf-8 -t gbk \ No newline at end of file