{"id":1830,"date":"2026-03-03T09:57:20","date_gmt":"2026-03-03T01:57:20","guid":{"rendered":"https:\/\/www.52runoob.com\/?p=1830"},"modified":"2026-03-03T09:57:20","modified_gmt":"2026-03-03T01:57:20","slug":"php%e9%98%b2%e6%ad%a2shell%e5%91%bd%e4%bb%a4%e6%b3%a8%e5%85%a5%e7%9a%84%e6%9c%89%e6%95%88%e6%96%b9%e6%b3%95-2","status":"publish","type":"post","link":"https:\/\/www.52runoob.com\/index.php\/2026\/03\/03\/php%e9%98%b2%e6%ad%a2shell%e5%91%bd%e4%bb%a4%e6%b3%a8%e5%85%a5%e7%9a%84%e6%9c%89%e6%95%88%e6%96%b9%e6%b3%95-2\/","title":{"rendered":"PHP\u9632\u6b62Shell\u547d\u4ee4\u6ce8\u5165\u7684\u6709\u6548\u65b9\u6cd5"},"content":{"rendered":"\n<p>PHP \u9632\u6b62 Shell \u547d\u4ee4\u6ce8\u5165\uff08Command Injection\uff09\u662f\u751f\u4ea7\u5b89\u5168\u7684<strong>\u9ad8\u5371\u91cd\u70b9<\/strong>\u3002<br>\u4e00\u53e5\u8bdd\u539f\u5219\uff1a<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u2757 <strong>\u6c38\u8fdc\u4e0d\u8981\u628a\u7528\u6237\u8f93\u5165\u76f4\u63a5\u62fc\u63a5\u8fdb shell \u547d\u4ee4\u3002<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>\u4e0b\u9762\u7ed9\u4f60\u4e00\u4efd <strong>\u5b8c\u6574\u7684\u4f01\u4e1a\u7ea7\u9632\u62a4\u6307\u5357<\/strong>\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u4e00\u3001\u4ec0\u4e48\u662f Shell \u547d\u4ee4\u6ce8\u5165\uff1f<\/h1>\n\n\n\n<p>\u5371\u9669\u5199\u6cd5\u793a\u4f8b\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n$ip = $_GET&#x5B;&#039;ip&#039;];\nsystem(&quot;ping &quot; . $ip);\n\n<\/pre><\/div>\n\n\n<p>\u653b\u51fb\u8005\u8f93\u5165\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n127.0.0.1; rm -rf \/\n\n<\/pre><\/div>\n\n\n<p>\u6700\u7ec8\u6267\u884c\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nping 127.0.0.1; rm -rf \/\n\n<\/pre><\/div>\n\n\n<p>\u76f4\u63a5\u88ab\u6267\u884c\u7b2c\u4e8c\u6761\u547d\u4ee4\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u4e8c\u3001PHP \u4e2d\u9ad8\u98ce\u9669\u51fd\u6570<\/h1>\n\n\n\n<p>\u4ee5\u4e0b\u51fd\u6570\u90fd\u4f1a\u6267\u884c\u7cfb\u7edf\u547d\u4ee4\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>system()<\/code><\/li>\n\n\n\n<li><code>exec()<\/code><\/li>\n\n\n\n<li><code>shell_exec()<\/code><\/li>\n\n\n\n<li><code>passthru()<\/code><\/li>\n\n\n\n<li><code>popen()<\/code><\/li>\n\n\n\n<li><code>proc_open()<\/code><\/li>\n\n\n\n<li>\u53cd\u5f15\u53f7 <code>`command`<\/code><\/li>\n<\/ul>\n\n\n\n<p>\u26a0\ufe0f \u53ea\u8981\u6d89\u53ca\u7528\u6237\u8f93\u5165\uff0c\u5c31\u5fc5\u987b\u5904\u7406\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u4e09\u3001\u6700\u6709\u6548\u7684\u9632\u5fa1\u65b9\u6cd5<\/h1>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u2705 \u65b9\u6cd5\u4e00\uff1a\u6c38\u8fdc\u4e0d\u8981\u62fc\u63a5\u5b57\u7b26\u4e32<\/h1>\n\n\n\n<p>\u274c \u9519\u8bef\u5199\u6cd5\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nsystem(&quot;ping &quot; . $_GET&#x5B;&#039;ip&#039;]);\n\n<\/pre><\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u2705 \u65b9\u6cd5\u4e8c\uff1a\u4f7f\u7528 escapeshellarg()<\/h1>\n\n\n\n<p>\u8fd9\u662f\u6700\u57fa\u7840\u5b89\u5168\u65b9\u6cd5\u3002<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n$ip = escapeshellarg($_GET&#x5B;&#039;ip&#039;]);\nsystem(&quot;ping &quot; . $ip);\n\n<\/pre><\/div>\n\n\n<p>\u6548\u679c\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n127.0.0.1; rm -rf \/\n\n<\/pre><\/div>\n\n\n<p>\u4f1a\u53d8\u6210\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#039;127.0.0.1; rm -rf \/&#039;\n\n<\/pre><\/div>\n\n\n<p>\u4e0d\u4f1a\u88ab\u89e3\u6790\u4e3a\u591a\u4e2a\u547d\u4ee4\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u2705 \u65b9\u6cd5\u4e09\uff1a\u4f7f\u7528 escapeshellcmd()<\/h1>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n$cmd = escapeshellcmd(&quot;ping &quot; . $_GET&#x5B;&#039;ip&#039;]);\nsystem($cmd);\n\n<\/pre><\/div>\n\n\n<p>\u26a0\ufe0f \u6ce8\u610f\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>escapeshellcmd()<\/code> \u9002\u7528\u4e8e\u6574\u4e2a\u547d\u4ee4<\/li>\n\n\n\n<li><code>escapeshellarg()<\/code> \u9002\u7528\u4e8e\u53c2\u6570<\/li>\n\n\n\n<li>\u66f4\u63a8\u8350 <code>escapeshellarg()<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u2705 \u65b9\u6cd5\u56db\uff1a\u767d\u540d\u5355\u9a8c\u8bc1\uff08\u6700\u5b89\u5168\uff09<\/h1>\n\n\n\n<p>\u4f8b\u5982\u53ea\u5141\u8bb8 IP \u5730\u5740\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n$ip = $_GET&#x5B;&#039;ip&#039;];\n\nif (!filter_var($ip, FILTER_VALIDATE_IP)) {\n    die(&quot;Invalid IP&quot;);\n}\n\nsystem(&quot;ping &quot; . escapeshellarg($ip));\n\n<\/pre><\/div>\n\n\n<p>\u6216\u8005\u9650\u5236\u56fa\u5b9a\u547d\u4ee4\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n$allowed = &#x5B;&#039;start&#039;, &#039;stop&#039;, &#039;restart&#039;];\n\n$action = $_GET&#x5B;&#039;action&#039;];\n\nif (!in_array($action, $allowed)) {\n    die(&quot;Invalid action&quot;);\n}\n\n<\/pre><\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u2705 \u65b9\u6cd5\u4e94\uff1a\u4f7f\u7528 proc_open \u5e76\u5206\u79bb\u53c2\u6570\uff08\u9ad8\u7ea7\u63a8\u8350\uff09<\/h1>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n$ip = $_GET&#x5B;&#039;ip&#039;];\n\nif (!filter_var($ip, FILTER_VALIDATE_IP)) {\n    die(&quot;Invalid IP&quot;);\n}\n\n$process = proc_open(\n    &#x5B;&#039;ping&#039;, $ip],\n    &#x5B;\n        1 =&gt; &#x5B;&#039;pipe&#039;, &#039;w&#039;],\n        2 =&gt; &#x5B;&#039;pipe&#039;, &#039;w&#039;]\n    ],\n    $pipes\n);\n\n<\/pre><\/div>\n\n\n<p>\u4f18\u70b9\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u4e0d\u7ecf\u8fc7 shell<\/li>\n\n\n\n<li>\u4e0d\u89e3\u6790\u7279\u6b8a\u5b57\u7b26<\/li>\n\n\n\n<li>\u53c2\u6570\u5206\u79bb\u6267\u884c<\/li>\n<\/ul>\n\n\n\n<p>\u8fd9\u662f<strong>\u6700\u5b89\u5168\u65b9\u5f0f<\/strong>\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u56db\u3001\u6700\u4f73\u5b9e\u8df5\u67b6\u6784\u5efa\u8bae<\/h1>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">1\ufe0f\u20e3 \u7981\u7528\u5371\u9669\u51fd\u6570\uff08\u751f\u4ea7\u5fc5\u987b\uff09<\/h2>\n\n\n\n<p>php.ini\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\ndisable_functions = system,exec,shell_exec,passthru,popen,proc_open\n\n<\/pre><\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">2\ufe0f\u20e3 \u4f7f\u7528 sudo \u767d\u540d\u5355\u673a\u5236<\/h2>\n\n\n\n<p>\u5982\u679c\u5fc5\u987b\u6267\u884c\u7cfb\u7edf\u547d\u4ee4\uff1a<\/p>\n\n\n\n<p>\u7f16\u8f91 sudoers\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nwww-data ALL=(ALL) NOPASSWD: \/usr\/bin\/safe_script.sh\n\n<\/pre><\/div>\n\n\n<p>\u7136\u540e\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nexec(&quot;sudo \/usr\/bin\/safe_script.sh&quot;);\n\n<\/pre><\/div>\n\n\n<p>\u53ea\u5141\u8bb8\u56fa\u5b9a\u811a\u672c\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">3\ufe0f\u20e3 \u628a\u903b\u8f91\u5199\u8fdb\u56fa\u5b9a\u811a\u672c<\/h2>\n\n\n\n<p>\u4e0d\u8981\u8ba9 PHP \u76f4\u63a5\u6267\u884c\u52a8\u6001\u547d\u4ee4\u3002<\/p>\n\n\n\n<p>\u9519\u8bef\u505a\u6cd5\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nexec(&quot;rm -rf \/tmp\/&quot; . $_GET&#x5B;&#039;file&#039;]);\n\n<\/pre><\/div>\n\n\n<p>\u6b63\u786e\u505a\u6cd5\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nexec(&quot;\/usr\/local\/bin\/delete_tmp.sh&quot;);\n\n<\/pre><\/div>\n\n\n<p>\u811a\u672c\u5185\u90e8\u81ea\u884c\u9a8c\u8bc1\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u4e94\u3001\u5e38\u89c1\u653b\u51fb\u65b9\u5f0f<\/h1>\n\n\n\n<p>\u653b\u51fb\u8005\u53ef\u80fd\u8f93\u5165\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n; ls\n&amp;amp;&amp;amp; whoami\n| cat \/etc\/passwd\n`id`\n$(rm -rf \/)\n\n<\/pre><\/div>\n\n\n<p>\u5982\u679c\u6ca1\u8fc7\u6ee4\uff0c\u5168\u90e8\u4f1a\u6267\u884c\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u516d\u3001\u771f\u5b9e\u751f\u4ea7\u5b89\u5168\u7b56\u7565<\/h1>\n\n\n\n<p>\u4f01\u4e1a\u7ea7\u5fc5\u987b\u505a\u5230\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u8f93\u5165\u767d\u540d\u5355<\/li>\n\n\n\n<li>\u53c2\u6570\u8fc7\u6ee4<\/li>\n\n\n\n<li>\u4f7f\u7528 escapeshellarg<\/li>\n\n\n\n<li>\u4e0d\u4f7f\u7528 shell_exec<\/li>\n\n\n\n<li>\u9650\u5236 PHP \u8fd0\u884c\u6743\u9650<\/li>\n\n\n\n<li>\u4e0d\u7528 root \u8fd0\u884c PHP-FPM<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u4e03\u3001\u5bf9\u6bd4\u5b89\u5168\u7b49\u7ea7<\/h1>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\u65b9\u6cd5<\/th><th>\u5b89\u5168\u7b49\u7ea7<\/th><\/tr><\/thead><tbody><tr><td>\u62fc\u63a5\u5b57\u7b26\u4e32<\/td><td>\u274c \u6781\u5371\u9669<\/td><\/tr><tr><td>escapeshellcmd<\/td><td>\u2b50\u2b50<\/td><\/tr><tr><td>escapeshellarg<\/td><td>\u2b50\u2b50\u2b50<\/td><\/tr><tr><td>\u767d\u540d\u5355\u9a8c\u8bc1<\/td><td>\u2b50\u2b50\u2b50\u2b50<\/td><\/tr><tr><td>proc_open \u53c2\u6570\u6570\u7ec4<\/td><td>\u2b50\u2b50\u2b50\u2b50\u2b50<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u516b\u3001\u7ec8\u6781\u5b89\u5168\u5efa\u8bae<\/h1>\n\n\n\n<h3 class=\"wp-block-heading\">\u6700\u5b89\u5168\u7684\u65b9\u5f0f\uff1a<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n$allowedIps = &#x5B;&#039;127.0.0.1&#039;, &#039;8.8.8.8&#039;];\n\n$ip = $_GET&#x5B;&#039;ip&#039;];\n\nif (!in_array($ip, $allowedIps)) {\n    exit(&quot;Forbidden&quot;);\n}\n\n$process = proc_open(\n    &#x5B;&#039;ping&#039;, $ip],\n    &#x5B;1 =&gt; &#x5B;&#039;pipe&#039;, &#039;w&#039;]],\n    $pipes\n);\n\n<\/pre><\/div>\n\n\n<p>\u4e0d\u62fc\u63a5\u5b57\u7b26\u4e32<br>\u4e0d\u7ecf\u8fc7 shell<br>\u9650\u5236\u8f93\u5165\u8303\u56f4<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u4e5d\u3001\u5982\u679c\u4f60\u7684\u9879\u76ee\u662f WordPress<\/h1>\n\n\n\n<p>\u50cf\u4f60\u4e4b\u524d\u63d0\u5230\u7684 WordPress\uff0c\u5982\u679c\u6709\u63d2\u4ef6\u4f7f\u7528\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nshell_exec($_GET&#x5B;&#039;cmd&#039;]);\n\n<\/pre><\/div>\n\n\n<p>\u90a3\u662f\u9ad8\u5371\u6f0f\u6d1e\u3002<\/p>\n\n\n\n<p>\u5fc5\u987b\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7acb\u5373\u5220\u9664<\/li>\n\n\n\n<li>\u5347\u7ea7\u63d2\u4ef6<\/li>\n\n\n\n<li>\u505a\u4ee3\u7801\u5ba1\u8ba1<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u5341\u3001\u603b\u7ed3<\/h1>\n\n\n\n<p>\u9632\u6b62 Shell \u6ce8\u5165\u7684\u6838\u5fc3\u53ea\u6709 4 \u6761\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u4e0d\u62fc\u63a5\u7528\u6237\u8f93\u5165<\/li>\n\n\n\n<li>\u4f7f\u7528 escapeshellarg<\/li>\n\n\n\n<li>\u4f7f\u7528\u767d\u540d\u5355\u9a8c\u8bc1<\/li>\n\n\n\n<li>\u5c3d\u91cf\u4e0d\u7528 shell<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\u5982\u679c\u4f60\u613f\u610f\uff0c\u6211\u53ef\u4ee5\u7ed9\u4f60\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ud83d\udd25 \u4e00\u4efd PHP \u5b89\u5168\u52a0\u56fa\u5b8c\u6574 checklist<\/li>\n\n\n\n<li>\ud83d\udd25 \u4e00\u4efd \u5e38\u89c1 Web \u6f0f\u6d1e\u9632\u5fa1\u5927\u5168<\/li>\n\n\n\n<li>\ud83d\udd25 WordPress \u5b89\u5168\u5f3a\u5316\u6307\u5357<\/li>\n\n\n\n<li>\ud83d\udd25 \u4f01\u4e1a\u670d\u52a1\u5668\u5b89\u5168\u914d\u7f6e\u65b9\u6848<\/li>\n<\/ul>\n\n\n\n<p>\u4f60\u73b0\u5728\u662f\u9047\u5230\u5b9e\u9645\u6f0f\u6d1e\uff0c\u8fd8\u662f\u505a\u5b89\u5168\u52a0\u56fa\uff1f<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PHP \u9632\u6b62 Shell \u547d\u4ee4\u6ce8\u5165\uff08Command Injection\uff09\u662f\u751f\u4ea7\u5b89&#8230; <a class=\"more-link\" href=\"https:\/\/www.52runoob.com\/index.php\/2026\/03\/03\/php%e9%98%b2%e6%ad%a2shell%e5%91%bd%e4%bb%a4%e6%b3%a8%e5%85%a5%e7%9a%84%e6%9c%89%e6%95%88%e6%96%b9%e6%b3%95-2\/\">Continue Reading &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[],"class_list":["post-1830","post","type-post","status-publish","format-standard","hentry","category-php"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/1830","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/comments?post=1830"}],"version-history":[{"count":1,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/1830\/revisions"}],"predecessor-version":[{"id":1831,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/1830\/revisions\/1831"}],"wp:attachment":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/media?parent=1830"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/categories?post=1830"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/tags?post=1830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}