├── .nojekyll ├── 404.html ├── CNAME ├── README.txt ├── about ├── index.html └── index.md ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── atom.xml ├── browserconfig.xml ├── categories ├── coding │ ├── index.html │ └── page │ │ ├── 1 │ │ └── index.html │ │ └── 2 │ │ └── index.html ├── cryptography │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── docker │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── event │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── experience │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── index.html ├── learn │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── life │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── popular │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── reverse │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── share │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── thinking │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── tutorial │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── web-security │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html └── writing │ ├── index.html │ └── page │ └── 1 │ └── index.html ├── css ├── style.min.css └── style.min.css.map ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── feed.xml ├── images ├── friends │ ├── cuiqingcai.webp │ ├── danchun.webp │ ├── fzz.webp │ ├── gdmm.webp │ ├── iamwang.webp │ ├── magic.webp │ ├── sarace.webp │ ├── sb.webp │ ├── sliverrainz.webp │ ├── webp.sh │ ├── xiaochaochao.webp │ ├── xuanwo.webp │ └── yihong.webp └── logo.jpg ├── index.html ├── index.json ├── index.xml ├── js ├── theme.min.js └── theme.min.js.map ├── lib ├── autocomplete │ └── autocomplete.min.js ├── clipboard │ └── clipboard.min.js ├── fonts │ ├── lg.eot │ ├── lg.svg │ ├── lg.ttf │ └── lg.woff ├── fuse │ └── fuse.min.js ├── icon │ └── css │ │ └── icon-embedded.css ├── img │ ├── loading.gif │ ├── video-play.png │ ├── vimeo-play.png │ └── youtube-play.png ├── instant-page │ └── 5.1.0.min.js ├── katex │ └── fonts │ │ ├── KaTeX_AMS-Regular.ttf │ │ ├── KaTeX_AMS-Regular.woff │ │ ├── KaTeX_AMS-Regular.woff2 │ │ ├── KaTeX_Caligraphic-Bold.ttf │ │ ├── KaTeX_Caligraphic-Bold.woff │ │ ├── KaTeX_Caligraphic-Bold.woff2 │ │ ├── KaTeX_Caligraphic-Regular.ttf │ │ ├── KaTeX_Caligraphic-Regular.woff │ │ ├── KaTeX_Caligraphic-Regular.woff2 │ │ ├── KaTeX_Fraktur-Bold.ttf │ │ ├── KaTeX_Fraktur-Bold.woff │ │ ├── KaTeX_Fraktur-Bold.woff2 │ │ ├── KaTeX_Fraktur-Regular.ttf │ │ ├── KaTeX_Fraktur-Regular.woff │ │ ├── KaTeX_Fraktur-Regular.woff2 │ │ ├── KaTeX_Main-Bold.ttf │ │ ├── KaTeX_Main-Bold.woff │ │ ├── KaTeX_Main-Bold.woff2 │ │ ├── KaTeX_Main-BoldItalic.ttf │ │ ├── KaTeX_Main-BoldItalic.woff │ │ ├── KaTeX_Main-BoldItalic.woff2 │ │ ├── KaTeX_Main-Italic.ttf │ │ ├── KaTeX_Main-Italic.woff │ │ ├── KaTeX_Main-Italic.woff2 │ │ ├── KaTeX_Main-Regular.ttf │ │ ├── KaTeX_Main-Regular.woff │ │ ├── KaTeX_Main-Regular.woff2 │ │ ├── KaTeX_Math-BoldItalic.ttf │ │ ├── KaTeX_Math-BoldItalic.woff │ │ ├── KaTeX_Math-BoldItalic.woff2 │ │ ├── KaTeX_Math-Italic.ttf │ │ ├── KaTeX_Math-Italic.woff │ │ ├── KaTeX_Math-Italic.woff2 │ │ ├── KaTeX_SansSerif-Bold.ttf │ │ ├── KaTeX_SansSerif-Bold.woff │ │ ├── KaTeX_SansSerif-Bold.woff2 │ │ ├── KaTeX_SansSerif-Italic.ttf │ │ ├── KaTeX_SansSerif-Italic.woff │ │ ├── KaTeX_SansSerif-Italic.woff2 │ │ ├── KaTeX_SansSerif-Regular.ttf │ │ ├── KaTeX_SansSerif-Regular.woff │ │ ├── KaTeX_SansSerif-Regular.woff2 │ │ ├── KaTeX_Script-Regular.ttf │ │ ├── KaTeX_Script-Regular.woff │ │ ├── KaTeX_Script-Regular.woff2 │ │ ├── KaTeX_Size1-Regular.ttf │ │ ├── KaTeX_Size1-Regular.woff │ │ ├── KaTeX_Size1-Regular.woff2 │ │ ├── KaTeX_Size2-Regular.ttf │ │ ├── KaTeX_Size2-Regular.woff │ │ ├── KaTeX_Size2-Regular.woff2 │ │ ├── KaTeX_Size3-Regular.ttf │ │ ├── KaTeX_Size3-Regular.woff │ │ ├── KaTeX_Size3-Regular.woff2 │ │ ├── KaTeX_Size4-Regular.ttf │ │ ├── KaTeX_Size4-Regular.woff │ │ ├── KaTeX_Size4-Regular.woff2 │ │ ├── KaTeX_Typewriter-Regular.ttf │ │ ├── KaTeX_Typewriter-Regular.woff │ │ └── KaTeX_Typewriter-Regular.woff2 ├── lightgallery │ ├── lg-thumbnail.min.js │ ├── lg-zoom.min.js │ ├── lightgallery.min.css │ └── lightgallery.min.js ├── mermaid │ ├── mermaid.min.css │ ├── mermaid.min.css.map │ └── mermaid.min.js ├── normalize │ └── normalize.min.css ├── sharer │ └── sharer.min.js ├── smooth-scroll │ └── smooth-scroll.min.js └── workbox-v6.4.2 │ ├── workbox-background-sync.dev.js │ ├── workbox-background-sync.dev.js.map │ ├── workbox-background-sync.prod.js │ ├── workbox-background-sync.prod.js.map │ ├── workbox-broadcast-update.dev.js │ ├── workbox-broadcast-update.dev.js.map │ ├── workbox-broadcast-update.prod.js │ ├── workbox-broadcast-update.prod.js.map │ ├── workbox-cacheable-response.dev.js │ ├── workbox-cacheable-response.dev.js.map │ ├── workbox-cacheable-response.prod.js │ ├── workbox-cacheable-response.prod.js.map │ ├── workbox-core.dev.js │ ├── workbox-core.dev.js.map │ ├── workbox-core.prod.js │ ├── workbox-core.prod.js.map │ ├── workbox-expiration.dev.js │ ├── workbox-expiration.dev.js.map │ ├── workbox-expiration.prod.js │ ├── workbox-expiration.prod.js.map │ ├── workbox-navigation-preload.dev.js │ ├── workbox-navigation-preload.dev.js.map │ ├── workbox-navigation-preload.prod.js │ ├── workbox-navigation-preload.prod.js.map │ ├── workbox-offline-ga.dev.js │ ├── workbox-offline-ga.dev.js.map │ ├── workbox-offline-ga.prod.js │ ├── workbox-offline-ga.prod.js.map │ ├── workbox-precaching.dev.js │ ├── workbox-precaching.dev.js.map │ ├── workbox-precaching.prod.js │ ├── workbox-precaching.prod.js.map │ ├── workbox-range-requests.dev.js │ ├── workbox-range-requests.dev.js.map │ ├── workbox-range-requests.prod.js │ ├── workbox-range-requests.prod.js.map │ ├── workbox-recipes.dev.js │ ├── workbox-recipes.dev.js.map │ ├── workbox-recipes.prod.js │ ├── workbox-recipes.prod.js.map │ ├── workbox-routing.dev.js │ ├── workbox-routing.dev.js.map │ ├── workbox-routing.prod.js │ ├── workbox-routing.prod.js.map │ ├── workbox-strategies.dev.js │ ├── workbox-strategies.dev.js.map │ ├── workbox-strategies.prod.js │ ├── workbox-strategies.prod.js.map │ ├── workbox-streams.dev.js │ ├── workbox-streams.dev.js.map │ ├── workbox-streams.prod.js │ ├── workbox-streams.prod.js.map │ ├── workbox-sw.js │ ├── workbox-sw.js.map │ ├── workbox-window.dev.es5.mjs │ ├── workbox-window.dev.es5.mjs.map │ ├── workbox-window.dev.mjs │ ├── workbox-window.dev.mjs.map │ ├── workbox-window.dev.umd.js │ ├── workbox-window.dev.umd.js.map │ ├── workbox-window.prod.es5.mjs │ ├── workbox-window.prod.es5.mjs.map │ ├── workbox-window.prod.mjs │ ├── workbox-window.prod.mjs.map │ ├── workbox-window.prod.umd.js │ └── workbox-window.prod.umd.js.map ├── links ├── index.html └── index.md ├── mstile-150x150.png ├── page ├── 1 │ └── index.html ├── 2 │ └── index.html ├── 3 │ └── index.html ├── 4 │ └── index.html ├── 5 │ └── index.html ├── 6 │ └── index.html ├── 7 │ └── index.html ├── 8 │ └── index.html ├── 9 │ └── index.html ├── 10 │ └── index.html ├── 11 │ └── index.html ├── 12 │ └── index.html ├── 13 │ └── index.html ├── 14 │ └── index.html ├── 15 │ └── index.html ├── 16 │ └── index.html ├── 17 │ └── index.html ├── 18 │ └── index.html ├── 19 │ └── index.html ├── 20 │ └── index.html ├── 21 │ └── index.html ├── 22 │ └── index.html ├── 23 │ └── index.html ├── 24 │ └── index.html ├── 25 │ └── index.html ├── 26 │ └── index.html ├── 27 │ └── index.html ├── 28 │ └── index.html ├── 29 │ └── index.html ├── 30 │ └── index.html ├── 31 │ └── index.html ├── 32 │ └── index.html ├── 33 │ └── index.html ├── 34 │ └── index.html └── 35 │ └── index.html ├── posts ├── coding │ ├── c-cpp-string-op │ │ ├── index.html │ │ └── index.md │ ├── crawl-all-the-courses-of-the-educational-administration-system-and-store-them-in-the-database │ │ ├── index.html │ │ └── index.md │ ├── deploy-blog-to-cf-workers-site │ │ ├── cf-dns.png │ │ ├── cf-dns_hu3529eee56912ee733c6785e8e28d1194_11315_1016x180_resize_q75_h2_box_3.webp │ │ ├── index.html │ │ ├── index.md │ │ ├── token.png │ │ └── token_hue7d26e74b9bd0c0f9cb15f0ae4145e4d_11887_561x246_resize_q75_h2_box_3.webp │ ├── i-love-rust-proc_macro │ │ ├── enum_variants_count.png │ │ ├── enum_variants_count_hu370b5981cebfdca4f541bcf123030a54_16393_559x163_resize_q75_h2_box_3.webp │ │ ├── index.html │ │ └── index.md │ ├── nali-golang │ │ ├── index.html │ │ └── index.md │ ├── new-concept-foreign-language-online-teaching-platform-script │ │ ├── index.html │ │ └── index.md │ ├── new-concept-foreign-language-online-teaching-platform-to-get-arbitrary-answers │ │ ├── index.html │ │ └── index.md │ ├── openssl-first-try-rsa-md5-base64 │ │ ├── build1.png │ │ ├── build1_hu019cf07ffb320f505a901e8f9e7586b0_14981_651x189_resize_q75_h2_box_3.webp │ │ ├── build2.png │ │ ├── build2_hudeaca1bd4f1a08f445bfebd53c3ef518_57314_155x92_resize_q75_h2_box_3.webp │ │ ├── env.png │ │ ├── env_hu1b339cdcef088ba71c0e08c5bd4346ed_9406_526x161_resize_q75_h2_box_3.webp │ │ ├── index.html │ │ ├── index.md │ │ ├── key1.png │ │ ├── key1_hufd17b09baea8e971a6b50544cb114dcc_29346_620x273_resize_q75_h2_box_3.webp │ │ ├── key2.png │ │ ├── key2_hu77fcc465899aaf9c3e0be57f84e56c55_11897_643x163_resize_q75_h2_box_3.webp │ │ ├── run1.png │ │ ├── run1_hu1ebefd56625b0904e9af14ded86be8e5_16611_1110x118_resize_q75_h2_box_3.webp │ │ ├── vs1.png │ │ ├── vs1_hu69c0279074ebca3855950d2a6e40bda3_363283_306x296_resize_q75_h2_box_3.webp │ │ ├── vs2.png │ │ ├── vs2_huec5bcc4756c6ba8aa94a769c68107934_8156_560x171_resize_q75_h2_box_3.webp │ │ ├── vsw1.png │ │ └── vsw1_hu175bf96b41aac86de79120bd8ed4b83a_26183_783x241_resize_q75_h2_box_3.webp │ ├── send-mail-via-endmail-service │ │ ├── index.html │ │ └── index.md │ ├── set-ipv6-for-every-docker-container │ │ ├── index.html │ │ └── index.md │ ├── set-proxy-for-git │ │ ├── index.html │ │ └── index.md │ ├── speedup-docker-pull │ │ ├── index.html │ │ └── index.md │ ├── speedup-github-page │ │ ├── css2.jpg │ │ ├── css2_hu68782f409f41f41337cab4c160668330_19406_903x137_resize_q75_h2_box.webp │ │ ├── font-swap.jpg │ │ ├── font-swap_hu75f569e462757ed26111cf3470ce8d7f_12458_793x143_resize_q75_h2_box.webp │ │ ├── font1.jpg │ │ ├── font1_hua1f943f9d9ed6f4fc24165b7515c18b7_16884_219x428_resize_q75_h2_box.webp │ │ ├── head.jpg │ │ ├── head_huda3a611fef04e94998c80128d5498932_41474_856x388_resize_q75_h2_box.webp │ │ ├── index.html │ │ ├── index.md │ │ ├── js1.jpg │ │ ├── js1_hu3c3cc72f09a05a553832e5c2106ee980_35532_1064x241_resize_q75_h2_box.webp │ │ ├── js2.jpg │ │ ├── js2_huc8248fa0d769270c438275256b4c01ee_11115_926x81_resize_q75_h2_box.webp │ │ ├── js3.jpg │ │ └── js3_hue3b4a34d93726da7ebc561dbe3f465a5_15629_1003x98_resize_q75_h2_box.webp │ ├── telegram-keyword-reply-bot │ │ ├── index.html │ │ └── index.md │ ├── tun-mode │ │ ├── index.html │ │ └── index.md │ ├── use-github-actions-to-auto-deploy-hexo │ │ ├── action-mark.jpg │ │ ├── action-mark_hu925ffbb4b9371740e53af886c774f0b2_41634_609x725_resize_q75_h2_box.webp │ │ ├── github1.jpg │ │ ├── github1_hu821b724baab64595bec1d52d0e152e34_14519_1002x195_resize_q75_h2_box.webp │ │ ├── index.html │ │ └── index.md │ └── use-ucloud-globalssh-to-speedup-server-ssh │ │ ├── index.html │ │ ├── index.md │ │ ├── mobaxterm-socks-http.jpg │ │ ├── mobaxterm-socks-http_hu2434e69cd396426c81d1f9066cef02df_24230_886x288_resize_q75_h2_box.webp │ │ ├── position.jpg │ │ └── position_hu6be109780381ed04b04a6e97e67bd64b_17823_726x386_resize_q75_h2_box.webp ├── events │ ├── cheat-for-follow │ │ ├── contributions2019.png │ │ ├── contributions2019_huf6d5214b0d81e4dac3de8e8cce646329_9997_920x217_resize_q75_h2_box_3.webp │ │ ├── contributions2020.png │ │ ├── contributions2020_hu08e02a6137d338baf78de2d51b045a6b_9814_930x225_resize_q75_h2_box_3.webp │ │ ├── follow_count.png │ │ ├── follow_count_hue4068906c84c5c20c9f391a3a5a2e36c_9093_344x211_resize_q75_h2_box_3.webp │ │ ├── follow_me.png │ │ ├── follow_me_hudbacbef76cff4e27ce39ff3750876ebc_11159_634x158_resize_q75_h2_box_3.webp │ │ ├── index.html │ │ ├── index.md │ │ ├── pin.png │ │ ├── pin_hu1493810ad9018ce5b639e637efbb50bc_12566_597x199_resize_q75_h2_box_3.webp │ │ ├── source-info.png │ │ ├── source-info_hu464259cd0106dab6c2919c343362b41b_37654_940x501_resize_q75_h2_box_3.webp │ │ ├── sources.png │ │ └── sources_hud21c0bff936177525d84ccef19de0eda_14624_950x186_resize_q75_h2_box_3.webp │ ├── mitm-https-hijack-github │ │ ├── fake-cert-2.jpg │ │ ├── fake-cert-2_hub329e191cea39c0047dbac544f7414de_67794_1051x961_resize_q75_h2_box.webp │ │ ├── fake-cert-ca.jpg │ │ ├── fake-cert-ca_huc249682e30b152273141bf38fa4e2235_66948_1048x950_resize_q75_h2_box.webp │ │ ├── github-cert-warn.jpg │ │ ├── github-cert-warn_hu32273bfb082d371e234baad3e839af1a_68393_1053x556_resize_q75_h2_box.webp │ │ ├── index.html │ │ └── index.md │ ├── pinkbot │ │ ├── index.html │ │ ├── index.md │ │ ├── test-backdoor.png │ │ ├── test-backdoor_hu06ae7568a8eb97acb357abb97fa2cb4f_231622_1919x1079_resize_q75_h2_box_3.webp │ │ ├── tieba-web-update.png │ │ ├── tieba-web-update_hu9efb79b37fd88cfd06cb61ac5fc742cc_270333_1919x985_resize_q75_h2_box_3.webp │ │ ├── update.jpg │ │ └── update_hub38e2aa914395ed6062e6a7393690ccd_313646_1080x826_resize_q75_h2_box.webp │ └── why-reveice-connection-from-class-e-ip │ │ ├── index.html │ │ ├── index.md │ │ ├── ip-logger.png │ │ └── ip-logger_hu4fba2ac6f0d66d6e71f7502c829a67bd_188547_1080x476_resize_q75_h2_box_3.webp ├── index.html ├── learn │ ├── dns-srv-record │ │ ├── index.html │ │ └── index.md │ ├── how-do-onion-service-work │ │ ├── index.html │ │ ├── index.md │ │ ├── tor-onion-services-1.png │ │ ├── tor-onion-services-1_hucb38fa13cf6ecf7070c1168e9599e8f7_17222_600x420_resize_q75_h2_box_3.webp │ │ ├── tor-onion-services-2.png │ │ ├── tor-onion-services-2_hufc3c4975a073b9fa304048fe3399b2da_19207_600x420_resize_q75_h2_box_3.webp │ │ ├── tor-onion-services-3.png │ │ ├── tor-onion-services-3_hu49b94caa109610aa62899a6a11dd3e8a_22213_600x420_resize_q75_h2_box_3.webp │ │ ├── tor-onion-services-4.png │ │ ├── tor-onion-services-4_huecc8a34bb5cdc777020f0c12517ab9df_21419_600x420_resize_q75_h2_box_3.webp │ │ ├── tor-onion-services-5.png │ │ ├── tor-onion-services-5_hue1ea1d08fd7f99b1bb6b9067b8f1bd74_22165_600x420_resize_q75_h2_box_3.webp │ │ ├── tor-onion-services-6.png │ │ └── tor-onion-services-6_hucc854f3a9083338604f4698c87d941d9_18018_600x420_resize_q75_h2_box_3.webp │ ├── maillist │ │ ├── 1.png │ │ ├── 1_hubc3b61169775b1ba4537923cea82e4c9_11751_600x216_resize_q75_h2_box_3.webp │ │ ├── 2.png │ │ ├── 2_hueb706f463c72ab7a27edd413dc9c7a6b_38806_808x325_resize_q75_h2_box_3.webp │ │ ├── 3.png │ │ ├── 3_hua418f79c393f11851835744be3582f7e_34033_766x249_resize_q75_h2_box_3.webp │ │ ├── 4.png │ │ ├── 4_hufb0bac66318dd79f53f61a627c8044ef_42611_741x439_resize_q75_h2_box_3.webp │ │ ├── index.html │ │ └── index.md │ ├── simple-regular-expression-use │ │ ├── index.html │ │ └── index.md │ └── some-git-skills │ │ ├── index.html │ │ └── index.md ├── life │ ├── bad-experience-with-name │ │ ├── accountrecovermail.png │ │ ├── accountrecovermail_hu8467ecef2685c1ca5ac77ca02f85b477_73695_776x632_resize_q75_h2_box_3.webp │ │ ├── bijia.png │ │ ├── bijia_hufc46de217d85f65bdc1ada69db5da117_20953_530x373_resize_q75_h2_box_3.webp │ │ ├── bijiao1.png │ │ ├── bijiao1_hu3de95ea3ee5c5e42681ea8787959cac8_75090_951x254_resize_q75_h2_box_3.webp │ │ ├── bijiao2.png │ │ ├── bijiao2_hu3ccb19eac1b0a7295075df0e7c08ed37_45950_951x288_resize_q75_h2_box_3.webp │ │ ├── cantlogin.png │ │ ├── cantlogin_hu01abb1c311f132fae321571df1a1ed28_13271_726x185_resize_q75_h2_box_3.webp │ │ ├── error.png │ │ ├── error_hu0624fd96f9a8b528bf90300e0b53eaa5_17519_741x276_resize_q75_h2_box_3.webp │ │ ├── gongdan2.png │ │ ├── gongdan2_hu8359cabfc00c48ca10a8d91128cc3bdf_28148_693x427_resize_q75_h2_box_3.webp │ │ ├── gongdan4.png │ │ ├── gongdan4_hu6f168fe75e9d0d22d6a11b01c37a6d0b_13444_631x254_resize_q75_h2_box_3.webp │ │ ├── index.html │ │ ├── index.md │ │ ├── refund1.png │ │ ├── refund1_hu08cba25187c95d92db046fe6898a38bc_46122_858x589_resize_q75_h2_box_3.webp │ │ ├── result.png │ │ ├── result_hu33d20717f44f755ebbcdfb845425b435_18368_745x267_resize_q75_h2_box_3.webp │ │ ├── v2ex1.png │ │ ├── v2ex1_hu5228223cb8bed3af7bf4b7c4a1dd4a01_15032_627x153_resize_q75_h2_box_3.webp │ │ ├── v2ex2.png │ │ └── v2ex2_hu777283aa51ef7d29c242f8ddbb137e07_18220_771x86_resize_q75_h2_box_3.webp │ ├── bake-sweet-potato │ │ ├── ex_1.jpg │ │ ├── ex_1_hu3926f301c5cd80414eb1b1eb2e5314c4_347035_2016x1430_resize_q75_h2_box.webp │ │ ├── ex_2.jpg │ │ ├── ex_2_hud6646f7b2bc289c400d91259ac4d4686_350685_2016x1512_resize_q75_h2_box.webp │ │ ├── ex_3.jpg │ │ ├── ex_3_hu57b0b908cccaa1ecb8b86e563736aad4_314493_1512x2016_resize_q75_h2_box.webp │ │ ├── ex_4.jpg │ │ ├── ex_4_hu981cfcc6327c8da6670517f0f35993cb_289354_2525x1464_resize_q75_h2_box.webp │ │ ├── ex_5.jpg │ │ ├── ex_5_hufc4bb439667b2eedba7ca9255d083eb9_183468_1059x1293_resize_q75_h2_box.webp │ │ ├── ex_6.jpg │ │ ├── ex_6_huc1d75b9525bf83a773f29cb69bbec349_181012_1610x927_resize_q75_h2_box.webp │ │ ├── ex_7.jpg │ │ ├── ex_7_hu60e7dafa80fb85a2a97e9f7917d20c8c_177567_1612x973_resize_q75_h2_box.webp │ │ ├── ex_8.jpg │ │ ├── ex_8_hu177c68cf2c043550db606ba6af26a580_310591_1613x1210_resize_q75_h2_box.webp │ │ ├── index.html │ │ └── index.md │ └── if-time-could-stop-at-the-moment-when-we-first-met │ │ ├── index.html │ │ └── index.md ├── linux │ ├── block-all-ips-in-a-country │ │ ├── index.html │ │ └── index.md │ ├── gcc-compile │ │ ├── index.html │ │ └── index.md │ ├── large-nofile-cause-asan-stuck │ │ ├── addr2line_also_stuck.png │ │ ├── addr2line_also_stuck_hu8684916663b9aea2101a5b0c731c9e79_37682_915x265_resize_q75_h2_box_3.webp │ │ ├── asan_normal_works.png │ │ ├── asan_normal_works_hu843adcb9f4c3ef501072e5b1b984d972_142890_1243x1001_resize_q75_h2_box_3.webp │ │ ├── asan_options_symbolize_off.png │ │ ├── asan_options_symbolize_off_huad9cb65d0ed5337ff5eff9c1267928d2_70146_1247x311_resize_q75_h2_box_3.webp │ │ ├── asan_stuck.png │ │ ├── asan_stuck_hu6ff1142a74841c83d7167d84a2641030_34280_947x278_resize_q75_h2_box_3.webp │ │ ├── cat_stack.png │ │ ├── cat_stack_hu91b90d96476c14248a3c1870987a44bd_56594_1253x302_resize_q75_h2_box_3.webp │ │ ├── gdb_attach_1.png │ │ ├── gdb_attach_1_hu5fd188a493f98ec7189955c1da6cca08_6245292_2503x830_resize_q75_h2_box_3.webp │ │ ├── gdb_attach_2.png │ │ ├── gdb_attach_2_hu6d0f57975e98a16e3a64039d6dd5528d_257129_2384x791_resize_q75_h2_box_3.webp │ │ ├── index.html │ │ ├── index.md │ │ ├── strace_stuck_in_read.png │ │ └── strace_stuck_in_read_hucfed7316ff0b1fed3a9a63b776d472d2_56014_907x471_resize_q75_h2_box_3.webp │ ├── linux-add-swap │ │ ├── index.html │ │ └── index.md │ ├── linux-suid │ │ ├── index.html │ │ └── index.md │ ├── raspberry-pi-boot-script-to-send-ip-to-specified-email │ │ ├── index.html │ │ └── index.md │ ├── redirect-in-shell │ │ ├── index.html │ │ └── index.md │ └── ubuntu-iptables-nat │ │ ├── index.html │ │ ├── index.md │ │ ├── ipv4forward.png │ │ ├── ipv4forward_hub479f7817a930c92e9a8b330035e6521_7231_736x150_resize_q75_h2_box_3.webp │ │ ├── ubuntu-net.png │ │ ├── ubuntu-net_huf1653534e9c6e3b4a4ab229b48c8e6f7_19047_711x369_resize_q75_h2_box_3.webp │ │ ├── ubuntuvm.png │ │ ├── ubuntuvm_hud434d12cf95ba8059a71adbe8877d0e5_19615_721x396_resize_q75_h2_box_3.webp │ │ ├── win7.png │ │ ├── win7_hu10f4d9a4f6c13bf621a2dce366ffe3f6_83174_986x622_resize_q75_h2_box_3.webp │ │ ├── win7vm.png │ │ └── win7vm_hu45a1ac92f61f87be9ca3edfa90f8ddf5_18844_702x379_resize_q75_h2_box_3.webp ├── page │ ├── 1 │ │ └── index.html │ ├── 2 │ │ └── index.html │ ├── 3 │ │ └── index.html │ └── 4 │ │ └── index.html ├── security │ ├── crypto │ │ └── md5-hash-length-extension-attack │ │ │ ├── index.html │ │ │ └── index.md │ ├── reverse │ │ ├── crack-sdu-online-exam-software │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 10_hu8d59a028ab85f7efa893bb6309ec88a5_4794_508x155_resize_q75_h2_box_3.webp │ │ │ ├── 11.png │ │ │ ├── 11_hu94116cbb480ac9baba841276713bd854_49834_943x383_resize_q75_h2_box_3.webp │ │ │ ├── 12.png │ │ │ ├── 12_hud65c80aa3dfda43b19226ea198925b3b_12375_713x352_resize_q75_h2_box_3.webp │ │ │ ├── 13.png │ │ │ ├── 13_huc572c90f9c5f259fb5a39233fa1a218d_35740_506x532_resize_q75_h2_box_3.webp │ │ │ ├── 14.png │ │ │ ├── 14_hu62f4704e1edfdcff045cc107f5d1e9e2_18444_919x147_resize_q75_h2_box_3.webp │ │ │ ├── 15.png │ │ │ ├── 15_hu74c45fba88c2c8aaff2ab37e3737f2bc_11896_712x369_resize_q75_h2_box_3.webp │ │ │ ├── 16.png │ │ │ ├── 16_hua92a12730a633399d5909646f6b6a228_5253_521x191_resize_q75_h2_box_3.webp │ │ │ ├── 17.png │ │ │ ├── 17_huc8fa69fd22f174e19e87c36ab2629b59_19877_687x524_resize_q75_h2_box_3.webp │ │ │ ├── 18.png │ │ │ ├── 18_hu86dc051b5eeffb8a6d43231571b7420d_8565_566x230_resize_q75_h2_box_3.webp │ │ │ ├── 19.png │ │ │ ├── 19_hu74a2f69b095036587e01cbd96da18b1f_16513_766x398_resize_q75_h2_box_3.webp │ │ │ ├── 1_hu25a8c530758b57706e2e87126fbacdb6_79325_791x726_resize_q75_h2_box_3.webp │ │ │ ├── 2.png │ │ │ ├── 20.png │ │ │ ├── 20_hu9749bb6adc7c1ffbe60f9842912aca39_8053_795x197_resize_q75_h2_box_3.webp │ │ │ ├── 21.png │ │ │ ├── 21_hu9c39d8bd93f6c6135c591e187ef3e365_7736_766x198_resize_q75_h2_box_3.webp │ │ │ ├── 22.png │ │ │ ├── 22_hu76da69e78eda643be54e22201dca2479_22997_722x197_resize_q75_h2_box_3.webp │ │ │ ├── 23.png │ │ │ ├── 23_hua79c4ef30194639d489417a6df8f2089_54415_1203x243_resize_q75_h2_box_3.webp │ │ │ ├── 24.png │ │ │ ├── 24_hue38a12f7f86e7ab92367e4a87df35caa_13898_633x488_resize_q75_h2_box_3.webp │ │ │ ├── 25.png │ │ │ ├── 25_hucac295d42b1f5d8aa2fe5c5ed1f6c7ab_5196_568x160_resize_q75_h2_box_3.webp │ │ │ ├── 26.png │ │ │ ├── 26_hucca8f3950aead47907e72a59700ef743_2899_462x82_resize_q75_h2_box_3.webp │ │ │ ├── 27.png │ │ │ ├── 27_hubace17bc2bbaff64b4f85de799106b3e_1905_412x47_resize_q75_h2_box_3.webp │ │ │ ├── 28.png │ │ │ ├── 28_hu0ed56587f2db9c34806fded1f532c344_15127_616x731_resize_q75_h2_box_3.webp │ │ │ ├── 29.png │ │ │ ├── 29_hu240b85457e0019303ff568b7248477a6_789_263x27_resize_q75_h2_box_3.webp │ │ │ ├── 2_huaf7e2df93de3782a27bf3f7ad0c6a1ee_236641_573x625_resize_q75_h2_box_3.webp │ │ │ ├── 3.png │ │ │ ├── 30.png │ │ │ ├── 30_hu9064c6117fe421d5e78e6b0bfbd408c5_717_253x24_resize_q75_h2_box_3.webp │ │ │ ├── 31.png │ │ │ ├── 31_hu4f900fc2e20c75e0f6a97bd32068dd93_1416_614x59_resize_q75_h2_box_3.webp │ │ │ ├── 32.png │ │ │ ├── 32_hu45d84e718eb8b9e036574011a914cf1e_592_330x23_resize_q75_h2_box_3.webp │ │ │ ├── 33.png │ │ │ ├── 33_hu4234ba7663bf039103008a578de7bff7_5931_311x182_resize_q75_h2_box_3.webp │ │ │ ├── 34.png │ │ │ ├── 34_hua345c287cba9980b69c5584c446522cf_57491_1022x427_resize_q75_h2_box_3.webp │ │ │ ├── 3_hu4b39b258c7524202b8cd1416e38579e4_3815_671x132_resize_q75_h2_box_3.webp │ │ │ ├── 4.png │ │ │ ├── 4_hu11170951e1769b8607aa2379eeb4c945_13042_695x397_resize_q75_h2_box_3.webp │ │ │ ├── 5.png │ │ │ ├── 5_hu5fa83e71bb7eb2aed00de67a7fc10292_37880_936x592_resize_q75_h2_box_3.webp │ │ │ ├── 6.png │ │ │ ├── 6_hu41fa89c3b982affc8224b6ae274fe835_18325_950x144_resize_q75_h2_box_3.webp │ │ │ ├── 7.png │ │ │ ├── 7_hu0a9924ecaba783ef1b6e8c38ed0e49d0_47320_973x363_resize_q75_h2_box_3.webp │ │ │ ├── 8.png │ │ │ ├── 8_hua685867cbc444bfc8d9186a9fb49343e_11032_605x296_resize_q75_h2_box_3.webp │ │ │ ├── 9.png │ │ │ ├── 9_hu89cae707ca44a4196b4e0a6476a85ebd_31771_783x624_resize_q75_h2_box_3.webp │ │ │ ├── index.html │ │ │ ├── index.md │ │ │ └── 线上考试.zip │ │ ├── golang-reverse-thinking │ │ │ ├── index.html │ │ │ └── index.md │ │ ├── golang-reverse │ │ │ ├── index.html │ │ │ └── index.md │ │ └── xray-cracker │ │ │ ├── 1.4.5.png │ │ │ ├── 1.4.5_hu1366f82c8d4391b8d20942557fd7f48a_56051_987x201_resize_q75_h2_box_3.webp │ │ │ ├── 1.5.0.png │ │ │ ├── 1.5.0_hu735b2544b656d9c4b3ea4d0571fdd8f4_20842_543x753_resize_q75_h2_box_3.webp │ │ │ ├── 20201106.png │ │ │ ├── 20201106_huc9cc318fe37b1a6f8153e1568523954b_87756_1024x574_resize_q75_h2_box_3.webp │ │ │ ├── index.html │ │ │ ├── index.md │ │ │ ├── never.png │ │ │ ├── never_hu83006c21dd82aefe2604fc852876e244_51988_1081x576_resize_q75_h2_box_3.webp │ │ │ ├── ok.png │ │ │ └── ok_huf65e638799159df80c6040763bf4d978_123502_1216x465_resize_q75_h2_box_3.webp │ └── web-security │ │ ├── brush-votes │ │ ├── index.html │ │ └── index.md │ │ ├── bypass-tech-for-sql-injection-keyword-filtering │ │ ├── index.html │ │ └── index.md │ │ ├── dos-attack-on-360-university-user │ │ ├── index.html │ │ └── index.md │ │ ├── hack-hackbar │ │ ├── HackBar.zip │ │ ├── chrome-import.jpg │ │ ├── chrome-import_hua2e2f1a72fcab7acf1a8bfa88f462169_34544_990x347_resize_q75_h2_box.webp │ │ ├── chrome-version.jpg │ │ ├── chrome-version_hu2d0d719dd26c6864fbf2be7a0b230c5a_51048_1008x345_resize_q75_h2_box.webp │ │ ├── dirpath.jpg │ │ ├── dirpath_hu446f034bdbc83c19a566a5e9f8a3ff3a_18634_854x192_resize_q75_h2_box.webp │ │ ├── hack-hackbar-done.jpg │ │ ├── hack-hackbar-done_hu8a5fe6dfd89145010d8a36a4f28094b0_19009_847x246_resize_q75_h2_box.webp │ │ ├── index.html │ │ ├── index.md │ │ ├── install.jpg │ │ ├── install_hu1dcd63a5c4112258eca2e0ed5511e319_27477_1210x327_resize_q75_h2_box.webp │ │ ├── mod.jpg │ │ ├── not-hack.jpg │ │ ├── not-hack_huf94d4854ec50b36ce9d8386f3269f608_18834_847x261_resize_q75_h2_box.webp │ │ ├── price.jpg │ │ └── price_hu050246e74bfa7e18419c886b319b606a_14685_593x263_resize_q75_h2_box.webp │ │ ├── hide-your-webshell │ │ ├── ex_1.png │ │ ├── ex_10.png │ │ ├── ex_10_hu2afc3390c23b7b6f7590d3d1d6f0dd3f_29786_844x581_resize_q75_h2_box_3.webp │ │ ├── ex_11.png │ │ ├── ex_11_hu3e5f8c092f0b7d4c0b94c8dfe8c50c65_30259_844x581_resize_q75_h2_box_3.webp │ │ ├── ex_12.png │ │ ├── ex_12_hu99b5d973ac06bbc3e0ff9685aa3102bb_30165_845x581_resize_q75_h2_box_3.webp │ │ ├── ex_13.png │ │ ├── ex_13_hu6a3e1c51c2e0c295fdc6e85265639084_30221_844x581_resize_q75_h2_box_3.webp │ │ ├── ex_14.png │ │ ├── ex_14_hub50b6884ea01b7a46090001d79a243b0_30197_845x581_resize_q75_h2_box_3.webp │ │ ├── ex_15.png │ │ ├── ex_15_hue00e5697a33a14d7a10038f6bed474fb_30324_844x581_resize_q75_h2_box_3.webp │ │ ├── ex_16.png │ │ ├── ex_16_hu6b13db84172005f67aad3a46a58a5a68_28899_845x581_resize_q75_h2_box_3.webp │ │ ├── ex_17.png │ │ ├── ex_17_hu4f310e46a11473291d0bace3bca4e647_49036_740x520_resize_q75_h2_box_3.webp │ │ ├── ex_18.png │ │ ├── ex_18_hu68a1b2dadde3adf5d601fa990f392b41_32502_902x602_resize_q75_h2_box_3.webp │ │ ├── ex_19.png │ │ ├── ex_19_hua5ac026cb9960f669926a899600388ff_53882_1004x568_resize_q75_h2_box_3.webp │ │ ├── ex_1_huec863fcd991b5a860115d0c8c96bde80_5855_662x287_resize_q75_h2_box_3.webp │ │ ├── ex_2.png │ │ ├── ex_20.png │ │ ├── ex_20_hu4698517c26c830e386e3d43086c2a553_27891_1024x633_resize_q75_h2_box_3.webp │ │ ├── ex_2_hud8157cb6d9106b602ec0932930b24243_52079_780x550_resize_q75_h2_box_3.webp │ │ ├── ex_3.png │ │ ├── ex_3_hu2c4d58ea186c37b1f1e5b25a8657d838_10945_498x270_resize_q75_h2_box_3.webp │ │ ├── ex_4.png │ │ ├── ex_4_hueaa531329eca728081a84c07d452ef70_23161_641x339_resize_q75_h2_box_3.webp │ │ ├── ex_5.png │ │ ├── ex_5_hudcfd1c86d9ff9f14b24e2faec4f797e4_54254_858x497_resize_q75_h2_box_3.webp │ │ ├── ex_6.png │ │ ├── ex_6_hue52bdce1b600a1d8b0407ac4def148f1_42914_812x537_resize_q75_h2_box_3.webp │ │ ├── ex_7.png │ │ ├── ex_7_hua8d9397dcecd727e09eafc004016d4c0_186907_1080x586_resize_q75_h2_box_3.webp │ │ ├── ex_8.png │ │ ├── ex_8_hu2bcc87098c6bbdd36c27901ba3c08e7f_53111_936x502_resize_q75_h2_box_3.webp │ │ ├── ex_9.png │ │ ├── ex_9_hu8b212336840fc1c0d957a1964b8cb0f7_21740_714x326_resize_q75_h2_box_3.webp │ │ ├── index.html │ │ └── index.md │ │ ├── md5-compare-0e │ │ ├── index.html │ │ └── index.md │ │ ├── mysql-concat-concat-ws-group-concat │ │ ├── concat_ws.png │ │ ├── concat_ws_hu3ef593c49c38b219c8ad81d87e0684e1_14895_466x393_resize_q75_h2_box_3.webp │ │ ├── group_concat.gif │ │ ├── index.html │ │ └── index.md │ │ ├── scan-hikvision-weak-password │ │ ├── authsuccess.png │ │ ├── authsuccess_hubdc0d5b2408351270f3bc90cf653b9b7_29881_579x396_resize_q75_h2_box_3.webp │ │ ├── baseauth.png │ │ ├── baseauth_hu30d0875aedaeff9c7cb8d956948ad5b2_45681_807x451_resize_q75_h2_box_3.webp │ │ ├── index.html │ │ ├── index.md │ │ ├── shodan1.png │ │ └── shodan1_huc8b6d80391da224793bebff5e1b659db_205167_1387x890_resize_q75_h2_box_3.webp │ │ ├── sql-to-select-some-base-info │ │ ├── index.html │ │ └── index.md │ │ ├── xss-payload │ │ ├── index.html │ │ └── index.md │ │ └── yuketang-exam-block-report │ │ ├── index.html │ │ └── index.md ├── share │ └── pirated-movie │ │ ├── index.html │ │ └── index.md ├── thinking │ ├── 2021 │ │ ├── index.html │ │ └── index.md │ ├── capital-financial-economic │ │ ├── index.html │ │ └── index.md │ ├── continue-or-give-up │ │ ├── index.html │ │ └── index.md │ ├── deception-tactics-in-deepl-api-design │ │ ├── index.html │ │ └── index.md │ ├── false-sense-of-security │ │ ├── index.html │ │ └── index.md │ ├── fuck-involution │ │ ├── index.html │ │ └── index.md │ ├── knowledge-refining │ │ ├── index.html │ │ └── index.md │ ├── low-desire-of-expression │ │ ├── index.html │ │ └── index.md │ └── youthful-dreams-soar │ │ ├── index.html │ │ └── index.md └── tutorials │ ├── ai │ └── face-detection-and-recognition-basic-tutorial │ │ ├── index.html │ │ └── index.md │ ├── campus-network-speed-overlay │ ├── ikuai │ │ ├── add-load-balance.png │ │ ├── add-load-balance_hu0871626870399a0d506d030ec9889f3e_19308_664x344_resize_q75_h2_box_3.webp │ │ ├── add-wan-if.png │ │ ├── add-wan-if_hu684daeba6b87130d2284bdfe353c3f23_139130_719x426_resize_q75_h2_box_3.webp │ │ ├── load-balance.png │ │ └── load-balance_huee21e4efc6f414d5c51608629c69f835_46739_599x128_resize_q75_h2_box_3.webp │ ├── index.html │ ├── index.md │ ├── openwrt │ │ ├── mwan-interface.png │ │ ├── mwan-interface_hu4152b2e4189d37b51917b8dfa8415502_33920_797x426_resize_q75_h2_box_3.webp │ │ ├── mwan-member.png │ │ ├── mwan-member_hu128229219abfac83ba956b2bc1ee0e26_32285_730x372_resize_q75_h2_box_3.webp │ │ ├── mwan-policy.png │ │ ├── mwan-policy_huf0057ef3cab073b3a770a321c785247d_54579_766x533_resize_q75_h2_box_3.webp │ │ ├── mwan-rule-config.png │ │ ├── mwan-rule-config_hu5f3f57b70c1748ba92fc557370ed1263_30177_626x380_resize_q75_h2_box_3.webp │ │ ├── mwan-rule.png │ │ ├── mwan-rule_hua52f95ea462474b0cf9ac8cb58272a1d_39444_666x444_resize_q75_h2_box_3.webp │ │ ├── network-device-add.png │ │ ├── network-device-add_hu4a2aa46d6abc4695e42f682157e0b152_20526_561x321_resize_q75_h2_box_3.webp │ │ ├── network-device.png │ │ ├── network-device_hua4a41f9c73827df582ea964037e09721_41569_656x368_resize_q75_h2_box_3.webp │ │ ├── network-interface-add.png │ │ ├── network-interface-add_hu621dfbbca86664cd67b870fcdae67db3_36472_567x366_resize_q75_h2_box_3.webp │ │ ├── status.png │ │ └── status_hu8611a9ab490101676948cbbd5cc19e0d_17650_793x220_resize_q75_h2_box_3.webp │ └── sdu-srun.zip │ ├── http-proxy-ipv6-pool │ ├── cf-statistic.png │ ├── cf-statistic_huf4251d5f550aa4feede29971b2c7abfb_32579_1045x343_resize_q75_h2_box_3.webp │ ├── github-proxypool.png │ ├── index.html │ └── index.md │ └── p2p │ ├── fediverse │ ├── index.html │ ├── index.md │ ├── mastodon.webp │ ├── mastodon_lemmy.png │ ├── mastodon_lemmy_hu3d786cdeffe43d68657c9af44c7cff39_1770398_3321x2093_resize_q75_h2_box_3.webp │ ├── mastodon_pixelfed.png │ └── mastodon_pixelfed_hu52eac44f8e02f5abb2301fade121986a_123532_1328x646_resize_q75_h2_box_3.webp │ ├── ipfs-easy-use │ ├── index.html │ ├── index.md │ ├── ipfs-logo.png │ ├── ipfs-now-low.png │ ├── ipfs-now-low_hucf37f9c7b9809966f20b342d5b3216f0_47398_813x258_resize_q75_h2_box_3.webp │ ├── ipfs-origin-high.png │ ├── ipfs-origin-high_hu3eea88f8be2338a28eef177f823f2105_36095_828x210_resize_q75_h2_box_3.webp │ ├── nat-mapping.png │ └── nat-mapping_huc68249edc18ae4d99b6de292707b695f_10157_789x82_resize_q75_h2_box_3.webp │ └── ipfs │ ├── compare │ ├── ipfs-illustration-centralized.svg │ ├── ipfs-illustration-history.svg │ ├── ipfs-illustration-http.svg │ └── ipfs-illustration-network.svg │ ├── filecoin.png │ ├── filecoin_hu59116c23b2200775e35574249313ea8b_277953_1088x756_resize_q75_h2_box_3.webp │ ├── index.html │ ├── index.md │ ├── ipfs-applications-diagram.png │ ├── ipfs-applications-diagram_hu19aac670f6e619937c2c8cad6ce6f536_739482_2707x1227_resize_q75_h2_box_3.webp │ ├── ipfs-logo.png │ ├── ipfs-logo.svg │ ├── tutorial │ ├── ipfs_add.png │ ├── ipfs_add_hu1c96c226f6134ef6708ef949a5fca894_26053_1097x152_resize_q75_h2_box_3.webp │ ├── ipfs_cat.png │ ├── ipfs_env.png │ ├── ipfs_env_hu53d55428ab457539b5df30a7ebf7cf23_15025_610x264_resize_q75_h2_box_3.webp │ ├── ipfs_get.png │ ├── ipfs_get_hub7496c85bb414641f3077f6cc733b39d_34008_1076x276_resize_q75_h2_box_3.webp │ ├── ipfs_init.png │ ├── ipfs_init_hue0c94ec89459672a8c5cc644ff0765dd_18447_727x152_resize_q75_h2_box_3.webp │ ├── ipfs_ls.png │ └── ipfs_ls_hu5ebba350e887d3e45522f22c53bbc550_42643_1085x191_resize_q75_h2_box_3.webp │ ├── usefull │ ├── usefull_1.png │ ├── usefull_1_hu44cd894b481e49439e4024ed796a7bf4_20225_538x166_resize_q75_h2_box_3.webp │ ├── usefull_2.png │ └── usefull_2_hud188cfbd7834764fa61fe071c6cf27c8_19823_524x160_resize_q75_h2_box_3.webp │ ├── web │ ├── dnslink.png │ ├── dnslink_hu2066ae7cdfeed825f54764811fdc23f4_23865_1011x352_resize_q75_h2_box_3.webp │ ├── ipfs_dnslink_web.png │ ├── ipfs_dnslink_web_hu33d8573f961b2198a8f9cce73fac7e04_29509_832x360_resize_q75_h2_box_3.webp │ ├── ipfs_local_web.png │ ├── ipfs_local_web_huadb15ebe10d4db9e763e1c38076cb909_45426_1043x515_resize_q75_h2_box_3.webp │ ├── ipfs_name_publish.png │ ├── ipfs_web.png │ ├── ipfs_web_huc31d8cfbcc41ab9125f8980cf7f3d7c6_7419_664x89_resize_q75_h2_box_3.webp │ ├── ipns_web.png │ ├── ipns_web_hu28962914925ee0c2440453f343e921c2_9294_866x90_resize_q75_h2_box_3.webp │ ├── local_error.png │ ├── local_error_hub933175cd275d038d871d1d59177ba77_31148_799x326_resize_q75_h2_box_3.webp │ ├── webui.png │ └── webui_inspect.png │ └── work │ ├── ipfs-illustrations-how-1.svg │ ├── ipfs-illustrations-how-2.svg │ ├── ipfs-illustrations-how-3.svg │ ├── ipfs-illustrations-how-4.svg │ ├── ipfs-illustrations-how-5.svg │ ├── one-ipfs-node-only.png │ ├── one-ipfs-node-only_hu134fbf3dc9c72655ec002a1361ebd0db_348906_1673x1045_resize_q75_h2_box_3.webp │ ├── work_1.png │ ├── work_1_huec82a8acf873cbbdd65180e0cc3cbe80_18454_715x143_resize_q75_h2_box_3.webp │ ├── work_2.png │ ├── work_2_hud94bb78b709f95278d72421a0a468b77_6001_687x148_resize_q75_h2_box_3.webp │ ├── work_3.png │ ├── work_3_hu5cef949eb7c1c8c22a04f4a9246efd20_12989_713x144_resize_q75_h2_box_3.webp │ ├── work_4.png │ ├── work_4_hu094a3b5b5c985399ecfefd792883cc42_15836_701x144_resize_q75_h2_box_3.webp │ ├── work_5.png │ └── work_5_hu3ebe2645eb4e300f35ec45f1a3b47252_19622_710x139_resize_q75_h2_box_3.webp ├── projects ├── index.html └── index.md ├── robots.txt ├── rss.xml ├── site.webmanifest ├── sitemap.xml ├── sw.js ├── tags ├── ai │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── blog │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── bypass │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── c │ └── c++ │ │ ├── index.html │ │ └── page │ │ └── 1 │ │ └── index.html ├── ci │ └── cd │ │ ├── index.html │ │ └── page │ │ └── 1 │ │ └── index.html ├── cloudflare │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── coding │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── cooking │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── crack │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── cryptography │ └── index.html ├── dns │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── docker │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── domain │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── email │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── event │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── gdb │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── git │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── github │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── golang │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── hackbar │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── hexo │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── ikuai │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── index.html ├── ipfs │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── iptables │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── ipv6 │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── jsdelivr │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── learn │ └── index.html ├── life │ └── index.html ├── linux │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── llvm │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── macro │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── macvlan │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── md5 │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── mitm │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── mysql │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── ndp │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── network │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── openssl │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── openwrt │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── p2p │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── payload │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── php │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── proxy │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── psychology │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── python │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── reverse │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── scan │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── sgid │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── share │ └── index.html ├── shell │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── social-engineering │ └── index.html ├── sql │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── sql注入 │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── ssh │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── suid │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── swap │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── telegram │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── thinking │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── tor │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── tun │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── tutorial │ └── index.html ├── ucloud │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── ulimit │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── vultr │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── web-security │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── writing │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── xss │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── 哈希算法 │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── 回忆 │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── 多拨 │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── 年终总结 │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── 影视 │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── 树莓派 │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html ├── 正则 │ ├── index.html │ └── page │ │ └── 1 │ │ └── index.html └── 雨课堂 │ ├── index.html │ └── page │ └── 1 │ └── index.html └── xsl ├── rss.xsl └── sitemap.xsl /.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/.nojekyll -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | zu1k.com -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- 1 | 个人博客: https://zu1k.com -------------------------------------------------------------------------------- /android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/android-chrome-192x192.png -------------------------------------------------------------------------------- /android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/android-chrome-512x512.png -------------------------------------------------------------------------------- /apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/apple-touch-icon.png -------------------------------------------------------------------------------- /browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | #2d89ef 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /categories/coding/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/coding/ 2 | -------------------------------------------------------------------------------- /categories/cryptography/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/cryptography/ 2 | -------------------------------------------------------------------------------- /categories/docker/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/docker/ 2 | -------------------------------------------------------------------------------- /categories/event/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/event/ 2 | -------------------------------------------------------------------------------- /categories/experience/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/experience/ 2 | -------------------------------------------------------------------------------- /categories/learn/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/learn/ 2 | -------------------------------------------------------------------------------- /categories/life/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/life/ 2 | -------------------------------------------------------------------------------- /categories/popular/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/popular/ 2 | -------------------------------------------------------------------------------- /categories/reverse/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/reverse/ 2 | -------------------------------------------------------------------------------- /categories/share/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/share/ 2 | -------------------------------------------------------------------------------- /categories/thinking/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/thinking/ 2 | -------------------------------------------------------------------------------- /categories/tutorial/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/tutorial/ 2 | -------------------------------------------------------------------------------- /categories/web-security/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/web-security/ 2 | -------------------------------------------------------------------------------- /categories/writing/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/categories/writing/ 2 | -------------------------------------------------------------------------------- /favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/favicon-16x16.png -------------------------------------------------------------------------------- /favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/favicon-32x32.png -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/favicon.ico -------------------------------------------------------------------------------- /images/friends/cuiqingcai.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/cuiqingcai.webp -------------------------------------------------------------------------------- /images/friends/danchun.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/danchun.webp -------------------------------------------------------------------------------- /images/friends/fzz.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/fzz.webp -------------------------------------------------------------------------------- /images/friends/gdmm.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/gdmm.webp -------------------------------------------------------------------------------- /images/friends/iamwang.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/iamwang.webp -------------------------------------------------------------------------------- /images/friends/magic.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/magic.webp -------------------------------------------------------------------------------- /images/friends/sarace.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/sarace.webp -------------------------------------------------------------------------------- /images/friends/sb.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/sb.webp -------------------------------------------------------------------------------- /images/friends/sliverrainz.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/sliverrainz.webp -------------------------------------------------------------------------------- /images/friends/webp.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | PARAMS=('-q 75') 4 | 5 | if [ $# -ne 0 ]; then 6 | PARAMS=$@; 7 | fi 8 | 9 | cd $(pwd) 10 | 11 | shopt -s nullglob nocaseglob extglob 12 | 13 | for FILE in *.@(jpg|jpeg|tif|tiff|png|ico); do 14 | cwebp $PARAMS "$FILE" -o "${FILE%.*}".webp; 15 | done 16 | -------------------------------------------------------------------------------- /images/friends/xiaochaochao.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/xiaochaochao.webp -------------------------------------------------------------------------------- /images/friends/xuanwo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/xuanwo.webp -------------------------------------------------------------------------------- /images/friends/yihong.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/friends/yihong.webp -------------------------------------------------------------------------------- /images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/images/logo.jpg -------------------------------------------------------------------------------- /lib/fonts/lg.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/fonts/lg.eot -------------------------------------------------------------------------------- /lib/fonts/lg.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/fonts/lg.ttf -------------------------------------------------------------------------------- /lib/fonts/lg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/fonts/lg.woff -------------------------------------------------------------------------------- /lib/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/img/loading.gif -------------------------------------------------------------------------------- /lib/img/video-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/img/video-play.png -------------------------------------------------------------------------------- /lib/img/vimeo-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/img/vimeo-play.png -------------------------------------------------------------------------------- /lib/img/youtube-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/img/youtube-play.png -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_AMS-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_AMS-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_AMS-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_AMS-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_AMS-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_AMS-Regular.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Caligraphic-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Caligraphic-Bold.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Caligraphic-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Caligraphic-Bold.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Caligraphic-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Caligraphic-Bold.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Caligraphic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Caligraphic-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Caligraphic-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Caligraphic-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Caligraphic-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Caligraphic-Regular.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Fraktur-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Fraktur-Bold.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Fraktur-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Fraktur-Bold.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Fraktur-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Fraktur-Bold.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Fraktur-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Fraktur-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Fraktur-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Fraktur-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Fraktur-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Fraktur-Regular.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-Bold.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-Bold.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-Bold.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-BoldItalic.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-BoldItalic.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-BoldItalic.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-Italic.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-Italic.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-Italic.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Main-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Main-Regular.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Math-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Math-BoldItalic.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Math-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Math-BoldItalic.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Math-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Math-BoldItalic.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Math-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Math-Italic.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Math-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Math-Italic.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Math-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Math-Italic.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_SansSerif-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_SansSerif-Bold.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_SansSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_SansSerif-Bold.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_SansSerif-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_SansSerif-Bold.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_SansSerif-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_SansSerif-Italic.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_SansSerif-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_SansSerif-Italic.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_SansSerif-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_SansSerif-Italic.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_SansSerif-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_SansSerif-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_SansSerif-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_SansSerif-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_SansSerif-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_SansSerif-Regular.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Script-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Script-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Script-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Script-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Script-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Script-Regular.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size1-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size1-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size1-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size1-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size1-Regular.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size2-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size2-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size2-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size2-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size2-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size2-Regular.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size3-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size3-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size3-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size3-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size3-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size3-Regular.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size4-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size4-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size4-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Size4-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Size4-Regular.woff2 -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Typewriter-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Typewriter-Regular.ttf -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Typewriter-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Typewriter-Regular.woff -------------------------------------------------------------------------------- /lib/katex/fonts/KaTeX_Typewriter-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/lib/katex/fonts/KaTeX_Typewriter-Regular.woff2 -------------------------------------------------------------------------------- /lib/workbox-v6.4.2/workbox-cacheable-response.prod.js: -------------------------------------------------------------------------------- 1 | this.workbox=this.workbox||{},this.workbox.cacheableResponse=function(s){"use strict";try{self["workbox:cacheable-response:6.4.1"]&&_()}catch(s){}class t{constructor(s={}){this.O=s.statuses,this._=s.headers}isResponseCacheable(s){let t=!0;return this.O&&(t=this.O.includes(s.status)),this._&&t&&(t=Object.keys(this._).some((t=>s.headers.get(t)===this._[t]))),t}}return s.CacheableResponse=t,s.CacheableResponsePlugin=class{constructor(s){this.cacheWillUpdate=async({response:s})=>this.G.isResponseCacheable(s)?s:null,this.G=new t(s)}},s}({}); 2 | //# sourceMappingURL=workbox-cacheable-response.prod.js.map 3 | -------------------------------------------------------------------------------- /lib/workbox-v6.4.2/workbox-navigation-preload.prod.js: -------------------------------------------------------------------------------- 1 | this.workbox=this.workbox||{},this.workbox.navigationPreload=function(t){"use strict";try{self["workbox:navigation-preload:6.4.1"]&&_()}catch(t){}function e(){return Boolean(self.registration&&self.registration.navigationPreload)}return t.disable=function(){e()&&self.addEventListener("activate",(t=>{t.waitUntil(self.registration.navigationPreload.disable().then((()=>{})))}))},t.enable=function(t){e()&&self.addEventListener("activate",(e=>{e.waitUntil(self.registration.navigationPreload.enable().then((()=>{t&&self.registration.navigationPreload.setHeaderValue(t)})))}))},t.isSupported=e,t}({}); 2 | //# sourceMappingURL=workbox-navigation-preload.prod.js.map 3 | -------------------------------------------------------------------------------- /links/index.md: -------------------------------------------------------------------------------- 1 | # 友情链接 2 | 3 | 4 | ## 本站信息 5 | 6 | - Name: zu1k 7 | - BIO: A boy dreaming of traveling around the world. 8 | - URL: https://zu1k.com 9 | - Logo: https://zu1k.com/images/logo.jpg 10 | 11 | -------------------------------------------------------------------------------- /mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/mstile-150x150.png -------------------------------------------------------------------------------- /page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/ 2 | -------------------------------------------------------------------------------- /posts/coding/deploy-blog-to-cf-workers-site/cf-dns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/deploy-blog-to-cf-workers-site/cf-dns.png -------------------------------------------------------------------------------- /posts/coding/deploy-blog-to-cf-workers-site/cf-dns_hu3529eee56912ee733c6785e8e28d1194_11315_1016x180_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/deploy-blog-to-cf-workers-site/cf-dns_hu3529eee56912ee733c6785e8e28d1194_11315_1016x180_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/deploy-blog-to-cf-workers-site/token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/deploy-blog-to-cf-workers-site/token.png -------------------------------------------------------------------------------- /posts/coding/deploy-blog-to-cf-workers-site/token_hue7d26e74b9bd0c0f9cb15f0ae4145e4d_11887_561x246_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/deploy-blog-to-cf-workers-site/token_hue7d26e74b9bd0c0f9cb15f0ae4145e4d_11887_561x246_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/i-love-rust-proc_macro/enum_variants_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/i-love-rust-proc_macro/enum_variants_count.png -------------------------------------------------------------------------------- /posts/coding/i-love-rust-proc_macro/enum_variants_count_hu370b5981cebfdca4f541bcf123030a54_16393_559x163_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/i-love-rust-proc_macro/enum_variants_count_hu370b5981cebfdca4f541bcf123030a54_16393_559x163_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/build1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/build1.png -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/build1_hu019cf07ffb320f505a901e8f9e7586b0_14981_651x189_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/build1_hu019cf07ffb320f505a901e8f9e7586b0_14981_651x189_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/build2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/build2.png -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/build2_hudeaca1bd4f1a08f445bfebd53c3ef518_57314_155x92_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/build2_hudeaca1bd4f1a08f445bfebd53c3ef518_57314_155x92_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/env.png -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/env_hu1b339cdcef088ba71c0e08c5bd4346ed_9406_526x161_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/env_hu1b339cdcef088ba71c0e08c5bd4346ed_9406_526x161_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/key1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/key1.png -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/key1_hufd17b09baea8e971a6b50544cb114dcc_29346_620x273_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/key1_hufd17b09baea8e971a6b50544cb114dcc_29346_620x273_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/key2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/key2.png -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/key2_hu77fcc465899aaf9c3e0be57f84e56c55_11897_643x163_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/key2_hu77fcc465899aaf9c3e0be57f84e56c55_11897_643x163_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/run1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/run1.png -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/run1_hu1ebefd56625b0904e9af14ded86be8e5_16611_1110x118_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/run1_hu1ebefd56625b0904e9af14ded86be8e5_16611_1110x118_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/vs1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/vs1.png -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/vs1_hu69c0279074ebca3855950d2a6e40bda3_363283_306x296_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/vs1_hu69c0279074ebca3855950d2a6e40bda3_363283_306x296_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/vs2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/vs2.png -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/vs2_huec5bcc4756c6ba8aa94a769c68107934_8156_560x171_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/vs2_huec5bcc4756c6ba8aa94a769c68107934_8156_560x171_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/vsw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/vsw1.png -------------------------------------------------------------------------------- /posts/coding/openssl-first-try-rsa-md5-base64/vsw1_hu175bf96b41aac86de79120bd8ed4b83a_26183_783x241_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/openssl-first-try-rsa-md5-base64/vsw1_hu175bf96b41aac86de79120bd8ed4b83a_26183_783x241_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/css2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/css2.jpg -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/css2_hu68782f409f41f41337cab4c160668330_19406_903x137_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/css2_hu68782f409f41f41337cab4c160668330_19406_903x137_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/font-swap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/font-swap.jpg -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/font-swap_hu75f569e462757ed26111cf3470ce8d7f_12458_793x143_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/font-swap_hu75f569e462757ed26111cf3470ce8d7f_12458_793x143_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/font1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/font1.jpg -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/font1_hua1f943f9d9ed6f4fc24165b7515c18b7_16884_219x428_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/font1_hua1f943f9d9ed6f4fc24165b7515c18b7_16884_219x428_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/head.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/head.jpg -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/head_huda3a611fef04e94998c80128d5498932_41474_856x388_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/head_huda3a611fef04e94998c80128d5498932_41474_856x388_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/js1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/js1.jpg -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/js1_hu3c3cc72f09a05a553832e5c2106ee980_35532_1064x241_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/js1_hu3c3cc72f09a05a553832e5c2106ee980_35532_1064x241_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/js2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/js2.jpg -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/js2_huc8248fa0d769270c438275256b4c01ee_11115_926x81_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/js2_huc8248fa0d769270c438275256b4c01ee_11115_926x81_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/js3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/js3.jpg -------------------------------------------------------------------------------- /posts/coding/speedup-github-page/js3_hue3b4a34d93726da7ebc561dbe3f465a5_15629_1003x98_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/speedup-github-page/js3_hue3b4a34d93726da7ebc561dbe3f465a5_15629_1003x98_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/coding/use-github-actions-to-auto-deploy-hexo/action-mark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/use-github-actions-to-auto-deploy-hexo/action-mark.jpg -------------------------------------------------------------------------------- /posts/coding/use-github-actions-to-auto-deploy-hexo/action-mark_hu925ffbb4b9371740e53af886c774f0b2_41634_609x725_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/use-github-actions-to-auto-deploy-hexo/action-mark_hu925ffbb4b9371740e53af886c774f0b2_41634_609x725_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/coding/use-github-actions-to-auto-deploy-hexo/github1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/use-github-actions-to-auto-deploy-hexo/github1.jpg -------------------------------------------------------------------------------- /posts/coding/use-github-actions-to-auto-deploy-hexo/github1_hu821b724baab64595bec1d52d0e152e34_14519_1002x195_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/use-github-actions-to-auto-deploy-hexo/github1_hu821b724baab64595bec1d52d0e152e34_14519_1002x195_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/coding/use-ucloud-globalssh-to-speedup-server-ssh/mobaxterm-socks-http.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/use-ucloud-globalssh-to-speedup-server-ssh/mobaxterm-socks-http.jpg -------------------------------------------------------------------------------- /posts/coding/use-ucloud-globalssh-to-speedup-server-ssh/mobaxterm-socks-http_hu2434e69cd396426c81d1f9066cef02df_24230_886x288_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/use-ucloud-globalssh-to-speedup-server-ssh/mobaxterm-socks-http_hu2434e69cd396426c81d1f9066cef02df_24230_886x288_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/coding/use-ucloud-globalssh-to-speedup-server-ssh/position.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/use-ucloud-globalssh-to-speedup-server-ssh/position.jpg -------------------------------------------------------------------------------- /posts/coding/use-ucloud-globalssh-to-speedup-server-ssh/position_hu6be109780381ed04b04a6e97e67bd64b_17823_726x386_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/coding/use-ucloud-globalssh-to-speedup-server-ssh/position_hu6be109780381ed04b04a6e97e67bd64b_17823_726x386_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/contributions2019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/contributions2019.png -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/contributions2019_huf6d5214b0d81e4dac3de8e8cce646329_9997_920x217_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/contributions2019_huf6d5214b0d81e4dac3de8e8cce646329_9997_920x217_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/contributions2020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/contributions2020.png -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/contributions2020_hu08e02a6137d338baf78de2d51b045a6b_9814_930x225_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/contributions2020_hu08e02a6137d338baf78de2d51b045a6b_9814_930x225_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/follow_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/follow_count.png -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/follow_count_hue4068906c84c5c20c9f391a3a5a2e36c_9093_344x211_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/follow_count_hue4068906c84c5c20c9f391a3a5a2e36c_9093_344x211_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/follow_me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/follow_me.png -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/follow_me_hudbacbef76cff4e27ce39ff3750876ebc_11159_634x158_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/follow_me_hudbacbef76cff4e27ce39ff3750876ebc_11159_634x158_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/index.md: -------------------------------------------------------------------------------- 1 | # 不讲武德!来骗Follow 2 | 3 | 4 | 下午,还是习惯性的打开GitHub,发现有个没有头像的人Follow我 5 | 6 | ![有人Follow我](follow_me.png) 7 | 8 | 通常出于礼貌,我会查看对方的个人页和他的仓库,如果感觉不错便会回Follow他 9 | 10 | 当我打开他的GitHub个人profile页面,令我惊讶的是他总共follow了**59.3k**人,而他的followers人数又七百多人 11 | 12 | ![Follow数](follow_count.png) 13 | 14 | 他只Pin了一个仓库,有70多个star,按理说无法吸引如此多数量的followers,这激起了我的好奇,难不成有什么好的内容没有Pin出来? 15 | 16 | ![Pin](pin.png) 17 | 18 | 先看了一下他的贡献,连续两年都很稀疏,也没有什么突出的贡献量,平平无奇 19 | 20 | ![2019年贡献量](contributions2019.png) 21 | 22 | ![2020年贡献量](contributions2020.png) 23 | 24 | 接下来查看他的仓库,一共有三百五十多个仓库,其中绝大多数都是Fork来的,通过筛选找到他自己的仓库25个 25 | 26 | ![repo](sources.png) 27 | 28 | 仔细查看这25个项目,除了他pin出来的那个仓库有73个star外,其他的统统都没有或者仅有个位数star 29 | 30 | ![25](source-info.png) 31 | 32 | 而仓库的内容也没有太有价值的东西,所以几乎可以判断他的follower不是因为有价值的东西而follow的 33 | 34 | 他Follow了近6万人,star了5千多个项目,结合我自己有回Follow的习惯,看样子这个人的follower大部分都是被骗来的 35 | 36 | 这个程序员不讲武德。来,骗!我涉世未深的,小同志。这好吗?这不好。 37 | 38 | 我劝!这位,程序员,耗子尾汁,好好反思。以后不要再犯这样的聪明,小聪明,啊 39 | 40 | > 感兴趣的同学看这里:https://github.com/Lisprez 41 | 42 | -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/pin.png -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/pin_hu1493810ad9018ce5b639e637efbb50bc_12566_597x199_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/pin_hu1493810ad9018ce5b639e637efbb50bc_12566_597x199_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/source-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/source-info.png -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/source-info_hu464259cd0106dab6c2919c343362b41b_37654_940x501_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/source-info_hu464259cd0106dab6c2919c343362b41b_37654_940x501_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/sources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/sources.png -------------------------------------------------------------------------------- /posts/events/cheat-for-follow/sources_hud21c0bff936177525d84ccef19de0eda_14624_950x186_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/cheat-for-follow/sources_hud21c0bff936177525d84ccef19de0eda_14624_950x186_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/events/mitm-https-hijack-github/fake-cert-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/mitm-https-hijack-github/fake-cert-2.jpg -------------------------------------------------------------------------------- /posts/events/mitm-https-hijack-github/fake-cert-2_hub329e191cea39c0047dbac544f7414de_67794_1051x961_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/mitm-https-hijack-github/fake-cert-2_hub329e191cea39c0047dbac544f7414de_67794_1051x961_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/events/mitm-https-hijack-github/fake-cert-ca.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/mitm-https-hijack-github/fake-cert-ca.jpg -------------------------------------------------------------------------------- /posts/events/mitm-https-hijack-github/fake-cert-ca_huc249682e30b152273141bf38fa4e2235_66948_1048x950_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/mitm-https-hijack-github/fake-cert-ca_huc249682e30b152273141bf38fa4e2235_66948_1048x950_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/events/mitm-https-hijack-github/github-cert-warn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/mitm-https-hijack-github/github-cert-warn.jpg -------------------------------------------------------------------------------- /posts/events/mitm-https-hijack-github/github-cert-warn_hu32273bfb082d371e234baad3e839af1a_68393_1053x556_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/mitm-https-hijack-github/github-cert-warn_hu32273bfb082d371e234baad3e839af1a_68393_1053x556_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/events/pinkbot/test-backdoor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/pinkbot/test-backdoor.png -------------------------------------------------------------------------------- /posts/events/pinkbot/test-backdoor_hu06ae7568a8eb97acb357abb97fa2cb4f_231622_1919x1079_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/pinkbot/test-backdoor_hu06ae7568a8eb97acb357abb97fa2cb4f_231622_1919x1079_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/events/pinkbot/tieba-web-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/pinkbot/tieba-web-update.png -------------------------------------------------------------------------------- /posts/events/pinkbot/tieba-web-update_hu9efb79b37fd88cfd06cb61ac5fc742cc_270333_1919x985_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/pinkbot/tieba-web-update_hu9efb79b37fd88cfd06cb61ac5fc742cc_270333_1919x985_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/events/pinkbot/update.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/pinkbot/update.jpg -------------------------------------------------------------------------------- /posts/events/pinkbot/update_hub38e2aa914395ed6062e6a7393690ccd_313646_1080x826_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/pinkbot/update_hub38e2aa914395ed6062e6a7393690ccd_313646_1080x826_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/events/why-reveice-connection-from-class-e-ip/ip-logger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/why-reveice-connection-from-class-e-ip/ip-logger.png -------------------------------------------------------------------------------- /posts/events/why-reveice-connection-from-class-e-ip/ip-logger_hu4fba2ac6f0d66d6e71f7502c829a67bd_188547_1080x476_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/events/why-reveice-connection-from-class-e-ip/ip-logger_hu4fba2ac6f0d66d6e71f7502c829a67bd_188547_1080x476_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-1.png -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-1_hucb38fa13cf6ecf7070c1168e9599e8f7_17222_600x420_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-1_hucb38fa13cf6ecf7070c1168e9599e8f7_17222_600x420_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-2.png -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-2_hufc3c4975a073b9fa304048fe3399b2da_19207_600x420_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-2_hufc3c4975a073b9fa304048fe3399b2da_19207_600x420_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-3.png -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-3_hu49b94caa109610aa62899a6a11dd3e8a_22213_600x420_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-3_hu49b94caa109610aa62899a6a11dd3e8a_22213_600x420_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-4.png -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-4_huecc8a34bb5cdc777020f0c12517ab9df_21419_600x420_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-4_huecc8a34bb5cdc777020f0c12517ab9df_21419_600x420_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-5.png -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-5_hue1ea1d08fd7f99b1bb6b9067b8f1bd74_22165_600x420_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-5_hue1ea1d08fd7f99b1bb6b9067b8f1bd74_22165_600x420_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-6.png -------------------------------------------------------------------------------- /posts/learn/how-do-onion-service-work/tor-onion-services-6_hucc854f3a9083338604f4698c87d941d9_18018_600x420_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/how-do-onion-service-work/tor-onion-services-6_hucc854f3a9083338604f4698c87d941d9_18018_600x420_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/maillist/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/maillist/1.png -------------------------------------------------------------------------------- /posts/learn/maillist/1_hubc3b61169775b1ba4537923cea82e4c9_11751_600x216_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/maillist/1_hubc3b61169775b1ba4537923cea82e4c9_11751_600x216_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/maillist/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/maillist/2.png -------------------------------------------------------------------------------- /posts/learn/maillist/2_hueb706f463c72ab7a27edd413dc9c7a6b_38806_808x325_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/maillist/2_hueb706f463c72ab7a27edd413dc9c7a6b_38806_808x325_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/maillist/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/maillist/3.png -------------------------------------------------------------------------------- /posts/learn/maillist/3_hua418f79c393f11851835744be3582f7e_34033_766x249_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/maillist/3_hua418f79c393f11851835744be3582f7e_34033_766x249_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/maillist/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/maillist/4.png -------------------------------------------------------------------------------- /posts/learn/maillist/4_hufb0bac66318dd79f53f61a627c8044ef_42611_741x439_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/learn/maillist/4_hufb0bac66318dd79f53f61a627c8044ef_42611_741x439_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/learn/some-git-skills/index.md: -------------------------------------------------------------------------------- 1 | # 一些我刚学到的GIT技巧 2 | 3 | 4 | ### git reflog 5 | 6 | git reflog 可以查看所有分支的所有操作记录(包括(包括commit和reset的操作),包括已经被删除的commit记录,git log则不能察看已经删除了的commit记录,而且跟进结果可以回退道某一个修改 7 | 8 | 有时候想要删除reflog记录,可以使用下面的命令 9 | 10 | 首先确保所有分支都没有引用该提交,包括HEAD也不指向这个提交。 11 | 12 | 然后 git reflog expire --expire=now --all (这会清除分支变更历史) 13 | 14 | 然后 git gc --prune=now (不用调整时间,加上--prune=now命令即可) 15 | 16 | ### git rebase 17 | 18 | 参考文章:http://jartto.wang/2018/12/11/git-rebase/ 19 | 20 | 可以合并多次提交记录: git rebase -i HEAD~4 21 | 22 | 可以合并分支而不产生merge记录 23 | 24 | -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/accountrecovermail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/accountrecovermail.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/accountrecovermail_hu8467ecef2685c1ca5ac77ca02f85b477_73695_776x632_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/accountrecovermail_hu8467ecef2685c1ca5ac77ca02f85b477_73695_776x632_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/bijia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/bijia.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/bijia_hufc46de217d85f65bdc1ada69db5da117_20953_530x373_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/bijia_hufc46de217d85f65bdc1ada69db5da117_20953_530x373_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/bijiao1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/bijiao1.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/bijiao1_hu3de95ea3ee5c5e42681ea8787959cac8_75090_951x254_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/bijiao1_hu3de95ea3ee5c5e42681ea8787959cac8_75090_951x254_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/bijiao2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/bijiao2.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/bijiao2_hu3ccb19eac1b0a7295075df0e7c08ed37_45950_951x288_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/bijiao2_hu3ccb19eac1b0a7295075df0e7c08ed37_45950_951x288_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/cantlogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/cantlogin.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/cantlogin_hu01abb1c311f132fae321571df1a1ed28_13271_726x185_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/cantlogin_hu01abb1c311f132fae321571df1a1ed28_13271_726x185_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/error.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/error_hu0624fd96f9a8b528bf90300e0b53eaa5_17519_741x276_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/error_hu0624fd96f9a8b528bf90300e0b53eaa5_17519_741x276_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/gongdan2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/gongdan2.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/gongdan2_hu8359cabfc00c48ca10a8d91128cc3bdf_28148_693x427_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/gongdan2_hu8359cabfc00c48ca10a8d91128cc3bdf_28148_693x427_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/gongdan4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/gongdan4.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/gongdan4_hu6f168fe75e9d0d22d6a11b01c37a6d0b_13444_631x254_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/gongdan4_hu6f168fe75e9d0d22d6a11b01c37a6d0b_13444_631x254_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/refund1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/refund1.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/refund1_hu08cba25187c95d92db046fe6898a38bc_46122_858x589_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/refund1_hu08cba25187c95d92db046fe6898a38bc_46122_858x589_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/result.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/result_hu33d20717f44f755ebbcdfb845425b435_18368_745x267_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/result_hu33d20717f44f755ebbcdfb845425b435_18368_745x267_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/v2ex1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/v2ex1.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/v2ex1_hu5228223cb8bed3af7bf4b7c4a1dd4a01_15032_627x153_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/v2ex1_hu5228223cb8bed3af7bf4b7c4a1dd4a01_15032_627x153_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/v2ex2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/v2ex2.png -------------------------------------------------------------------------------- /posts/life/bad-experience-with-name/v2ex2_hu777283aa51ef7d29c242f8ddbb137e07_18220_771x86_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bad-experience-with-name/v2ex2_hu777283aa51ef7d29c242f8ddbb137e07_18220_771x86_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_1.jpg -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_1_hu3926f301c5cd80414eb1b1eb2e5314c4_347035_2016x1430_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_1_hu3926f301c5cd80414eb1b1eb2e5314c4_347035_2016x1430_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_2.jpg -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_2_hud6646f7b2bc289c400d91259ac4d4686_350685_2016x1512_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_2_hud6646f7b2bc289c400d91259ac4d4686_350685_2016x1512_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_3.jpg -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_3_hu57b0b908cccaa1ecb8b86e563736aad4_314493_1512x2016_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_3_hu57b0b908cccaa1ecb8b86e563736aad4_314493_1512x2016_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_4.jpg -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_4_hu981cfcc6327c8da6670517f0f35993cb_289354_2525x1464_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_4_hu981cfcc6327c8da6670517f0f35993cb_289354_2525x1464_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_5.jpg -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_5_hufc4bb439667b2eedba7ca9255d083eb9_183468_1059x1293_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_5_hufc4bb439667b2eedba7ca9255d083eb9_183468_1059x1293_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_6.jpg -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_6_huc1d75b9525bf83a773f29cb69bbec349_181012_1610x927_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_6_huc1d75b9525bf83a773f29cb69bbec349_181012_1610x927_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_7.jpg -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_7_hu60e7dafa80fb85a2a97e9f7917d20c8c_177567_1612x973_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_7_hu60e7dafa80fb85a2a97e9f7917d20c8c_177567_1612x973_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_8.jpg -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/ex_8_hu177c68cf2c043550db606ba6af26a580_310591_1613x1210_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/life/bake-sweet-potato/ex_8_hu177c68cf2c043550db606ba6af26a580_310591_1613x1210_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/life/bake-sweet-potato/index.md: -------------------------------------------------------------------------------- 1 | # 烤红薯 2 | 3 | 4 | > 这应该是我第一篇记录生活的博文吧,之前一直是写一些学习、技术相关的文章,总感觉博客不应该只记录这些东西,那就开始吧 5 | 6 | 妈妈从网上买了几斤红薯,今天突然说想吃,那就用烤箱烤一下吧 7 | 8 | ## 准备 9 | 10 | 烤盘铺上锡纸(哑光面接触食物),红薯洗净不去皮,均匀的摆放到烤盘上 11 | 12 | 烤箱230度预热10分钟后就可以将烤盘放入了 13 | 14 | ## 第一波 15 | 16 | 230度先烤30分钟,呼叫小爱:“小爱同学,30分钟后叫我” 17 | 18 | 30分钟不到(大约20多分钟吧)就闻到红薯的香气飘出来了,香啊 19 | 20 | 30分钟后打开烤箱,用夹子夹着给每个红薯翻个个 21 | 22 | 烤了半个小时的红薯朝上的那面有点软,但是没有怎么变色,接触锡纸的一面有点变黑了,焦感出来了 23 | 24 | 翻完个后拍了三张照片,可以看到整体还是不错的,火候还不到,有的地方已经流出油来了 25 | 26 | ![整体](ex_1.jpg) 27 | 28 | ![放大](ex_2.jpg) 29 | 30 | ![有的地方流出来了油](ex_3.jpg) 31 | 32 | ## 第二波 33 | 34 | 鉴于红薯个比较大,翻个后时间增加到45分钟,接着烤 35 | 36 | 中途没忍住,打开拍了一张照片,流了很多油啊,接触到烤盘发出滋滋的响声,很是诱人 37 | 38 | ![流了很多油](ex_4.jpg) 39 | 40 | ## 出炉 41 | 42 | 时间到,啥也不说了,直接看图吧 43 | 44 | ![出炉](ex_5.jpg) 45 | 46 | ![出炉](ex_6.jpg) 47 | 48 | ![出炉](ex_7.jpg) 49 | 50 | 超级好吃,超级甜,超级香 51 | 52 | ## 补充 53 | 54 | 这次因为是第一次烤,烤的时间稍微有点长,流出来太多油浪费了,还有一些油都烤糊了,下次会缩短一点时间 55 | 56 | ![糊了](ex_8.jpg) 57 | 58 | -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/addr2line_also_stuck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/addr2line_also_stuck.png -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/addr2line_also_stuck_hu8684916663b9aea2101a5b0c731c9e79_37682_915x265_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/addr2line_also_stuck_hu8684916663b9aea2101a5b0c731c9e79_37682_915x265_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/asan_normal_works.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/asan_normal_works.png -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/asan_normal_works_hu843adcb9f4c3ef501072e5b1b984d972_142890_1243x1001_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/asan_normal_works_hu843adcb9f4c3ef501072e5b1b984d972_142890_1243x1001_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/asan_options_symbolize_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/asan_options_symbolize_off.png -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/asan_options_symbolize_off_huad9cb65d0ed5337ff5eff9c1267928d2_70146_1247x311_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/asan_options_symbolize_off_huad9cb65d0ed5337ff5eff9c1267928d2_70146_1247x311_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/asan_stuck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/asan_stuck.png -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/asan_stuck_hu6ff1142a74841c83d7167d84a2641030_34280_947x278_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/asan_stuck_hu6ff1142a74841c83d7167d84a2641030_34280_947x278_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/cat_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/cat_stack.png -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/cat_stack_hu91b90d96476c14248a3c1870987a44bd_56594_1253x302_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/cat_stack_hu91b90d96476c14248a3c1870987a44bd_56594_1253x302_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/gdb_attach_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/gdb_attach_1.png -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/gdb_attach_1_hu5fd188a493f98ec7189955c1da6cca08_6245292_2503x830_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/gdb_attach_1_hu5fd188a493f98ec7189955c1da6cca08_6245292_2503x830_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/gdb_attach_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/gdb_attach_2.png -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/gdb_attach_2_hu6d0f57975e98a16e3a64039d6dd5528d_257129_2384x791_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/gdb_attach_2_hu6d0f57975e98a16e3a64039d6dd5528d_257129_2384x791_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/strace_stuck_in_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/strace_stuck_in_read.png -------------------------------------------------------------------------------- /posts/linux/large-nofile-cause-asan-stuck/strace_stuck_in_read_hucfed7316ff0b1fed3a9a63b776d472d2_56014_907x471_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/large-nofile-cause-asan-stuck/strace_stuck_in_read_hucfed7316ff0b1fed3a9a63b776d472d2_56014_907x471_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/ubuntu-iptables-nat/ipv4forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/ubuntu-iptables-nat/ipv4forward.png -------------------------------------------------------------------------------- /posts/linux/ubuntu-iptables-nat/ipv4forward_hub479f7817a930c92e9a8b330035e6521_7231_736x150_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/ubuntu-iptables-nat/ipv4forward_hub479f7817a930c92e9a8b330035e6521_7231_736x150_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/ubuntu-iptables-nat/ubuntu-net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/ubuntu-iptables-nat/ubuntu-net.png -------------------------------------------------------------------------------- /posts/linux/ubuntu-iptables-nat/ubuntu-net_huf1653534e9c6e3b4a4ab229b48c8e6f7_19047_711x369_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/ubuntu-iptables-nat/ubuntu-net_huf1653534e9c6e3b4a4ab229b48c8e6f7_19047_711x369_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/ubuntu-iptables-nat/ubuntuvm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/ubuntu-iptables-nat/ubuntuvm.png -------------------------------------------------------------------------------- /posts/linux/ubuntu-iptables-nat/ubuntuvm_hud434d12cf95ba8059a71adbe8877d0e5_19615_721x396_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/ubuntu-iptables-nat/ubuntuvm_hud434d12cf95ba8059a71adbe8877d0e5_19615_721x396_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/ubuntu-iptables-nat/win7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/ubuntu-iptables-nat/win7.png -------------------------------------------------------------------------------- /posts/linux/ubuntu-iptables-nat/win7_hu10f4d9a4f6c13bf621a2dce366ffe3f6_83174_986x622_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/ubuntu-iptables-nat/win7_hu10f4d9a4f6c13bf621a2dce366ffe3f6_83174_986x622_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/linux/ubuntu-iptables-nat/win7vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/ubuntu-iptables-nat/win7vm.png -------------------------------------------------------------------------------- /posts/linux/ubuntu-iptables-nat/win7vm_hu45a1ac92f61f87be9ca3edfa90f8ddf5_18844_702x379_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/linux/ubuntu-iptables-nat/win7vm_hu45a1ac92f61f87be9ca3edfa90f8ddf5_18844_702x379_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/posts/ 2 | -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/1.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/10.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/10_hu8d59a028ab85f7efa893bb6309ec88a5_4794_508x155_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/10_hu8d59a028ab85f7efa893bb6309ec88a5_4794_508x155_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/11.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/11_hu94116cbb480ac9baba841276713bd854_49834_943x383_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/11_hu94116cbb480ac9baba841276713bd854_49834_943x383_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/12.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/12_hud65c80aa3dfda43b19226ea198925b3b_12375_713x352_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/12_hud65c80aa3dfda43b19226ea198925b3b_12375_713x352_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/13.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/13_huc572c90f9c5f259fb5a39233fa1a218d_35740_506x532_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/13_huc572c90f9c5f259fb5a39233fa1a218d_35740_506x532_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/14.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/14_hu62f4704e1edfdcff045cc107f5d1e9e2_18444_919x147_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/14_hu62f4704e1edfdcff045cc107f5d1e9e2_18444_919x147_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/15.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/15_hu74c45fba88c2c8aaff2ab37e3737f2bc_11896_712x369_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/15_hu74c45fba88c2c8aaff2ab37e3737f2bc_11896_712x369_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/16.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/16_hua92a12730a633399d5909646f6b6a228_5253_521x191_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/16_hua92a12730a633399d5909646f6b6a228_5253_521x191_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/17.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/17_huc8fa69fd22f174e19e87c36ab2629b59_19877_687x524_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/17_huc8fa69fd22f174e19e87c36ab2629b59_19877_687x524_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/18.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/18_hu86dc051b5eeffb8a6d43231571b7420d_8565_566x230_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/18_hu86dc051b5eeffb8a6d43231571b7420d_8565_566x230_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/19.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/19_hu74a2f69b095036587e01cbd96da18b1f_16513_766x398_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/19_hu74a2f69b095036587e01cbd96da18b1f_16513_766x398_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/1_hu25a8c530758b57706e2e87126fbacdb6_79325_791x726_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/1_hu25a8c530758b57706e2e87126fbacdb6_79325_791x726_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/2.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/20.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/20_hu9749bb6adc7c1ffbe60f9842912aca39_8053_795x197_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/20_hu9749bb6adc7c1ffbe60f9842912aca39_8053_795x197_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/21.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/21_hu9c39d8bd93f6c6135c591e187ef3e365_7736_766x198_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/21_hu9c39d8bd93f6c6135c591e187ef3e365_7736_766x198_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/22.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/22_hu76da69e78eda643be54e22201dca2479_22997_722x197_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/22_hu76da69e78eda643be54e22201dca2479_22997_722x197_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/23.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/23_hua79c4ef30194639d489417a6df8f2089_54415_1203x243_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/23_hua79c4ef30194639d489417a6df8f2089_54415_1203x243_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/24.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/24_hue38a12f7f86e7ab92367e4a87df35caa_13898_633x488_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/24_hue38a12f7f86e7ab92367e4a87df35caa_13898_633x488_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/25.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/25_hucac295d42b1f5d8aa2fe5c5ed1f6c7ab_5196_568x160_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/25_hucac295d42b1f5d8aa2fe5c5ed1f6c7ab_5196_568x160_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/26.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/26_hucca8f3950aead47907e72a59700ef743_2899_462x82_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/26_hucca8f3950aead47907e72a59700ef743_2899_462x82_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/27.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/27_hubace17bc2bbaff64b4f85de799106b3e_1905_412x47_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/27_hubace17bc2bbaff64b4f85de799106b3e_1905_412x47_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/28.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/28_hu0ed56587f2db9c34806fded1f532c344_15127_616x731_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/28_hu0ed56587f2db9c34806fded1f532c344_15127_616x731_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/29.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/29_hu240b85457e0019303ff568b7248477a6_789_263x27_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/29_hu240b85457e0019303ff568b7248477a6_789_263x27_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/2_huaf7e2df93de3782a27bf3f7ad0c6a1ee_236641_573x625_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/2_huaf7e2df93de3782a27bf3f7ad0c6a1ee_236641_573x625_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/3.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/30.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/30_hu9064c6117fe421d5e78e6b0bfbd408c5_717_253x24_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/30_hu9064c6117fe421d5e78e6b0bfbd408c5_717_253x24_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/31.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/31_hu4f900fc2e20c75e0f6a97bd32068dd93_1416_614x59_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/31_hu4f900fc2e20c75e0f6a97bd32068dd93_1416_614x59_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/32.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/32_hu45d84e718eb8b9e036574011a914cf1e_592_330x23_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/32_hu45d84e718eb8b9e036574011a914cf1e_592_330x23_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/33.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/33_hu4234ba7663bf039103008a578de7bff7_5931_311x182_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/33_hu4234ba7663bf039103008a578de7bff7_5931_311x182_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/34.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/34_hua345c287cba9980b69c5584c446522cf_57491_1022x427_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/34_hua345c287cba9980b69c5584c446522cf_57491_1022x427_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/3_hu4b39b258c7524202b8cd1416e38579e4_3815_671x132_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/3_hu4b39b258c7524202b8cd1416e38579e4_3815_671x132_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/4.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/4_hu11170951e1769b8607aa2379eeb4c945_13042_695x397_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/4_hu11170951e1769b8607aa2379eeb4c945_13042_695x397_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/5.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/5_hu5fa83e71bb7eb2aed00de67a7fc10292_37880_936x592_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/5_hu5fa83e71bb7eb2aed00de67a7fc10292_37880_936x592_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/6.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/6_hu41fa89c3b982affc8224b6ae274fe835_18325_950x144_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/6_hu41fa89c3b982affc8224b6ae274fe835_18325_950x144_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/7.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/7_hu0a9924ecaba783ef1b6e8c38ed0e49d0_47320_973x363_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/7_hu0a9924ecaba783ef1b6e8c38ed0e49d0_47320_973x363_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/8.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/8_hua685867cbc444bfc8d9186a9fb49343e_11032_605x296_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/8_hua685867cbc444bfc8d9186a9fb49343e_11032_605x296_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/9.png -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/9_hu89cae707ca44a4196b4e0a6476a85ebd_31771_783x624_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/9_hu89cae707ca44a4196b4e0a6476a85ebd_31771_783x624_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/crack-sdu-online-exam-software/线上考试.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/crack-sdu-online-exam-software/线上考试.zip -------------------------------------------------------------------------------- /posts/security/reverse/golang-reverse-thinking/index.md: -------------------------------------------------------------------------------- 1 | # Golang逆向思考 2 | 3 | 4 | 在前段时间对xray进行逆向过程中,发现golang编译的程序会有巨多函数,不能说都是多余的,但是大部分函数的确不是用户编写的代码生成的,而是golang运行时和各种库所需要的东西 5 | 6 | 同时,因为去除了符号表,这些大量的非实际业务代码会对我们逆向工作造成极大困难,如果能够利用一些自动化工具重建符号表或者重新命名,就可以极大的便利我们逆向 7 | 8 | ## golang特殊段 9 | 10 | 在本次逆向的过程中,我遇到了上述的问题,在网上搜索发现了一个ida插件, [IDAGolangHelper](https://github.com/sibears/IDAGolangHelper.git) 11 | 12 | 这个插件的作者对golang编译器有深入的研究,他发现golang编译器在Linux平台下交叉编译windows平台下运行的程序时,会生成一个特殊的段`.gopclntab`,在这个段中会保存一份特殊的符号表,作者利用这个段的信息对符号表进行了重建,我在使用过程中发现效果不错 13 | 14 | 但是该方法的使用是由限制条件的,如果没有这个段的信息就完全无法使用这个工具了 15 | 16 | ## 基于同源性 17 | 18 | golang编译生成的程序中大部分函数都是`golang运行时函数`和一些`库函数` 19 | 20 | 运行时函数与golang版本、运行平台和操作系统有关,感觉也会与是否采用交叉编译有关系,我没有深入研究 21 | 22 | 而库函数分为官方库和第三方库两种,官方库是golang官方维护的基本函数库,大家用的都是相同的,第三方库大家用的实际上也是比较集中,golang生态还不是非常完善,好用的库就那么多 23 | 24 | 基于以上的特点,我们可以考虑使用同源性分析的方法 25 | 26 | ### 预先的工作 27 | 28 | 在逆向之前,我们需要进行预先的准备 29 | 30 | 首先需要使用不同版本、不同平台的golang编译器对go运行时函数、基本库函数、知名第三方库函数等代码针对不同目标平台、目标系统进行编译,生成二进制程序,然后对二进制的函数提取特征,建立函数的特征库 31 | 32 | ### 特征匹配 33 | 34 | 在逆向的时候,我们就可以先分析程序的golang版本、编译平台、运行平台,然后使用相对应的特征库对去除了符号表的二进制函数进行特征匹配,通过这种方法可以对大部分基本的函数重建符号表,而剩余的小量函数便可以确定为用户编写的代码,需要我们深入分析 35 | 36 | 这个工作应该已经有人开始做了 37 | 38 | -------------------------------------------------------------------------------- /posts/security/reverse/xray-cracker/1.4.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/xray-cracker/1.4.5.png -------------------------------------------------------------------------------- /posts/security/reverse/xray-cracker/1.4.5_hu1366f82c8d4391b8d20942557fd7f48a_56051_987x201_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/xray-cracker/1.4.5_hu1366f82c8d4391b8d20942557fd7f48a_56051_987x201_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/xray-cracker/1.5.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/xray-cracker/1.5.0.png -------------------------------------------------------------------------------- /posts/security/reverse/xray-cracker/1.5.0_hu735b2544b656d9c4b3ea4d0571fdd8f4_20842_543x753_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/xray-cracker/1.5.0_hu735b2544b656d9c4b3ea4d0571fdd8f4_20842_543x753_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/xray-cracker/20201106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/xray-cracker/20201106.png -------------------------------------------------------------------------------- /posts/security/reverse/xray-cracker/20201106_huc9cc318fe37b1a6f8153e1568523954b_87756_1024x574_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/xray-cracker/20201106_huc9cc318fe37b1a6f8153e1568523954b_87756_1024x574_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/xray-cracker/never.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/xray-cracker/never.png -------------------------------------------------------------------------------- /posts/security/reverse/xray-cracker/never_hu83006c21dd82aefe2604fc852876e244_51988_1081x576_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/xray-cracker/never_hu83006c21dd82aefe2604fc852876e244_51988_1081x576_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/reverse/xray-cracker/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/xray-cracker/ok.png -------------------------------------------------------------------------------- /posts/security/reverse/xray-cracker/ok_huf65e638799159df80c6040763bf4d978_123502_1216x465_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/reverse/xray-cracker/ok_huf65e638799159df80c6040763bf4d978_123502_1216x465_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/HackBar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/HackBar.zip -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/chrome-import.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/chrome-import.jpg -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/chrome-import_hua2e2f1a72fcab7acf1a8bfa88f462169_34544_990x347_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/chrome-import_hua2e2f1a72fcab7acf1a8bfa88f462169_34544_990x347_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/chrome-version.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/chrome-version.jpg -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/chrome-version_hu2d0d719dd26c6864fbf2be7a0b230c5a_51048_1008x345_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/chrome-version_hu2d0d719dd26c6864fbf2be7a0b230c5a_51048_1008x345_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/dirpath.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/dirpath.jpg -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/dirpath_hu446f034bdbc83c19a566a5e9f8a3ff3a_18634_854x192_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/dirpath_hu446f034bdbc83c19a566a5e9f8a3ff3a_18634_854x192_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/hack-hackbar-done.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/hack-hackbar-done.jpg -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/hack-hackbar-done_hu8a5fe6dfd89145010d8a36a4f28094b0_19009_847x246_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/hack-hackbar-done_hu8a5fe6dfd89145010d8a36a4f28094b0_19009_847x246_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/install.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/install.jpg -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/install_hu1dcd63a5c4112258eca2e0ed5511e319_27477_1210x327_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/install_hu1dcd63a5c4112258eca2e0ed5511e319_27477_1210x327_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/mod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/mod.jpg -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/not-hack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/not-hack.jpg -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/not-hack_huf94d4854ec50b36ce9d8386f3269f608_18834_847x261_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/not-hack_huf94d4854ec50b36ce9d8386f3269f608_18834_847x261_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/price.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/price.jpg -------------------------------------------------------------------------------- /posts/security/web-security/hack-hackbar/price_hu050246e74bfa7e18419c886b319b606a_14685_593x263_resize_q75_h2_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hack-hackbar/price_hu050246e74bfa7e18419c886b319b606a_14685_593x263_resize_q75_h2_box.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_1.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_10.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_10_hu2afc3390c23b7b6f7590d3d1d6f0dd3f_29786_844x581_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_10_hu2afc3390c23b7b6f7590d3d1d6f0dd3f_29786_844x581_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_11.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_11_hu3e5f8c092f0b7d4c0b94c8dfe8c50c65_30259_844x581_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_11_hu3e5f8c092f0b7d4c0b94c8dfe8c50c65_30259_844x581_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_12.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_12_hu99b5d973ac06bbc3e0ff9685aa3102bb_30165_845x581_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_12_hu99b5d973ac06bbc3e0ff9685aa3102bb_30165_845x581_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_13.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_13_hu6a3e1c51c2e0c295fdc6e85265639084_30221_844x581_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_13_hu6a3e1c51c2e0c295fdc6e85265639084_30221_844x581_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_14.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_14_hub50b6884ea01b7a46090001d79a243b0_30197_845x581_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_14_hub50b6884ea01b7a46090001d79a243b0_30197_845x581_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_15.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_15_hue00e5697a33a14d7a10038f6bed474fb_30324_844x581_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_15_hue00e5697a33a14d7a10038f6bed474fb_30324_844x581_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_16.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_16_hu6b13db84172005f67aad3a46a58a5a68_28899_845x581_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_16_hu6b13db84172005f67aad3a46a58a5a68_28899_845x581_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_17.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_17_hu4f310e46a11473291d0bace3bca4e647_49036_740x520_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_17_hu4f310e46a11473291d0bace3bca4e647_49036_740x520_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_18.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_18_hu68a1b2dadde3adf5d601fa990f392b41_32502_902x602_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_18_hu68a1b2dadde3adf5d601fa990f392b41_32502_902x602_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_19.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_19_hua5ac026cb9960f669926a899600388ff_53882_1004x568_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_19_hua5ac026cb9960f669926a899600388ff_53882_1004x568_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_1_huec863fcd991b5a860115d0c8c96bde80_5855_662x287_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_1_huec863fcd991b5a860115d0c8c96bde80_5855_662x287_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_2.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_20.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_20_hu4698517c26c830e386e3d43086c2a553_27891_1024x633_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_20_hu4698517c26c830e386e3d43086c2a553_27891_1024x633_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_2_hud8157cb6d9106b602ec0932930b24243_52079_780x550_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_2_hud8157cb6d9106b602ec0932930b24243_52079_780x550_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_3.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_3_hu2c4d58ea186c37b1f1e5b25a8657d838_10945_498x270_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_3_hu2c4d58ea186c37b1f1e5b25a8657d838_10945_498x270_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_4.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_4_hueaa531329eca728081a84c07d452ef70_23161_641x339_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_4_hueaa531329eca728081a84c07d452ef70_23161_641x339_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_5.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_5_hudcfd1c86d9ff9f14b24e2faec4f797e4_54254_858x497_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_5_hudcfd1c86d9ff9f14b24e2faec4f797e4_54254_858x497_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_6.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_6_hue52bdce1b600a1d8b0407ac4def148f1_42914_812x537_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_6_hue52bdce1b600a1d8b0407ac4def148f1_42914_812x537_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_7.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_7_hua8d9397dcecd727e09eafc004016d4c0_186907_1080x586_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_7_hua8d9397dcecd727e09eafc004016d4c0_186907_1080x586_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_8.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_8_hu2bcc87098c6bbdd36c27901ba3c08e7f_53111_936x502_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_8_hu2bcc87098c6bbdd36c27901ba3c08e7f_53111_936x502_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_9.png -------------------------------------------------------------------------------- /posts/security/web-security/hide-your-webshell/ex_9_hu8b212336840fc1c0d957a1964b8cb0f7_21740_714x326_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/hide-your-webshell/ex_9_hu8b212336840fc1c0d957a1964b8cb0f7_21740_714x326_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/mysql-concat-concat-ws-group-concat/concat_ws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/mysql-concat-concat-ws-group-concat/concat_ws.png -------------------------------------------------------------------------------- /posts/security/web-security/mysql-concat-concat-ws-group-concat/concat_ws_hu3ef593c49c38b219c8ad81d87e0684e1_14895_466x393_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/mysql-concat-concat-ws-group-concat/concat_ws_hu3ef593c49c38b219c8ad81d87e0684e1_14895_466x393_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/mysql-concat-concat-ws-group-concat/group_concat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/mysql-concat-concat-ws-group-concat/group_concat.gif -------------------------------------------------------------------------------- /posts/security/web-security/scan-hikvision-weak-password/authsuccess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/scan-hikvision-weak-password/authsuccess.png -------------------------------------------------------------------------------- /posts/security/web-security/scan-hikvision-weak-password/authsuccess_hubdc0d5b2408351270f3bc90cf653b9b7_29881_579x396_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/scan-hikvision-weak-password/authsuccess_hubdc0d5b2408351270f3bc90cf653b9b7_29881_579x396_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/scan-hikvision-weak-password/baseauth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/scan-hikvision-weak-password/baseauth.png -------------------------------------------------------------------------------- /posts/security/web-security/scan-hikvision-weak-password/baseauth_hu30d0875aedaeff9c7cb8d956948ad5b2_45681_807x451_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/scan-hikvision-weak-password/baseauth_hu30d0875aedaeff9c7cb8d956948ad5b2_45681_807x451_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/scan-hikvision-weak-password/shodan1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/scan-hikvision-weak-password/shodan1.png -------------------------------------------------------------------------------- /posts/security/web-security/scan-hikvision-weak-password/shodan1_huc8b6d80391da224793bebff5e1b659db_205167_1387x890_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/security/web-security/scan-hikvision-weak-password/shodan1_huc8b6d80391da224793bebff5e1b659db_205167_1387x890_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/security/web-security/sql-to-select-some-base-info/index.md: -------------------------------------------------------------------------------- 1 | # 查询重要数据的SQL语句 2 | 3 | 4 | 5 | 查询用户名,数据库名,数据库版本信息: 6 | 7 | ```sql 8 | union select 1,2,(concat_ws(char(32,58,32),user(),database(),version())) %23 9 | ``` 10 | 11 | 查询所有数据库名 12 | 13 | ```sql 14 | union select 1,schema_name from information_schema.schemata 15 | ``` 16 | 17 | 查询一个库中所有的表的名字 18 | 19 | ```sql 20 | union select group_concat(char(32),table_name,char(32)) from information_schema.tables where table_schema=0x7365637572697479 %23 21 | ``` 22 | 23 | 注意。在系统自带的表中查东西,where后面的值应该是单引号包裹或者16进制编码,通常用16进制 24 | 25 | ```sql 26 | union select 1,table_name from information_schema.tables where table_schema='my_db' 27 | ``` 28 | 29 | 查询一个表中所有列的名字 30 | 31 | ```sql 32 | union select group_concat(char(32),table_name,char(32)) from information_schema.COLUMNS where table_schema=0x7365637572697479 %23 33 | 34 | union select 1,column_name from information_schema.columns where table_schema='my_db' 35 | ``` 36 | 37 | -------------------------------------------------------------------------------- /posts/share/pirated-movie/index.md: -------------------------------------------------------------------------------- 1 | # 盗版影视站 2 | 3 | 4 | ### 奈菲影视 5 | 6 | https://www.nfmovies.com/ 7 | 8 | ### 团长资源 9 | 10 | https://tzfile.com/ 11 | 12 | ### 低端影视 13 | 14 | http://ddrk.me/ 15 | 16 | ### 人人影视 17 | 18 | http://www.zmz2019.com/ 19 | 20 | ### 远鉴字幕组 21 | 22 | https://yj.apkgm.top/ 23 | 24 | ### tg帮找资源频道 25 | 26 | https://t.me/s/lovesource 27 | 28 | https://www.netflixstar.top/ 29 | 30 | https://1090ys.com/ 31 | 32 | -------------------------------------------------------------------------------- /posts/thinking/youthful-dreams-soar/index.md: -------------------------------------------------------------------------------- 1 | # 青春梦飞扬 2 | 3 | 4 | 初中的时候有时熬夜到九点十点都没睡觉,闲着没事找广播听,发现了这样一个神奇的节目,名字叫做青春梦飞扬,主持人叫大脑门管鑫。 5 | 6 | 从此几乎每天都要准时听青春梦飞扬,节目里面的东西都比较有趣,大部分是实事的一些交流和互动,还会有一些有趣的小知识。 7 | 8 | 到了高中,由于住校和晚自习的存在就没有机会听那个时间段的广播了 9 | 10 | 前段时间小米更新增加了一个在线收音机的软件,那天我没睡着就打开收音机 11 | 12 | 找青春梦飞扬这个节目,最后却没找到。 13 | 14 | 上网搜索了一番,包括广播台的网站和节目的百度贴吧,发现这个节目几年前也就是我上高三的时候貌似,停止了。 15 | 16 | 大脑门管鑫还发了一段录音,告别词。还有一个小活动,当初结束时的小活动,找到身边的听友,一起回忆一下节目几年来的有趣的难忘的经历。 17 | 18 | 突然很伤感,天下的宴席终究有结束的那一天,而越是温馨、令人愉悦的东西,结束的时候越令人难以割舍,即使已经过去好多年,回想起来仍仿佛就发生在昨日,那是陪伴我好一段安静夜晚的美妙时光。 19 | -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/ikuai/add-load-balance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/ikuai/add-load-balance.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/ikuai/add-load-balance_hu0871626870399a0d506d030ec9889f3e_19308_664x344_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/ikuai/add-load-balance_hu0871626870399a0d506d030ec9889f3e_19308_664x344_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/ikuai/add-wan-if.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/ikuai/add-wan-if.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/ikuai/add-wan-if_hu684daeba6b87130d2284bdfe353c3f23_139130_719x426_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/ikuai/add-wan-if_hu684daeba6b87130d2284bdfe353c3f23_139130_719x426_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/ikuai/load-balance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/ikuai/load-balance.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/ikuai/load-balance_huee21e4efc6f414d5c51608629c69f835_46739_599x128_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/ikuai/load-balance_huee21e4efc6f414d5c51608629c69f835_46739_599x128_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/mwan-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/mwan-interface.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/mwan-interface_hu4152b2e4189d37b51917b8dfa8415502_33920_797x426_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/mwan-interface_hu4152b2e4189d37b51917b8dfa8415502_33920_797x426_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/mwan-member.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/mwan-member.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/mwan-member_hu128229219abfac83ba956b2bc1ee0e26_32285_730x372_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/mwan-member_hu128229219abfac83ba956b2bc1ee0e26_32285_730x372_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/mwan-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/mwan-policy.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/mwan-policy_huf0057ef3cab073b3a770a321c785247d_54579_766x533_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/mwan-policy_huf0057ef3cab073b3a770a321c785247d_54579_766x533_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/mwan-rule-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/mwan-rule-config.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/mwan-rule-config_hu5f3f57b70c1748ba92fc557370ed1263_30177_626x380_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/mwan-rule-config_hu5f3f57b70c1748ba92fc557370ed1263_30177_626x380_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/mwan-rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/mwan-rule.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/mwan-rule_hua52f95ea462474b0cf9ac8cb58272a1d_39444_666x444_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/mwan-rule_hua52f95ea462474b0cf9ac8cb58272a1d_39444_666x444_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/network-device-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/network-device-add.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/network-device-add_hu4a2aa46d6abc4695e42f682157e0b152_20526_561x321_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/network-device-add_hu4a2aa46d6abc4695e42f682157e0b152_20526_561x321_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/network-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/network-device.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/network-device_hua4a41f9c73827df582ea964037e09721_41569_656x368_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/network-device_hua4a41f9c73827df582ea964037e09721_41569_656x368_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/network-interface-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/network-interface-add.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/network-interface-add_hu621dfbbca86664cd67b870fcdae67db3_36472_567x366_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/network-interface-add_hu621dfbbca86664cd67b870fcdae67db3_36472_567x366_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/status.png -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/openwrt/status_hu8611a9ab490101676948cbbd5cc19e0d_17650_793x220_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/openwrt/status_hu8611a9ab490101676948cbbd5cc19e0d_17650_793x220_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/campus-network-speed-overlay/sdu-srun.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/campus-network-speed-overlay/sdu-srun.zip -------------------------------------------------------------------------------- /posts/tutorials/http-proxy-ipv6-pool/cf-statistic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/http-proxy-ipv6-pool/cf-statistic.png -------------------------------------------------------------------------------- /posts/tutorials/http-proxy-ipv6-pool/cf-statistic_huf4251d5f550aa4feede29971b2c7abfb_32579_1045x343_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/http-proxy-ipv6-pool/cf-statistic_huf4251d5f550aa4feede29971b2c7abfb_32579_1045x343_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/http-proxy-ipv6-pool/github-proxypool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/http-proxy-ipv6-pool/github-proxypool.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/fediverse/mastodon.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/fediverse/mastodon.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/fediverse/mastodon_lemmy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/fediverse/mastodon_lemmy.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/fediverse/mastodon_lemmy_hu3d786cdeffe43d68657c9af44c7cff39_1770398_3321x2093_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/fediverse/mastodon_lemmy_hu3d786cdeffe43d68657c9af44c7cff39_1770398_3321x2093_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/fediverse/mastodon_pixelfed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/fediverse/mastodon_pixelfed.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/fediverse/mastodon_pixelfed_hu52eac44f8e02f5abb2301fade121986a_123532_1328x646_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/fediverse/mastodon_pixelfed_hu52eac44f8e02f5abb2301fade121986a_123532_1328x646_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs-easy-use/ipfs-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs-easy-use/ipfs-logo.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs-easy-use/ipfs-now-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs-easy-use/ipfs-now-low.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs-easy-use/ipfs-now-low_hucf37f9c7b9809966f20b342d5b3216f0_47398_813x258_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs-easy-use/ipfs-now-low_hucf37f9c7b9809966f20b342d5b3216f0_47398_813x258_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs-easy-use/ipfs-origin-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs-easy-use/ipfs-origin-high.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs-easy-use/ipfs-origin-high_hu3eea88f8be2338a28eef177f823f2105_36095_828x210_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs-easy-use/ipfs-origin-high_hu3eea88f8be2338a28eef177f823f2105_36095_828x210_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs-easy-use/nat-mapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs-easy-use/nat-mapping.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs-easy-use/nat-mapping_huc68249edc18ae4d99b6de292707b695f_10157_789x82_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs-easy-use/nat-mapping_huc68249edc18ae4d99b6de292707b695f_10157_789x82_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/filecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/filecoin.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/filecoin_hu59116c23b2200775e35574249313ea8b_277953_1088x756_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/filecoin_hu59116c23b2200775e35574249313ea8b_277953_1088x756_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/ipfs-applications-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/ipfs-applications-diagram.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/ipfs-applications-diagram_hu19aac670f6e619937c2c8cad6ce6f536_739482_2707x1227_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/ipfs-applications-diagram_hu19aac670f6e619937c2c8cad6ce6f536_739482_2707x1227_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/ipfs-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/ipfs-logo.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_add.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_add_hu1c96c226f6134ef6708ef949a5fca894_26053_1097x152_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_add_hu1c96c226f6134ef6708ef949a5fca894_26053_1097x152_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_cat.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_env.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_env_hu53d55428ab457539b5df30a7ebf7cf23_15025_610x264_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_env_hu53d55428ab457539b5df30a7ebf7cf23_15025_610x264_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_get.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_get.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_get_hub7496c85bb414641f3077f6cc733b39d_34008_1076x276_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_get_hub7496c85bb414641f3077f6cc733b39d_34008_1076x276_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_init.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_init_hue0c94ec89459672a8c5cc644ff0765dd_18447_727x152_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_init_hue0c94ec89459672a8c5cc644ff0765dd_18447_727x152_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_ls.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/tutorial/ipfs_ls_hu5ebba350e887d3e45522f22c53bbc550_42643_1085x191_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/tutorial/ipfs_ls_hu5ebba350e887d3e45522f22c53bbc550_42643_1085x191_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/usefull/usefull_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/usefull/usefull_1.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/usefull/usefull_1_hu44cd894b481e49439e4024ed796a7bf4_20225_538x166_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/usefull/usefull_1_hu44cd894b481e49439e4024ed796a7bf4_20225_538x166_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/usefull/usefull_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/usefull/usefull_2.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/usefull/usefull_2_hud188cfbd7834764fa61fe071c6cf27c8_19823_524x160_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/usefull/usefull_2_hud188cfbd7834764fa61fe071c6cf27c8_19823_524x160_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/dnslink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/dnslink.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/dnslink_hu2066ae7cdfeed825f54764811fdc23f4_23865_1011x352_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/dnslink_hu2066ae7cdfeed825f54764811fdc23f4_23865_1011x352_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/ipfs_dnslink_web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/ipfs_dnslink_web.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/ipfs_dnslink_web_hu33d8573f961b2198a8f9cce73fac7e04_29509_832x360_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/ipfs_dnslink_web_hu33d8573f961b2198a8f9cce73fac7e04_29509_832x360_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/ipfs_local_web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/ipfs_local_web.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/ipfs_local_web_huadb15ebe10d4db9e763e1c38076cb909_45426_1043x515_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/ipfs_local_web_huadb15ebe10d4db9e763e1c38076cb909_45426_1043x515_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/ipfs_name_publish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/ipfs_name_publish.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/ipfs_web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/ipfs_web.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/ipfs_web_huc31d8cfbcc41ab9125f8980cf7f3d7c6_7419_664x89_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/ipfs_web_huc31d8cfbcc41ab9125f8980cf7f3d7c6_7419_664x89_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/ipns_web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/ipns_web.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/ipns_web_hu28962914925ee0c2440453f343e921c2_9294_866x90_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/ipns_web_hu28962914925ee0c2440453f343e921c2_9294_866x90_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/local_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/local_error.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/local_error_hub933175cd275d038d871d1d59177ba77_31148_799x326_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/local_error_hub933175cd275d038d871d1d59177ba77_31148_799x326_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/webui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/webui.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/web/webui_inspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/web/webui_inspect.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/one-ipfs-node-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/one-ipfs-node-only.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/one-ipfs-node-only_hu134fbf3dc9c72655ec002a1361ebd0db_348906_1673x1045_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/one-ipfs-node-only_hu134fbf3dc9c72655ec002a1361ebd0db_348906_1673x1045_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/work_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/work_1.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/work_1_huec82a8acf873cbbdd65180e0cc3cbe80_18454_715x143_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/work_1_huec82a8acf873cbbdd65180e0cc3cbe80_18454_715x143_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/work_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/work_2.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/work_2_hud94bb78b709f95278d72421a0a468b77_6001_687x148_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/work_2_hud94bb78b709f95278d72421a0a468b77_6001_687x148_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/work_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/work_3.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/work_3_hu5cef949eb7c1c8c22a04f4a9246efd20_12989_713x144_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/work_3_hu5cef949eb7c1c8c22a04f4a9246efd20_12989_713x144_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/work_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/work_4.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/work_4_hu094a3b5b5c985399ecfefd792883cc42_15836_701x144_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/work_4_hu094a3b5b5c985399ecfefd792883cc42_15836_701x144_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/work_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/work_5.png -------------------------------------------------------------------------------- /posts/tutorials/p2p/ipfs/work/work_5_hu3ebe2645eb4e300f35ec45f1a3b47252_19622_710x139_resize_q75_h2_box_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zu1k/blog/3538a2824eddf8f30773d28b046ab732eab1794c/posts/tutorials/p2p/ipfs/work/work_5_hu3ebe2645eb4e300f35ec45f1a3b47252_19622_710x139_resize_q75_h2_box_3.webp -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | 3 | Allow: / 4 | Allow: /posts/ 5 | Allow: /about/ 6 | Allow: /links/ 7 | Allow: /projects/ 8 | Allow: /tags/ 9 | Allow: /categories/ 10 | 11 | Sitemap: https://zu1k.com/sitemap.xml -------------------------------------------------------------------------------- /site.webmanifest: -------------------------------------------------------------------------------- 1 | { 2 | "name": "zu1k", 3 | "short_name": "zu1k", 4 | "start_url": "https://zu1k.com/", 5 | "icons": [{ 6 | "src": "/android-chrome-192x192.png", 7 | "sizes": "192x192", 8 | "type": "image/png" 9 | }, { 10 | "src": "/android-chrome-512x512.png", 11 | "sizes": "512x512", 12 | "type": "image/png" 13 | }], 14 | "theme_color": "#ffffff", 15 | "background_color": "#ffffff", 16 | "display": "standalone" 17 | } -------------------------------------------------------------------------------- /tags/ai/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/ai/ 2 | -------------------------------------------------------------------------------- /tags/blog/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/blog/ 2 | -------------------------------------------------------------------------------- /tags/bypass/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/bypass/ 2 | -------------------------------------------------------------------------------- /tags/c/c++/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/c/c++/ 2 | -------------------------------------------------------------------------------- /tags/ci/cd/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/ci/cd/ 2 | -------------------------------------------------------------------------------- /tags/cloudflare/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/cloudflare/ 2 | -------------------------------------------------------------------------------- /tags/coding/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/coding/ 2 | -------------------------------------------------------------------------------- /tags/cooking/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/cooking/ 2 | -------------------------------------------------------------------------------- /tags/crack/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/crack/ 2 | -------------------------------------------------------------------------------- /tags/dns/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/dns/ 2 | -------------------------------------------------------------------------------- /tags/docker/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/docker/ 2 | -------------------------------------------------------------------------------- /tags/domain/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/domain/ 2 | -------------------------------------------------------------------------------- /tags/email/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/email/ 2 | -------------------------------------------------------------------------------- /tags/event/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/event/ 2 | -------------------------------------------------------------------------------- /tags/gdb/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/gdb/ 2 | -------------------------------------------------------------------------------- /tags/git/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/git/ 2 | -------------------------------------------------------------------------------- /tags/github/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/github/ 2 | -------------------------------------------------------------------------------- /tags/golang/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/golang/ 2 | -------------------------------------------------------------------------------- /tags/hackbar/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/hackbar/ 2 | -------------------------------------------------------------------------------- /tags/hexo/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/hexo/ 2 | -------------------------------------------------------------------------------- /tags/ikuai/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/ikuai/ 2 | -------------------------------------------------------------------------------- /tags/ipfs/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/ipfs/ 2 | -------------------------------------------------------------------------------- /tags/iptables/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/iptables/ 2 | -------------------------------------------------------------------------------- /tags/ipv6/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/ipv6/ 2 | -------------------------------------------------------------------------------- /tags/jsdelivr/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/jsdelivr/ 2 | -------------------------------------------------------------------------------- /tags/linux/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/linux/ 2 | -------------------------------------------------------------------------------- /tags/llvm/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/llvm/ 2 | -------------------------------------------------------------------------------- /tags/macro/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/macro/ 2 | -------------------------------------------------------------------------------- /tags/macvlan/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/macvlan/ 2 | -------------------------------------------------------------------------------- /tags/md5/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/md5/ 2 | -------------------------------------------------------------------------------- /tags/mitm/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/mitm/ 2 | -------------------------------------------------------------------------------- /tags/mysql/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/mysql/ 2 | -------------------------------------------------------------------------------- /tags/ndp/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/ndp/ 2 | -------------------------------------------------------------------------------- /tags/network/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/network/ 2 | -------------------------------------------------------------------------------- /tags/openssl/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/openssl/ 2 | -------------------------------------------------------------------------------- /tags/openwrt/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/openwrt/ 2 | -------------------------------------------------------------------------------- /tags/p2p/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/p2p/ 2 | -------------------------------------------------------------------------------- /tags/payload/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/payload/ 2 | -------------------------------------------------------------------------------- /tags/php/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/php/ 2 | -------------------------------------------------------------------------------- /tags/proxy/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/proxy/ 2 | -------------------------------------------------------------------------------- /tags/psychology/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/psychology/ 2 | -------------------------------------------------------------------------------- /tags/python/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/python/ 2 | -------------------------------------------------------------------------------- /tags/reverse/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/reverse/ 2 | -------------------------------------------------------------------------------- /tags/scan/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/scan/ 2 | -------------------------------------------------------------------------------- /tags/sgid/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/sgid/ 2 | -------------------------------------------------------------------------------- /tags/shell/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/shell/ 2 | -------------------------------------------------------------------------------- /tags/sql/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/sql/ 2 | -------------------------------------------------------------------------------- /tags/sql注入/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/sql%E6%B3%A8%E5%85%A5/ 2 | -------------------------------------------------------------------------------- /tags/ssh/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/ssh/ 2 | -------------------------------------------------------------------------------- /tags/suid/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/suid/ 2 | -------------------------------------------------------------------------------- /tags/swap/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/swap/ 2 | -------------------------------------------------------------------------------- /tags/telegram/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/telegram/ 2 | -------------------------------------------------------------------------------- /tags/thinking/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/thinking/ 2 | -------------------------------------------------------------------------------- /tags/tor/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/tor/ 2 | -------------------------------------------------------------------------------- /tags/tun/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/tun/ 2 | -------------------------------------------------------------------------------- /tags/ucloud/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/ucloud/ 2 | -------------------------------------------------------------------------------- /tags/ulimit/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/ulimit/ 2 | -------------------------------------------------------------------------------- /tags/vultr/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/vultr/ 2 | -------------------------------------------------------------------------------- /tags/web-security/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/web-security/ 2 | -------------------------------------------------------------------------------- /tags/writing/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/writing/ 2 | -------------------------------------------------------------------------------- /tags/xss/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/xss/ 2 | -------------------------------------------------------------------------------- /tags/哈希算法/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/%E5%93%88%E5%B8%8C%E7%AE%97%E6%B3%95/ 2 | -------------------------------------------------------------------------------- /tags/回忆/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/%E5%9B%9E%E5%BF%86/ 2 | -------------------------------------------------------------------------------- /tags/多拨/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/%E5%A4%9A%E6%8B%A8/ 2 | -------------------------------------------------------------------------------- /tags/年终总结/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/%E5%B9%B4%E7%BB%88%E6%80%BB%E7%BB%93/ 2 | -------------------------------------------------------------------------------- /tags/影视/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/%E5%BD%B1%E8%A7%86/ 2 | -------------------------------------------------------------------------------- /tags/树莓派/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/%E6%A0%91%E8%8E%93%E6%B4%BE/ 2 | -------------------------------------------------------------------------------- /tags/正则/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/%E6%AD%A3%E5%88%99/ 2 | -------------------------------------------------------------------------------- /tags/雨课堂/page/1/index.html: -------------------------------------------------------------------------------- 1 | https://zu1k.com/tags/%E9%9B%A8%E8%AF%BE%E5%A0%82/ 2 | --------------------------------------------------------------------------------