{"id":191,"date":"2021-12-02T10:35:58","date_gmt":"2021-12-02T02:35:58","guid":{"rendered":"https:\/\/www.anger.ltd\/?p=191"},"modified":"2022-07-22T14:50:09","modified_gmt":"2022-07-22T06:50:09","slug":"%e5%b7%b2%e9%80%9a%e8%bf%87yum%e5%ae%89%e8%a3%85%e7%9a%84nginx%e6%b7%bb%e5%8a%a0waf%e9%98%b2%e6%8a%a4","status":"publish","type":"post","link":"https:\/\/www.anger.ltd\/index.php\/2021\/12\/02\/%e5%b7%b2%e9%80%9a%e8%bf%87yum%e5%ae%89%e8%a3%85%e7%9a%84nginx%e6%b7%bb%e5%8a%a0waf%e9%98%b2%e6%8a%a4\/","title":{"rendered":"\u5df2\u901a\u8fc7YUM\u5b89\u88c5\u7684nginx\u6dfb\u52a0Waf\u9632\u62a4"},"content":{"rendered":"\n<p>\u5e73\u65f6\u6211\u90fd\u662f\u901a\u8fc7yum\u5b89\u88c5nignx\uff0c\u975e\u5e38\u65b9\u4fbf\u4e5f\u5f88\u5feb\uff0c\u574f\u5904\u5c31\u662f\u6dfb\u52a0\u6a21\u5757\u9700\u8981\u91cd\u65b0\u7f16\u8bd1\uff0c\u4e0d\u8fc7\u4e5f\u8fd8\u597d\uff0c\u6628\u5929\u516c\u53f8\u6d4b\u8bd5\u73af\u5883\u7684\u4e00\u53f0\u670d\u52a1\u5668\u6709\u9632\u706b\u5899\u7684\u9700\u6c42\uff0c\u5c31\u5c1d\u8bd5\u5b89\u88c5\u4e86\u4e00\u904d\uff0c\u4e0b\u9762\u662f\u5b89\u88c5\u65b9\u6cd5\u548c\u8fc7\u7a0b<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u91cd\u65b0\u7f16\u8bd1Nginx<\/h4>\n\n\n\n<p>\u9996\u5148\u9700\u8981\u5148\u77e5\u9053\u4f60\u7684nginx\u7248\u672c\uff0c\u53ef\u4ee5\u901a\u8fc7nginx -V\u6765\u67e5\u770b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@elk-test ~]# nginx -V\nnginx version: nginx\/1.21.4\nbuilt by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) \nbuilt with OpenSSL 1.0.2k-fips  26 Jan 2017\nTLS SNI support enabled\nconfigure arguments: --prefix=\/etc\/nginx --sbin-path=\/usr\/sbin\/nginx --modules-path=\/usr\/lib64\/nginx\/modules --conf-path=\/etc\/nginx\/nginx.conf --error-log-path=\/var\/log\/nginx\/error.log --http-log-path=\/var\/log\/nginx\/access.log --pid-path=\/var\/run\/nginx.pid --lock-path=\/var\/run\/nginx.lock --http-client-body-temp-path=\/var\/cache\/nginx\/client_temp --http-proxy-temp-path=\/var\/cache\/nginx\/proxy_temp --http-fastcgi-temp-path=\/var\/cache\/nginx\/fastcgi_temp --http-uwsgi-temp-path=\/var\/cache\/nginx\/uwsgi_temp --http-scgi-temp-path=\/var\/cache\/nginx\/scgi_temp --user=nginx --group=nginx --with-compat --with-file-aio --with-threads --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -pie'<\/code><\/pre>\n\n\n\n<p>\u53ef\u4ee5\u770b\u5230\u6211\u5b89\u88c5\u7684\u662f1.21.4 \uff0c\u7136\u540e\u53bb\u4e0b\u8f7d\u5df2\u7ecf\u5b89\u88c5\u7684nginx\u76f8\u540c\u7248\u672c\u7684\u6e90\u7801\u5305\uff0c\u53ef\u4ee5\u7528wget\u547d\u4ee4\uff0c\u4e3a\u4e86\u65b9\u4fbf\u5b89\u88c5\u6211\u628a\u6240\u6709\u8fd9\u6b21\u9700\u8981\u7684\u6e90\u7801\u5305\u90fd\u653e\u5728\u4e00\u4e2a\u76ee\u5f55\u91cc<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><meta charset=\"utf-8\">&#91;root@elk-test ~]# mkdir -p \/opt\/test\n<meta charset=\"utf-8\">&#91;root@elk-test ~]# cd \/opt\/test\n<meta charset=\"utf-8\">&#91;root@elk-test test]# wget http:\/\/nginx.org\/download\/nginx-1.21.4.tar.gz\n\n#\u7136\u540e\u4e0b\u8f7d Nginx \u5f00\u53d1\u5957\u4ef6 ngx_devel_kit\nwget https:\/\/github.com\/simpl\/ngx_devel_kit\/archive\/v0.3.0.tar.gz\n#\u4e0b\u8f7dnginx_lua_module\nwget https:\/\/github.com\/openresty\/lua-nginx-module\/archive\/v0.10.11.tar.gz\n#\u4e0b\u8f7dluajit\nwget http:\/\/luajit.org\/download\/LuaJIT-2.0.5.tar.gz<\/code><\/pre>\n\n\n\n<p>\u4e0b\u8f7d\u5b8c\u6210\u540e\u89e3\u538b\u6240\u6709tar\u5305<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ls *.tar.gz | xargs -n 1  tar xf<\/code><\/pre>\n\n\n\n<p>\u5b89\u88c5luajit<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#\u8fdb\u5165\u76ee\u5f55\ncd LuaJIT-2.0.5\/\n#\u7f16\u8bd1\u5e76\u5b89\u88c5\nmake &amp;&amp; make install\n#\u5c06\u76ee\u5f55\u5199\u8fdb\u53d8\u91cf\necho \"export LUAJIT_LIB=\/usr\/local\/lib\" &gt;&gt; \/etc\/profile \\\necho \"export LUAJIT_INC=\/usr\/local\/include\/luajit-2.0\" &gt;&gt; \/etc\/profile\n#\u91cd\u65b0\u52a0\u8f7d\nsource \/etc\/profile<\/code><\/pre>\n\n\n\n<p>\u7136\u540e\u8fdb\u5165nginx\u6e90\u7801\u76ee\u5f55\u8fdb\u884c\u91cd\u65b0\u7f16\u8bd1\uff0c\u4e0d\u8fc7\u8981\u6ce8\u610f\u7684\u662f\u4e4b\u524dNginx\u6240\u6709\u7684\u6a21\u5757\u4e5f\u9700\u8981\u5199\u5728\u7f16\u8bd1\u547d\u4ee4\u4e2d\uff0c\u4e0d\u7136\u4f1a\u4e22\u5931\u4e4b\u524d\u7684\u6a21\u5757,\u7f16\u8bd1\u7684\u65f6\u5019\uff0c\u6839\u636e\u7b2c1\u6b65nginx -V\u67e5\u5230\u5df2\u6709\u7684\u6a21\u5757\uff0c\u52a0\u4e0a\u672c\u6b21\u9700\u65b0\u589e\u7684\u6a21\u5757\u5373\u53ef&#8211;add-module\uff0c\u6ce8\u610f\u6a21\u5757\u6240\u5728\u4f4d\u7f6e\u6839\u636e\u4f60\u4e0b\u8f7d\u89e3\u538b\u7684\u4f4d\u7f6e\u586b\u5199<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u8fdb\u5165\u76ee\u5f55\ncd \/opt\/test\/nginx-1.21.4\n#\u6267\u884c\u7f16\u8bd1\n.\/configure --prefix=\/etc\/nginx --sbin-path=\/usr\/sbin\/nginx --modules-path=\/usr\/lib64\/nginx\/modules --conf-path=\/etc\/nginx\/nginx.conf --error-log-path=\/var\/log\/nginx\/error.log --http-log-path=\/var\/log\/nginx\/access.log --pid-path=\/var\/run\/nginx.pid --lock-path=\/var\/run\/nginx.lock --http-client-body-temp-path=\/var\/cache\/nginx\/client_temp --http-proxy-temp-path=\/var\/cache\/nginx\/proxy_temp --http-fastcgi-temp-path=\/var\/cache\/nginx\/fastcgi_temp --http-uwsgi-temp-path=\/var\/cache\/nginx\/uwsgi_temp --http-scgi-temp-path=\/var\/cache\/nginx\/scgi_temp --user=nginx --group=nginx --with-compat --with-file-aio --with-threads --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -pie' <strong>--add-module=<meta charset=\"utf-8\">\/opt\/test\/ngx_devel_kit-0.3.0 --add-module=<meta charset=\"utf-8\">\/opt\/test\/lua-nginx-module-0.10.11 --with-ld-opt=-Wl,-rpath,$LUAJIT_LIB<\/strong><\/code><\/pre>\n\n\n\n<p>\u7f16\u8bd1\u8fc7\u7a0b\u4e2d\u53ef\u80fd\u4f1a\u62a5\u9519\u7f3a\u5c11\u4f9d\u8d56\uff0c\u6839\u636e\u62a5\u9519\u4f9d\u6b21\u6dfb\u52a0\u76f8\u5e94\u4f9d\u8d56\u5373\u53ef\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  1-1\uff09\uff0c\u9519\u8bef\uff1a.\/configure: error: the invalid value in --with-ld-opt=\"-Wl,-rpath,\/usr\/local\/lib\"\uff0c\u89e3\u51b3\uff1ayum -y install redhat-rpm-config.noarch\n\n  1-2\uff09\uff0c\u9519\u8bef\uff1a.\/configure: error: the HTTP rewrite module requires the PCRE library\uff0c\u89e3\u51b3\uff1a yum -y install pcre pcre-devel\n\n  1-3\uff09\uff0c\u9519\u8bef\uff1a.\/configure: error: SSL modules require the OpenSSL library\uff0c\u89e3\u51b3\uff1ayum -y install openssl openssl-devel\n\n  1-4\uff09\uff0c\u9519\u8bef\uff1a.\/configure: error: the HTTP XSLT module requires the libxml2\/libxslt\uff0c\u89e3\u51b3\uff1ayum -y install libxml2 libxml2-dev libxslt-devel\n\n  1-5\uff09\uff0c\u9519\u8bef\uff1a.\/configure: error: the HTTP image filter module requires the GD library\uff0c\u89e3\u51b3\uff1ayum -y install gd-devel\n\n  1-6\uff09\uff0c\u9519\u8bef\uff1a.\/configure: error: perl module ExtUtils::Embed is required\uff0c\u89e3\u51b3\uff1ayum -y install perl-devel perl-ExtUtils-Embed\n\n  1-7\uff09\uff0c\u9519\u8bef\uff1a.\/configure: error: the GeoIP module requires the GeoIP library\uff0c\u89e3\u51b3\uff1ayum -y install GeoIP GeoIP-devel GeoIP-data\n\n  1-8\uff09\uff0c\u9519\u8bef\uff1a.\/configure: error: the Google perftools module requires the Google perftools\uff0c\u89e3\u51b3\uff1ayum install gperftools-devel<\/code><\/pre>\n\n\n\n<p>\u7f16\u8bd1\u5b8c\u6210\u540e\u6267\u884cmake\uff0c\u4f46\u662f<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-accent-1-color\"><strong>\u4e0d\u8981\u8fdb\u884c<\/strong>make install<\/mark>\uff0c\u7f16\u8bd1\u5b8c\u6210\u540e\u56de\u518d\u5f53\u524dNginx\u76ee\u5f55\u4e0bobjs\u6587\u4ef6\u4e0b\u51fa\u73b0nginx\u53ef\u6267\u884c\u6587\u4ef6\uff0c\u66ff\u6362Nginx\u53ef\u6267\u884c\u6587\u4ef6\u5373\u53ef<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#\u5907\u4efd\u539f\u6587\u4ef6\nmv \/usr\/sbin\/nginx \/usr\/sbin\/nginx.bak\n#\u590d\u5236\u65b0\u6587\u4ef6\ncp objs\/nginx \/usr\/sbin\/\n#\u6d4b\u8bd5\u4e00\u4e0b\nnginx -t<\/code><\/pre>\n\n\n\n<p>\u5982\u679c\u8f93\u51fa\u6b63\u5e38\u7684\u8bdd\uff0c\u5230\u8fd9\u91cc\u4e3a\u6b62nginx\u7684waf\u9632\u62a4\u529f\u80fd\u5c31\u5df2\u7ecf\u5f00\u542f\u4e86\uff0c\u63a5\u4e0b\u6765\u6211\u4eec\u53bb\u4e0b\u8f7dwaf\u6587\u4ef6<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u90e8\u7f72Waf<\/h4>\n\n\n\n<p>\u8fdb\u5230nginx\u7684\u914d\u7f6e\u76ee\u5f55\uff08\u53ef\u80fd\u4e0e\u6211\u7684\u4e0d\u540c\uff0c\u6839\u636e\u5b9e\u9645\u60c5\u51b5\u800c\u5b9a\uff09<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#\u8fdb\u5165\u76ee\u5f55\ncd \/etc\/nginx\n#\u4e0b\u8f7dwaf \uff08\u5982\u679c\u65e0\u6cd5\u8bbf\u95eegithub\uff0c\u5c31\u901a\u8fc7\u5176\u4ed6\u9014\u5f84\u4e0b\u8f7d\u6254\u8fdb\u53bb\uff09\nwget https:\/\/github.com\/loveshell\/ngx_lua_waf\/archive\/master.zip\n#\u89e3\u538b\nunzip master.zip -d \/etc\/nginx\n#\u91cd\u547d\u540d\uff08\u9ed8\u8ba4\u7684\u540d\u5b57\u592a\u957f\uff0c\u4e5f\u53ef\u4ee5\u4e0d\u6539\uff09\nmv <meta charset=\"utf-8\">\/etc\/nginx\/ngx_lua_waf-master \/etc\/nginx\/waf<\/code><\/pre>\n\n\n\n<p>\u7136\u540e\u6211\u4eec\u6765\u7f16\u8f91waf\u914d\u7f6e\u6587\u4ef6\uff0c\u901a\u8fc7vim \/etc\/nginx\/waf\/config.lua \uff0c\u4e0b\u9762\u662f\u6587\u4ef6\u76f8\u5173\u89e3\u91ca<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  --\u89c4\u5219\u5b58\u653e\u76ee\u5f55\n  RulePath = \"\/etc\/nginx\/waf\/wafconf\/\"\n  --\u662f\u5426\u5f00\u542f\u653b\u51fb\u4fe1\u606f\u8bb0\u5f55\uff0c\u9700\u8981\u914d\u7f6elogdir\n  attacklog = \"on\"\n  --log\u5b58\u50a8\u76ee\u5f55\uff0c\u8be5\u76ee\u5f55\u9700\u8981\u7528\u6237\u81ea\u5df1\u65b0\u5efa\uff0c\u5207\u9700\u8981nginx\u7528\u6237\u7684\u53ef\u5199\u6743\u9650\n  logdir = \"\/etc\/nginx\/logs\/waflog\"\n  --\u662f\u5426\u62e6\u622aurl\u8bbf\u95ee\uff08\u5982\u679c\u4f60\u7528\u4e86phpmyadmin\uff0c\u5f00\u542f\u6b64\u9879\u4f1a\u6709\u95ee\u9898\uff09\n  UrlDeny=\"on\"\n  --\u662f\u5426\u62e6\u622a\u540e\u91cd\u5b9a\u5411\n  Redirect=\"on\"\n  --\u662f\u5426\u62e6\u622acookie\u653b\u51fb\n  CookieMatch=\"on\"\n  --\u662f\u5426\u62e6\u622apost\u653b\u51fb\uff08\u53ef\u80fd\u4f1a\u5bfc\u81f4\u4e0a\u4f20\u529f\u80fd\u5f02\u5e38\uff09\n  postMatch=\"on\" \n  --\u662f\u5426\u5f00\u542fURL\u767d\u540d\u5355\n  whiteModule=\"on\" \n  --\u586b\u5199\u4e0d\u5141\u8bb8\u4e0a\u4f20\u6587\u4ef6\u540e\u7f00\u7c7b\u578b\n  black_fileExt={\"php\"}\n  --ip\u767d\u540d\u5355\uff0c\u591a\u4e2aip\u7528\u9017\u53f7\u5206\u9694\n  ipWhitelist={\"127.0.0.1\"}\n  --ip\u9ed1\u540d\u5355\uff0c\u591a\u4e2aip\u7528\u9017\u53f7\u5206\u9694\n  ipBlocklist={}\n  --\u662f\u5426\u5f00\u542f\u62e6\u622acc\u653b\u51fb\n  CCDeny=\"on\"\n  --\u8bbe\u7f6ecc\u653b\u51fb\u9891\u7387\uff0c\u5355\u4f4d\u4e3a\u79d2.\u9ed8\u8ba41\u5206\u949f\u540c\u4e00\u4e2aIP\u53ea\u80fd\u8bf7\u6c42\u540c\u4e00\u4e2a\u5730\u5740100\u6b21\n  CCrate=\"100\/60\"\n  --\u8b66\u544a\u5185\u5185\u5bb9,\u53ef\u5728\u4e2d\u62ec\u53f7\u5185\u81ea\u5b9a\u4e49 \u5907\u6ce8:\u4e0d\u8981\u4e71\u52a8\u53cc\u5f15\u53f7\uff0c\u533a\u5206\u5927\u5c0f\u5199\n  html=&#91;&#91;<\/code><\/pre>\n\n\n\n<p>\u624b\u52a8\u521b\u5efa\u65e5\u5fd7\u76ee\u5f55<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#\u521b\u5efa\u76ee\u5f55\nmkdir -p \/etc\/nginx\/logs\/waflog\n#\u6388\u6743\nchmod 755 -R <meta charset=\"utf-8\">\/etc\/nginx\/logs\/waflog\nchown nginx.root -R <meta charset=\"utf-8\">\/etc\/nginx\/logs\/waflog<\/code><\/pre>\n\n\n\n<p>\u63a5\u7740\u6211\u4eec\u5728nginx.conf\u6587\u4ef6\u4e2dhttp\u6a21\u5757\u4e2d\u6dfb\u52a0\u914d\u7f6e<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>lua_package_path \"\/etc\/nginx\/waf\/?.lua\";\nlua_shared_dict limit 10m;\ninit_by_lua_file \/etc\/nginx\/waf\/init.lua;\naccess_by_lua_file \/etc\/nginx\/waf\/waf.lua;<\/code><\/pre>\n\n\n\n<p>\u6dfb\u52a0\u5b8c\u6210\u4ee5\u540e\u6211\u4eec\u91cd\u542fnginx\uff08\u4e00\u5b9a\u8981\u91cd\u542f\uff0c\u4e0d\u80fdreload\uff0c\u56e0\u4e3a\u53ef\u6267\u884c\u6587\u4ef6\u5df2\u7ecf\u53d8\u4e86\uff0c\u91cd\u8f7d\u8fd8\u662f\u539f\u6765\u7684\u53ef\u6267\u884c\u6587\u4ef6\uff09<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl restart nginx<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">\u6d4b\u8bd5\u529f\u80fd<\/h4>\n\n\n\n<p>\u6211\u4eec\u5728\u6d4f\u89c8\u5668\u4e2d\u8f93\u5165\u4f60\u7684IP:\u7aef\u53e3\uff0c\u540e\u9762\u52a0\u4e0a\/?id=..\/etc\/passwd \uff0c\u5982\u679c\u51fa\u73b0\u9632\u706b\u5899\u4ee3\u8868\u4ee5\u53ca\u6210\u529f<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"396\" src=\"https:\/\/www.anger.ltd\/wp-content\/uploads\/2021\/12\/image-1024x396.png\" alt=\"\" class=\"wp-image-192\" srcset=\"https:\/\/www.anger.ltd\/wp-content\/uploads\/2021\/12\/image-1024x396.png 1024w, https:\/\/www.anger.ltd\/wp-content\/uploads\/2021\/12\/image-300x116.png 300w, https:\/\/www.anger.ltd\/wp-content\/uploads\/2021\/12\/image-768x297.png 768w, https:\/\/www.anger.ltd\/wp-content\/uploads\/2021\/12\/image-904x350.png 904w, https:\/\/www.anger.ltd\/wp-content\/uploads\/2021\/12\/image.png 1266w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption>\u5230\u6b64\u4e3a\u6b62\uff0cwaf\u9632\u62a4\u5b89\u88c5\u6210\u529f<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u5e73\u65f6\u6211\u90fd\u662f\u901a\u8fc7yum\u5b89\u88c5nignx\uff0c\u975e\u5e38\u65b9\u4fbf\u4e5f\u5f88\u5feb\uff0c\u574f\u5904\u5c31\u662f\u6dfb\u52a0\u6a21\u5757\u9700\u8981\u91cd\u65b0\u7f16\u8bd1\uff0c\u4e0d\u8fc7\u4e5f\u8fd8\u597d\uff0c\u6628\u5929\u516c\u53f8\u6d4b\u8bd5\u73af\u5883\u7684\u4e00\u53f0\u670d\u52a1\u5668\u6709\u9632\u706b\u5899\u7684\u9700\u6c42\uff0c\u5c31\u5c1d\u8bd5\u5b89\u88c5\u4e86\u4e00\u904d\uff0c\u4e0b\u9762\u662f\u5b89\u88c5\u65b9\u6cd5\u548c\u8fc7\u7a0b \u91cd\u65b0\u7f16\u8bd1Nginx \u9996\u5148\u9700\u8981\u5148\u77e5 &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-191","post","type-post","status-publish","format-standard","hentry","category-3"],"_links":{"self":[{"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/posts\/191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/comments?post=191"}],"version-history":[{"count":5,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/posts\/191\/revisions"}],"predecessor-version":[{"id":482,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/posts\/191\/revisions\/482"}],"wp:attachment":[{"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/media?parent=191"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/categories?post=191"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.anger.ltd\/index.php\/wp-json\/wp\/v2\/tags?post=191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}