{"id":182,"date":"2012-08-09T21:09:59","date_gmt":"2012-08-09T12:09:59","guid":{"rendered":"http:\/\/auctionpro.co.kr\/WPress\/?p=182"},"modified":"2022-09-23T18:24:31","modified_gmt":"2022-09-23T09:24:31","slug":"vsftpd-ftp%eb%a5%bc-%ec%9c%84%ed%95%9c-port-%eb%b3%80%ea%b2%bd-%eb%b0%a9%eb%b2%95","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=182","title":{"rendered":"vsftpd  FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Remark :  <\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>FTP \ud3ec\ud2b8\ub85c 54021 \uc744 \uc0ac\uc6a9\ud558\uace0, FTP-Data \ud3ec\ud2b8\ub85c 60019~20 \uc744<br>\uc0ac\uc6a9\ud558\ub3c4\ub85d \uc124\uc815\ud574 \ubcf4\uc790.<\/li><li>\uc11c\ubc84 \ubc29\ud654\ubcbd\uc5d0\uc11c 54021, 60019:60023, port\uac00 \uc5f4\ub824 \uc788\uc5b4\uc57c \ud55c\ub2e4.<br>Data \ud3ec\ud2b8 60019 \ud558\ub098\ub85c\ub3c4 \uc0ac\uc6a9\uac00\ub2a5 \ud558\ub098 \ud3ec\ud2b8\uac00 \uc791\uc5b4 \uc791\ub3d9\uc5d0 \uc9c0\uc7a5\uc774 \uc0dd\uae34\ub2e4. .<\/li><li>Data \ud3ec\ud2b8 \uac1c\uc218\uac00 \ub3d9\uc2dc \uc0ac\uc6a9\uc790 \uac00\ub2a5\uba85\uc218\uc640 \ub3d9\uc77c <\/li><li>\uc0ac\uc6a9\uc790 \ucd08\uac00\uc2dc : 500 OOPS: vsf_sysutil_bind 500 OOPS: priv_sock_get_int \ubc38\uc0dd<\/li><li>vi \/etc\/vsftpd.conf (in Ubuntu), vi \/etc\/vsftpd\/vsftpd.conf (in CentOS)<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02.png\"><img loading=\"lazy\" decoding=\"async\" width=\"842\" height=\"384\" src=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02.png\" alt=\"\" class=\"wp-image-6839\" srcset=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02.png 842w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02-300x137.png 300w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02-768x350.png 768w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02-150x68.png 150w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02-400x182.png 400w\" sizes=\"auto, (max-width: 842px) 100vw, 842px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">FTP :<\/h3>\n\n\n\n<p>File Transfer Protocol (FTP) servers can be useful for providing files to customers and for exchanging files with partners and business associates. However, FTP can become the bane of existence for the admins who must keep these services secure and operational. Poorly secured FTP services can often result in a successful attack on a server. That&#8217;s where VSFTP comes in.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">VSFTP :<\/h3>\n\n\n\n<p>VSFTP is a secure, stable, and fast FTP server. It can greatly decrease the chances of an attacker gaining access to a server via FTP exploits. Want evidence? The Red Hat, OpenBSD, and SuSE FTP sites all have one thing in common: They all run on VSFTP. Even SANS recommends VSFTP as the preferred FTP daemon because of its tight security.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Port Change<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \"># vi \/etc\/vsftpd.conf (in Ubuntu), vi \/etc\/vsftpd\/vsftpd.conf (in CentOS)\n# vi \/etc\/vsftpd\/vsftpd.conf\n\nlisten=YES\nanonymous_enable=NO\nlocal_enable=YES\nwrite_enable=YES\n\ndirmessage_enable=YES\n\nxferlog_enable=YES\n\nconnect_from_port_20=YES\n\nchroot_local_user=YES\n\n#listen_ipv6=YES\n\npam_service_name=ftp\n\nlisten_port=54021\npasv_min_port=60019\npasv_max_port=60023\npasv_address= {Server IP} #\uc11c\ubc84\uc544\uc774\ud53c\npasv_addr_resolve=YES\npasv_enable=YES\nlog_ftp_protocol=YES\n\nforce_dot_files=YES\nhide_ids=YES\nmax_per_ip=10\nmax_clients=100\nallow_writeable_chroot=YES<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">port services change<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \"># sudo vi \/etc\/services\n\nftp 21\/tcp =&gt; ftp 54021\/tcp<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">firewall open<\/h3>\n\n\n\n<p>Inbound range<br>fpt tcp : 54021<br>passv tcp : 60019:60020<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">restart vsftpd<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl restart vsftpd<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">filezillar \uc5d0\uc11c \ubc18\ub4dc\uc2dc \uc218\ub3d9\ud615\uc73c\ub85c \uccb4\ud06c \ud574\uc57c \uc815\uc0c1\uc801\uc73c\ub85c \ud30c\uc77c\uc774 \ubcf4\uc5ec\uc9c4\ub2e4.<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/FileZilla_Setting.png\"><img loading=\"lazy\" decoding=\"async\" width=\"627\" height=\"523\" src=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/FileZilla_Setting.png\" alt=\"\" class=\"wp-image-7921\" srcset=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/FileZilla_Setting.png 627w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/FileZilla_Setting-300x250.png 300w\" sizes=\"auto, (max-width: 627px) 100vw, 627px\" \/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Remark : FTP \ud3ec\ud2b8\ub85c 54021 \uc744 \uc0ac\uc6a9\ud558\uace0, FTP-Data \ud3ec\ud2b8\ub85c 60019~20 \uc744\uc0ac\uc6a9\ud558\ub3c4\ub85d \uc124\uc815\ud574 \ubcf4\uc790. \uc11c\ubc84 \ubc29\ud654\ubcbd\uc5d0\uc11c 54021, 60019:60023, port\uac00 \uc5f4\ub824 \uc788\uc5b4\uc57c \ud55c\ub2e4.Data \ud3ec\ud2b8 60019 \ud558\ub098\ub85c\ub3c4 \uc0ac\uc6a9\uac00\ub2a5 <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=182\" title=\"vsftpd  FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11],"tags":[],"class_list":["post-182","post","type-post","status-publish","format-standard","hentry","category-centos"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>vsftpd FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95 - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=182\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"vsftpd FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"Remark : FTP \ud3ec\ud2b8\ub85c 54021 \uc744 \uc0ac\uc6a9\ud558\uace0, FTP-Data \ud3ec\ud2b8\ub85c 60019~20 \uc744\uc0ac\uc6a9\ud558\ub3c4\ub85d \uc124\uc815\ud574 \ubcf4\uc790. \uc11c\ubc84 \ubc29\ud654\ubcbd\uc5d0\uc11c 54021, 60019:60023, port\uac00 \uc5f4\ub824 \uc788\uc5b4\uc57c \ud55c\ub2e4.Data \ud3ec\ud2b8 60019 \ud558\ub098\ub85c\ub3c4 \uc0ac\uc6a9\uac00\ub2a5 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=182\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2012-08-09T12:09:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-23T09:24:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02.png\" \/>\n\t<meta property=\"og:image:width\" content=\"842\" \/>\n\t<meta property=\"og:image:height\" content=\"384\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"vsftpd FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95\",\"datePublished\":\"2012-08-09T12:09:59+00:00\",\"dateModified\":\"2022-09-23T09:24:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182\"},\"wordCount\":170,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2012\\\/08\\\/ftp_Active_Passive02.png\",\"articleSection\":[\"[OS]CentOS\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182\",\"name\":\"vsftpd FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2012\\\/08\\\/ftp_Active_Passive02.png\",\"datePublished\":\"2012-08-09T12:09:59+00:00\",\"dateModified\":\"2022-09-23T09:24:31+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182#primaryimage\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2012\\\/08\\\/ftp_Active_Passive02.png\",\"contentUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2012\\\/08\\\/ftp_Active_Passive02.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=182#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"vsftpd FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"vsftpd FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95 - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=182","og_locale":"ko_KR","og_type":"article","og_title":"vsftpd FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95 - AuctionPro","og_description":"Remark : FTP \ud3ec\ud2b8\ub85c 54021 \uc744 \uc0ac\uc6a9\ud558\uace0, FTP-Data \ud3ec\ud2b8\ub85c 60019~20 \uc744\uc0ac\uc6a9\ud558\ub3c4\ub85d \uc124\uc815\ud574 \ubcf4\uc790. \uc11c\ubc84 \ubc29\ud654\ubcbd\uc5d0\uc11c 54021, 60019:60023, port\uac00 \uc5f4\ub824 \uc788\uc5b4\uc57c \ud55c\ub2e4.Data \ud3ec\ud2b8 60019 \ud558\ub098\ub85c\ub3c4 \uc0ac\uc6a9\uac00\ub2a5 [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=182","og_site_name":"AuctionPro","article_published_time":"2012-08-09T12:09:59+00:00","article_modified_time":"2022-09-23T09:24:31+00:00","og_image":[{"width":842,"height":384,"url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02.png","type":"image\/png"}],"author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=182#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=182"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"vsftpd FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95","datePublished":"2012-08-09T12:09:59+00:00","dateModified":"2022-09-23T09:24:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=182"},"wordCount":170,"commentCount":0,"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=182#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02.png","articleSection":["[OS]CentOS"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=182#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=182","url":"https:\/\/www.auctionpro.co.kr\/?p=182","name":"vsftpd FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=182#primaryimage"},"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=182#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02.png","datePublished":"2012-08-09T12:09:59+00:00","dateModified":"2022-09-23T09:24:31+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=182#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=182"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.auctionpro.co.kr\/?p=182#primaryimage","url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02.png","contentUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2012\/08\/ftp_Active_Passive02.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=182#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"vsftpd FTP\ub97c \uc704\ud55c Port \ubcc0\uacbd \ubc29\ubc95"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=182"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/182\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=182"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=182"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}