Help
RSS
API
Feed
Maltego
Contact
Domain > blog.aki32585.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-06-17
104.21.50.52
(
ClassC
)
2025-12-08
172.67.201.80
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Mon, 08 Dec 2025 07:48:58 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveAccess-Control-Allow-Origin: *Cache-Control: public, max-age0, must-revalidatereferrer-policy: strict-origin-when-cross-originx-content-type-options: nosniffVary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?szpWFlLid438EcRr2wlfgXRLeYEYe314X4pDfY0GXc%2FtOQ%2FDk5U5oMRyXxCJPh0SrVb2jFFLZVHMI4iRuOAVPnR7kXAdjoscdKvHRlR5m2Q%3D%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflarecf-cache-status: DYNAMICCF-RAY: 9aaaa9d69d6fc751-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langja dirltr>head prefixog: http://ogp.me/ns#> meta http-equivContent-Type contenttext/html; charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1> meta http-equivX-UA-Compatible contentIEedge> title>aki32585のブログ/title> script defer src/js/fuse.min.32195737929df2c8096e855a5789cbb3f1331224d9169e8705493e7008f47df8.js>/script>script src/js/enquire.min.dfb99dee1e029d51d6cfb672d847929890b1585402de17f5ed092edd72a688b4.js>/script>script defer src/js/lazysizes.min.fb649fcae62177dfe63e67081ddceb830b5ce1f05a4184e9bbb7d87ac4b8f4e5.js>/script>script defer src/js/helper/getParents.min.b75dda22e2d1c0e1e0574c7764bb95bec70c0fb0d4d5440339ba68c685d5a661.js>/script>script defer src/js/helper/fadeinout.min.b1a8c6db3f3cc261756044570d21596f0f083625d41433dc9ac02aba5e53777b.js>/script>script defer src/js/helper/closest.min.js>/script> script> use strict; if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach Array.prototype.forEach; } if (!String.prototype.includes) { String.prototype.includes function (search, start) { use strict; if (search instanceof RegExp) { throw TypeError(first argument must not be a RegExp); } if (start undefined) { start 0; } return this.indexOf(search, start) ! -1; }; } Document.prototype.append Element.prototype.append function append() { this.appendChild(_mutation(arguments)); }; function _mutation(nodes) { if (!nodes.length) { throw new Error(DOM Exception 8); } else if (nodes.length 1) { return typeof nodes0 string ? document.createTextNode(nodes0) : nodes0; } else { var fragment document.createDocumentFragment(), length nodes.length, index -1, node; while (++index length) { node nodesindex; fragment.appendChild(typeof node string ? document.createTextNode(node) : node); } return fragment; } } if (!String.prototype.startsWith) { String.prototype.startsWith function (searchString, position) { position position || 0; return this.indexOf(searchString, position) position; }; } document.addEventListener(DOMContentLoaded, function () { var navCollapseBtn document.querySelector(.navbar__burger); navCollapseBtn ? navCollapseBtn.addEventListener(click, function (e) { var navCollapse document.querySelector(.navbarm__collapse); if (navCollapse) { var dataOpen navCollapse.getAttribute(data-open); if (dataOpen true) { navCollapse.setAttribute(data-open, false); navCollapse.style.maxHeight 0; navCollapseBtn.classList.remove(is-active); } else { navCollapse.setAttribute(data-open, true); navCollapse.style.maxHeight navCollapse.scrollHeight + px; navCollapseBtn.classList.add(is-active); } } }) : null; var tables document.querySelectorAll(.single__contents > table); for (let i 0; i tables.length; i++) { var table tablesi; var wrapper document.createElement(div); wrapper.className table-wrapper; table.parentElement.replaceChild(wrapper, table); wrapper.appendChild(table); } var footNoteRefs document.querySelectorAll(.footnote-ref); var footNoteBackRefs document.querySelectorAll(.footnote-backref); footNoteRefs ? footNoteRefs.forEach(function(elem, idx) { elem.onmouseenter function () { if (navbar.classList.contains(scrolling)) { navbar.classList.remove(scrolling); } } elem.onmouseleave function () { if (!navbar.classList.contains(scrolling)) { setTimeout(function () { navbar.classList.add(scrolling); }, 100); } } elem.onclick function () { if (!navbar.classList.contains(scrolling)) { navbar.classList.remove(navbar--show); navbar.classList.remove(navbar--hide); navbar.classList.add(navbar--hide); } } }) : null; footNoteBackRefs ? footNoteBackRefs.forEach(function(elem, idx) { elem.onmouseenter function () { if (navbar.classList.contains(scrolling)) { navbar.classList.remove(scrolling); } } elem.onmouseleave function () { if (!navbar.classList.contains(scrolling)) { setTimeout(function() { navbar.classList.add(scrolling); }, 100); } } elem.onclick function () { if (!navbar.classList.contains(scrolling)) { navbar.classList.remove(navbar--show); navbar.classList.remove(navbar--hide); navbar.classList.add(navbar--hide); } } }) : null; var summaryContainer document.querySelector(.summary__container); var searchResult document.querySelector(.search-result); var searchResultCloseBtn document.querySelector(.search-result__close); searchResultCloseBtn ? searchResultCloseBtn.addEventListener(click, function (e) { searchResult.setAttribute(data-display, none); summaryContainer.setAttribute(data-display, block); }) : null; document.querySelectorAll(.tab) ? document.querySelectorAll(.tab).forEach(function(elem, idx) { var containerId elem.getAttribute(id); var containerElem elem; var tabLinks elem.querySelectorAll(.tab__link); var tabContents elem.querySelectorAll(.tab__content); var ids ; tabLinks && tabLinks.length > 0 ? tabLinks.forEach(function(link, index, self) { link.onclick function(e) { for (var i 0; i self.length; i++) { if (index parseInt(i, 10)) { if (!selfi.classList.contains(active)) { selfi.classList.add(active); tabContentsi.style.display block; } } else { selfi.classList.remove(active); tabContentsi.style.display none; } } } }) : null; }) : null; document.querySelectorAll(.codetab) ? document.querySelectorAll(.codetab).forEach(function(elem, idx) { var containerId elem.getAttribute(id); var containerElem elem; var codetabLinks elem.querySelectorAll(.codetab__link); var codetabContents elem.querySelectorAll(.codetab__content); var ids ; codetabLinks && codetabLinks.length > 0 ? codetabLinks.forEach(function(link, index, self) { link.onclick function(e) { for (var i 0; i self.length; i++) { if (index parseInt(i, 10)) { if (!selfi.classList.contains(active)) { selfi.classList.add(active); codetabContentsi.style.display block; } } else { selfi.classList.remove(active); codetabContentsi.style.display none; } } } }) : null; }) : null; var gttBtn document.getElementById(gtt); gttBtn.style.display none; gttBtn.addEventListener(click, function () { if (window.document.documentMode) { document.documentElement.scrollTop 0; } else { scrollToTop(250); } }); function scrollToTop(scrollDuration) { var scrollStep -window.scrollY / (scrollDuration / 15); var scrollInterval setInterval(function () { if (window.scrollY ! 0) { window.scrollBy(0, scrollStep); } else clearInterval(scrollInterval); }, 15); } var scrollFunction function () { if (document.body.scrollTop > 250 || document.documentElement.scrollTop > 250) { gttBtn.style.display block; } else { gttBtn.style.display none; } } var expandBtn document.querySelectorAll(.expand__button); for (let i 0; i expandBtn.length; i++) { expandBtni.addEventListener(click, function () { var content this.nextElementSibling; if (content.style.maxHeight) { content.style.maxHeight null; this.querySelector(svg).classList.add(expand-icon__right); this.querySelector(svg).classList.remove(expand-icon__down); } else { content.style.maxHeight content.scrollHeight + px; this.querySelector(svg).classList.remove(expand-icon__right); this.querySelector(svg).classList.add(expand-icon__down); } }); } var lastScrollTop window.pageYOffset || document.documentElement.scrollTop; var tocElem document.querySelector(.toc); var tableOfContentsElem tocElem ? tocElem.querySelector(#TableOfContents) : null; var toggleTocElem document.getElementById(toggle-toc); var singleContentsElem document.querySelector(.single__contents); var navbar document.querySelector(.navbar); var tocFlexbox document.querySelector(.toc__flexbox); var tocFlexboxOuter document.querySelector(.toc__flexbox--outer); var expandContents document.querySelectorAll(.expand__content); var boxContents document.querySelectorAll(.box); var notAllowedTitleIds null; var tocFolding JSON.parse(true); var tocLevels JSON.parse(\h2\,\h3\,\h4\); if (tocLevels) { tocLevels tocLevels.toString(); } else { tocLevels h1, h2, h3, h4, h5, h6; } singleContentsElem && singleContentsElem.querySelectorAll(.tab) ? singleContentsElem.querySelectorAll(.tab).forEach(function (elem) { elem.querySelectorAll(tocLevels).forEach(function (element) { notAllowedTitleIds Array.isArray(notAllowedTitleIds) ? notAllowedTitleIds.concat(element.getAttribute(id)) : element.getAttribute(id); }); }) : null; expandContents ? expandContents.forEach(function(elem) { elem.querySelectorAll(tocLevels).forEach(function (element) { notAllowedTitleIds Array.isArray(notAllowedTitleIds) ? notAllowedTitleIds.concat(element.getAttribute(id)) : element.getAttribute(id); }); }) : null; boxContents ? boxContents.forEach(function(elem) { elem.querySelectorAll(tocLevels).forEach(function (element) { notAllowedTitleIds Array.isArray(notAllowedTitleIds) ? notAllowedTitleIds.concat(element.getAttribute(id)) : element.getAttribute(id); }); }) : null; window.onscroll function () { scrollFunction(); var st window.pageYOffset || document.documentElement.scrollTop; if (st > lastScrollTop) { if (st 250) { gttBtn.style.display none; } else { gttBtn.style.display block; } if (st 45) { return null; } if (navbar.classList.contains(scrolling)) { if (!navbar.classList.contains(navbar--hide)) { navbar.classList.add(navbar--hide); } else if (navbar.classList.contains(navbar--show)) { navbar.classList.remove(navbar--show); } } if (singleContentsElem) { if (singleContentsElem.querySelectorAll(tocLevels).length > 0) { singleContentsElem.querySelectorAll(tocLevels).forEach(function (elem) { if (toggleTocElem && !toggleTocElem.checked) { return null; } if (notAllowedTitleIds && notAllowedTitleIds.includes(elem.getAttribute(id))) { return null; } if (document.documentElement.scrollTop > elem.offsetTop) { if (tableOfContentsElem) { var id elem.getAttribute(id); tocElem.querySelectorAll(a).forEach(function (elem) { elem.classList.remove(active); }); tocElem.querySelector(ahref# + id + ) ? tocElem.querySelector(ahref# + id + ).classList.add(active) : null; if (false tocFolding) { } else { tableOfContentsElem.querySelectorAll(ul) ? tableOfContentsElem.querySelectorAll(ul).forEach(function (rootUl) { rootUl.querySelectorAll(li).forEach(function (liElem) { liElem.querySelectorAll(ul).forEach(function (ulElem) { ulElem.style.display none; }); }); }) : null; } var curElem tableOfContentsElem.querySelector(href# + id + ); if (curElem && curElem.nextElementSibling) { curElem.nextElementSibling.style.display block; } getParents(curElem, ul) ? getParents(curElem, ul).forEach(function (elem) { elem.style.display block; }) : null; } } }); } else { if (tocFlexbox) { tocFlexbox.setAttribute(data-position, ); if (!tocFlexbox.classList.contains(hide)) { tocFlexbox.classList.add(hide); } } if (tocFlexboxOuter) { tocFlexboxOuter.setAttribute(data-position, ); if (!tocFlexboxOuter.classList.contains(hide)) { tocFlexboxOuter.classList.add(hide); } } } } } else { if (st 250) { gttBtn.style.display none; } if (navbar.classList.contains(scrolling)) { if (navbar.classList.contains(navbar--hide)) { navbar.classList.remove(navbar--hide); } else if (!navbar.classList.contains(navbar--show)) { navbar.classList.add(navbar--show); } } if (singleContentsElem) { if (singleContentsElem.querySelectorAll(tocLevels).length > 0) { singleContentsElem.querySelectorAll(tocLevels).forEach(function (elem) { if (toggleTocElem && !toggleTocElem.checked) { return null; } if (notAllowedTitleIds && notAllowedTitleIds.includes(elem.getAttribute(id))) { return null; } if (document.documentElement.scrollTop > elem.offsetTop) { if (tableOfContentsElem) { var id elem.getAttribute(id); tocElem.querySelectorAll(a).forEach(function (elem) { elem.classList.remove(active); }); tocElem.querySelector(ahref# + id + ) ? tocElem.querySelector(ahref# + id + ).classList.add(active) : null; if (false tocFolding) { } else { tableOfContentsElem.querySelectorAll(ul) ? tableOfContentsElem.querySelectorAll(ul).forEach(function (rootUl) { rootUl.querySelectorAll(li).forEach(function (liElem) { liElem.querySelectorAll(ul).forEach(function (ulElem) { ulElem.style.display none; }); }); }) : null; } var curElem tableOfContentsElem.querySelector(href# + id + ); if (curElem && curElem.nextElementSibling) { curElem.nextElementSibling.style.display block; } getParents(curElem, ul) ? getParents(curElem, ul).forEach(function (elem) { elem.style.display block; }) : null; } } }); } else { if (tocFlexbox && !tocFlexbox.classList.contains(hide)) { tocFlexbox.classList.add(hide); } if (tocFlexboxOuter && !tocFlexboxOuter.classList.contains(hide)) { tocFlexboxOuter.classList.add(hide); } } } if (tableOfContentsElem && document.documentElement.scrollTop 250) { if (false tocFolding) { } else { tableOfContentsElem.querySelector(ul) ? tableOfContentsElem.querySelector(ul).querySelectorAll(li).forEach(function (liElem) { liElem.querySelectorAll(ul).forEach(function (ulElem) { ulElem.style.display none; }); }) : null; } } } lastScrollTop st 0 ? 0 : st; }; var localTheme localStorage.getItem(theme); var rootEleme document.getElementById(root); var selectThemeElem document.querySelectorAll(.select-theme); var selectThemeItemElem document.querySelectorAll(.select-theme__item); var skinDarkCode JSON.parse(\dark\); var skinLightCode JSON.parse(\light\); var skinHackerCode JSON.parse(\hacker\); var skinSolarizedCode JSON.parse(\solarized\); var skinKimbieCode JSON.parse(\kimbie\); var setMetaColor function(themeColor) { var metaMsapplicationTileColor document.getElementsByName(msapplication-TileColor)0; var metaThemeColor document.getElementsByName(theme-color)0; var metaMsapplicationNavbuttonColor document.getElementsByName(msapplication-navbutton-color)0; var metaAppleMobileWebAappStatusBarStyle document.getElementsByName(apple-mobile-web-app-status-bar-style)0; if (themeColor.includes(dark)) { metaMsapplicationTileColor.setAttribute(content, #fcfcfa); metaThemeColor.setAttribute(content, #403E41); metaMsapplicationNavbuttonColor.setAttribute(content, #403E41); metaAppleMobileWebAappStatusBarStyle.setAttribute(content, #403E41); } else if (themeColor.includes(light)) { metaMsapplicationTileColor.setAttribute(content, #555); metaThemeColor.setAttribute(content, #eee); metaMsapplicationNavbuttonColor.setAttribute(content, #eee); metaAppleMobileWebAappStatusBarStyle.setAttribute(content, #eee); } else if (themeColor.includes(hacker)) { metaMsapplicationTileColor.setAttribute(content, #e3cd26); metaThemeColor.setAttribute(content, #252526); metaMsapplicationNavbuttonColor.setAttribute(content, #252526); metaAppleMobileWebAappStatusBarStyle.setAttribute(content, #252526); } else if (themeColor.includes(solarized)) { metaMsapplicationTileColor.setAttribute(content, #d3af86); metaThemeColor.setAttribute(content, #51412c); metaMsapplicationNavbuttonColor.setAttribute(content, #51412c); metaAppleMobileWebAappStatusBarStyle.setAttribute(content, #51412c); } else if (themeColor.includes(kimbie)) { metaMsapplicationTileColor.setAttribute(content, #586e75); metaThemeColor.setAttribute(content, #eee8d5); metaMsapplicationNavbuttonColor.setAttribute(content, #eee8d5); metaAppleMobileWebAappStatusBarStyle.setAttribute(content, #eee8d5); } } var parseSkinCode function(themeText) { if (themeText skinDarkCode) { return dark; } else if (themeText skinLightCode) { return light; } else if (themeText skinHackerCode) { return hacker; } else if (themeText skinSolarizedCode) { return solarized; } else if (themeText skinKimbieCode) { return kimbie; } } if (localTheme) { selectThemeItemElem ? selectThemeItemElem.forEach(function (elem) { if (elem.text.trim() localTheme) { elem.classList.add(is-active); } else { elem.classList.remove(is-active); } }) : null; setMetaColor(localTheme); } else { setMetaColor(rootEleme.className); } selectThemeItemElem ? selectThemeItemElem.forEach(function (v, i) { v.addEventListener(click, function (e) { var selectedThemeVariant parseSkinCode(e.target.text.trim()); localStorage.setItem(theme, selectedThemeVariant); setMetaColor(selectedThemeVariant); rootEleme.removeAttribute(class); rootEleme.classList.add(theme__ + selectedThemeVariant); selectThemeElem.forEach(function(rootElem) { rootElem.querySelectorAll(a).forEach(function (elem) { if (elem.classList) { if (elem.text.trim() selectedThemeVariant) { if (!elem.classList.contains(is-active)) { elem.classList.add(is-active); } } else { if (elem.classList.contains(is-active)) { elem.classList.remove(is-active); } } } }); }); if (window.mermaid) { if (selectedThemeVariant dark || selectedThemeVariant hacker) { mermaid.initialize({ theme: dark }); location.reload(); } else { mermaid.initialize({ theme: default }); location.reload(); } } var utterances document.getElementById(utterances); if (utterances) { utterances.querySelector(iframe).contentWindow.postMessage({ type: set-theme, theme: selectedThemeVariant dark || selectedThemeVariant hacker ? photon-dark : selectedThemeVariant kimbie ? github-dark-orange : github-light, }, https://utteranc.es); } var twitterCards document.querySelectorAll(.twitter-timeline); if (twitterCards) { window.postMessage({ type: set-twitter-theme, theme: selectedThemeVariant light || selectedThemeVariant solarized ? light : dark, }); } }); }) : null; var baseurl JSON.parse(\https://blog.aki32585.com/\); var permalink JSON.parse(\https://blog.aki32585.com/\); var langprefix JSON.parse(\\); var searchResults null; var searchMenu null; var searchText null; var enableSearch JSON.parse(true); var searchDistance JSON.parse(100); var searchThreshold JSON.parse(0.4); var searchContent JSON.parse(true); var enableSearchHighlight JSON.parse(true); var searchResultPosition JSON.parse(\main\); var sectionType JSON.parse(\page\); var kind JSON.parse(\home\); var fuse null; if (enableSearch) { (function initFuse() { var xhr new XMLHttpRequest(); if (sectionType publication && kind ! page) { xhr.open(GET, permalink + index.json); } else { xhr.open(GET, baseurl + langprefix + /index.json); } xhr.setRequestHeader(Content-Type, application/json; charsetutf-8); xhr.onload function () { if (xhr.status 200) { fuse new Fuse(JSON.parse(xhr.response.toString(utf-8)), { keys: sectionType.includes(publication) ? title, abstract : searchContent ? title, description, content : title, description, includeMatches: enableSearchHighlight, shouldSort: true, threshold: searchThreshold ? searchThreshold : 0.4, location: 0, distance: searchDistance ? searchDistance : 100, maxPatternLength: 32, minMatchCharLength: 1, isCaseSensitive: false, findAllMatches: false, useExtendedSearch: false, }); window.fuse fuse; } else { console.error( + xhr.status + Error:, xhr.statusText); } }; xhr.send(); })(); } function makeLi(ulElem, obj) { var li document.createElement(li); li.className search-result__item; var a document.createElement(a); a.innerHTML obj.item.title; a.setAttribute(class, search-result__item--title); a.setAttribute(href, obj.item.uri); var descDiv document.createElement(div); descDiv.setAttribute(class, search-result__item--desc); if (obj.item.description) { descDiv.innerHTML obj.item.description; } else if (obj.item.content) { descDiv.innerHTML obj.item.content.substring(0, 225); } li.appendChild(a); li.appendChild(descDiv); ulElem.appendChild(li); } function makeHighlightLi(ulElem, obj) { var li document.createElement(li); li.className search-result__item; var descDiv null; var a document.createElement(a); a.innerHTML obj.item.title; a.setAttribute(class, search-result__item--title); a.setAttribute(href, obj.item.uri); if (obj.matches && obj.matches.length) { for (var i 0; i obj.matches.length; i++) { if (title obj.matchesi.key) { a document.createElement(a); a.innerHTML generateHighlightedText(obj.matchesi.value, obj.matchesi.indices); a.setAttribute(class, search-result__item--title); a.setAttribute(href, obj.item.uri); } if (description obj.matchesi.key) { descDiv document.createElement(div); descDiv.setAttribute(class, search-result__item--desc); descDiv.innerHTML generateHighlightedText(obj.item.description, obj.matchesi.indices); } else if (content obj.matchesi.key) { if (!descDiv) { descDiv document.createElement(div); descDiv.setAttribute(class, search-result__item--desc); descDiv.innerHTML generateHighlightedText(obj.item.content.substring(0, 150), obj.matchesi.indices); } } else { if (obj.item.description) { descDiv document.createElement(div); descDiv.setAttribute(class, search-result__item--desc); descDiv.innerHTML obj.item.description; } else { descDiv document.createElement(div); descDiv.setAttribute(class, search-result__item--desc); descDiv.innerHTML obj.item.content.substring(0, 150); } } } li.appendChild(a); if (descDiv) { li.appendChild(descDiv); } if (li) { ulElem.appendChild(li); } } } function renderSearchResultsSide(searchText, results) { searchResults document.getElementById(search-results); searchMenu document.getElementById(search-menu); searchResults.setAttribute(class, dropdown is-active); var ul document.createElement(ul); ul.setAttribute(class, dropdown-content search-content); if (results.length) { results.forEach(function (result) { var li document.createElement(li); var a document.createElement(a); a.setAttribute(href, result.uri); a.setAttribute(class, dropdown-item); a.appendChild(li); var titleDiv document.createElement(div); titleDiv.innerHTML result.title; titleDiv.setAttribute(class, menu-item__title); var descDiv document.createElement(div); descDiv.setAttribute(class, menu-item__desc); if (result.description) { descDiv.innerHTML result.description; } else if (result.content) { descDiv.innerHTML result.content.substring(0, 150); } li.appendChild(titleDiv); li.appendChild(descDiv); ul.appendChild(a); }); } else { var li document.createElement(li); li.setAttribute(class, dropdown-item); li.innerText No results found; ul.appendChild(li); } while (searchMenu.hasChildNodes()) { searchMenu.removeChild( searchMenu.lastChild ); } searchMenu.appendChild(ul); } function renderSearchHighlightResultsSide(searchText, results) { searchResults document.getElementById(search-results); searchMenu document.getElementById(search-menu); searchResults.setAttribute(class, dropdown is-active); var ul document.createElement(ul); ul.setAttribute(class, dropdown-content search-content); if (results.length) { results.forEach(function (result) { var li document.createElement(li); var a document.createElement(a); var descDiv null; a.setAttribute(href, result.item.uri); a.setAttribute(class, dropdown-item); a.appendChild(li); var titleDiv document.createElement(div); titleDiv.innerHTML result.item.title; titleDiv.setAttribute(class, menu-item__title); if (result.matches && result.matches.length) { for (var i 0; i result.matches.length; i++) { if (title result.matchesi.key) { titleDiv.innerHTML generateHighlightedText(result.matchesi.value, result.matchesi.indices); } if (description result.matchesi.key) { descDiv document.createElement(div); descDiv.setAttribute(class, menu-item__desc); descDiv.innerHTML generateHighlightedText(result.item.description, result.matchesi.indices); } else if (content result.matchesi.key) { if (!descDiv) { descDiv document.createElement(div); descDiv.setAttribute(class, menu-item__desc); descDiv.innerHTML generateHighlightedText(result.item.content.substring(0, 150), result.matchesi.indices); } } else { if (result.item.description) { descDiv document.createElement(div); descDiv.setAttribute(class, menu-item__desc); descDiv.innerHTML result.item.description; } else { descDiv document.createElement(div); descDiv.setAttribute(class, menu-item__desc); descDiv.innerHTML result.item.content.substring(0, 150); } } } li.appendChild(titleDiv); if (descDiv) { li.appendChild(descDiv); } ul.appendChild(a); } }); } else { var li document.createElement(li); li.setAttribute(class, dropdown-item); li.innerText No results found; ul.appendChild(li); } while (searchMenu.hasChildNodes()) { searchMenu.removeChild( searchMenu.lastChild ); } searchMenu.appendChild(ul); } function renderSearchResultsMobile(searchText, results) { searchResults document.getElementById(search-mobile-results); var content document.createElement(div); content.setAttribute(class, mobile-search__content); if (results.length > 0) { results.forEach(function (result) { var item document.createElement(a); item.setAttribute(href, result.uri); item.innerHTML div classmobile-search__item>div classmobile-search__item--title>📄 + result.title + /div>div classmobile-search__item--desc> + (result.description ? result.description : result.content) + /div>/div>; content.appendChild(item); }); } else { var item document.createElement(span); content.appendChild(item); } let wrap document.getElementById(search-mobile-results); while (wrap.firstChild) { wrap.removeChild(wrap.firstChild) } searchResults.appendChild(content); } function renderSearchHighlightResultsMobile(searchText, results) { searchResults document.getElementById(search-mobile-results); var ul document.createElement(div); ul.setAttribute(class, mobile-search__content); if (results.length) { results.forEach(function (result) { var li document.createElement(li); var a document.createElement(a); var descDiv null; a.setAttribute(href, result.item.uri); a.appendChild(li); li.setAttribute(class, mobile-search__item); var titleDiv document.createElement(div); titleDiv.innerHTML result.item.title; titleDiv.setAttribute(class, mobile-search__item--title); if (result.matches && result.matches.length) { for (var i 0; i result.matches.length; i++) { if (title result.matchesi.key) { titleDiv.innerHTML generateHighlightedText(result.matchesi.value, result.matchesi.indices); } if (description result.matchesi.key) { descDiv document.createElement(div); descDiv.setAttribute(class, mobile-search__item--desc); descDiv.innerHTML generateHighlightedText(result.item.description, result.matchesi.indices); } else if (content result.matchesi.key) { if (!descDiv) { descDiv document.createElement(div); descDiv.setAttribute(class, mobile-search__item--desc); descDiv.innerHTML generateHighlightedText(result.item.content.substring(0, 150), result.matchesi.indices); } } else { if (result.item.description) { descDiv document.createElement(div); descDiv.setAttribute(class, mobile-search__item--desc); descDiv.innerHTML result.item.description; } else { descDiv document.createElement(div); descDiv.setAttribute(class, mobile-search__item--desc); descDiv.innerHTML result.item.content.substring(0, 150); } } } li.appendChild(titleDiv); if (descDiv) { li.appendChild(descDiv); } ul.appendChild(a); } }); } else { var item document.createElement(span); ul.appendChild(item); } let wrap document.getElementById(search-mobile-results); while (wrap.firstChild) { wrap.removeChild(wrap.firstChild) } searchResults.appendChild(ul); } function generateHighlightedText(text, regions) { if (!regions) { return text; } var content , nextUnhighlightedRegionStartingIndex 0; regions.forEach(function(region) { if (region0 region1) { return null; } content + + text.substring(nextUnhighlightedRegionStartingIndex, region0) + span classsearch__highlight> + text.substring(region0, region1 + 1) + /span> + ; nextUnhighlightedRegionStartingIndex region1 + 1; }); content + text.substring(nextUnhighlightedRegionStartingIndex); return content; }; var searchElem document.getElementById(search); var searchMobile document.getElementById(search-mobile); var searchResultsContainer document.getElementById(search-results); searchElem ? searchElem.addEventListener(input, function(e) { if (!e.target.value | window.innerWidth 770) { searchResultsContainer ? searchResultsContainer.setAttribute(class, dropdown) : null; searchResult ? searchResult.setAttribute(data-display, none) : null; summaryContainer ? summaryContainer.setAttribute(data-display, block) : null; return null; } searchText e.target.value; var results fuse.search(e.target.value); if (searchResultPosition main) { if (enableSearchHighlight) { renderSearchHighlightResultsMain(searchText, results); } else { renderSearchResultsMain(searchText, results); } } else { if (enableSearchHighlight) { renderSearchHighlightResultsSide(searchText, results); } else { renderSearchResultsSide(searchText, results); } var dropdownItems searchResultsContainer.querySelectorAll(.dropdown-item); dropdownItems ? dropdownItems.forEach(function(item) { item.addEventListener(mousedown, function(e) { e.target.click(); }); }) : null; } }) : null; searchElem ? searchElem.addEventListener(blur, function() { if (window.innerWidth 770) { return null; } searchResultsContainer ? searchResultsContainer.setAttribute(class, dropdown) : null; }) : null; searchElem ? searchElem.addEventListener(click, function(e) { if (window.innerWidth 770) { return null; } if (!e.target.value) { searchResultsContainer ? searchResultsContainer.setAttribute(class, dropdown) : null; return null; } searchText e.target.value; var results fuse.search(e.target.value); if (searchResultPosition main) { if (enableSearchHighlight) { renderSearchHighlightResultsMain(searchText, results); } else { renderSearchResultsMain(searchText, results); } } else{ if (enableSearchHighlight) { renderSearchHighlightResultsSide(searchText, results); } else { renderSearchResultsSide(searchText, results); } var dropdownItems searchResultsContainer.querySelectorAll(.dropdown-item); dropdownItems ? dropdownItems.forEach(function (item) { item.addEventListener(mousedown, function (e) { e.target.click(); }); }) : null; } }) : null; var searchMenuElem document.getElementById(search-menu); var activeItem document.querySelector(#search-menu .dropdown-item.is-active); var activeIndex null; var items null; var searchContainerMaxHeight 350; searchElem ? searchElem.addEventListener(keydown, function(e) { if (window.innerWidth 770) { return null; } if (e.key Escape) { searchResult ? searchResult.setAttribute(data-display, none) : null; summaryContainer ? summaryContainer.setAttribute(data-display, block) : null; } var items document.querySelectorAll(#search-menu .dropdown-item); var keyCode e.which || e.keyCode; if (!items || !items.length) { return null; } if (e.key ArrowDown || keyCode 40) { if (activeIndex null) { activeIndex 0; itemsactiveIndex.classList.remove(is-active); } else { itemsactiveIndex.classList.remove(is-active); activeIndex activeIndex items.length - 1 ? 0 : activeIndex + 1; } itemsactiveIndex.classList.add(is-active); let overflowedPixel itemsactiveIndex.offsetTop + itemsactiveIndex.clientHeight - searchContainerMaxHeight; if (overflowedPixel > 0) { document.querySelector(.search-content).scrollTop + itemsactiveIndex.getBoundingClientRect().height; } else if (activeIndex 0) { document.querySelector(.search-content).scrollTop 0; } } else if (e.key ArrowUp || keyCode 38) { if (activeIndex null) { activeIndex items.length - 1; itemsactiveIndex.classList.remove(is-active); } else { itemsactiveIndex.classList.remove(is-active); activeIndex activeIndex 0 ? items.length - 1 : activeIndex - 1; } itemsactiveIndex.classList.add(is-active); let overflowedPixel itemsactiveIndex.offsetTop + itemsactiveIndex.clientHeight - searchContainerMaxHeight; if (overflowedPixel 0) { document.querySelector(.search-content).scrollTop - itemsactiveIndex.getBoundingClientRect().height; } else { document.querySelector(.search-content).scrollTop overflowedPixel + itemsactiveIndex.getBoundingClientRect().height; } } else if (e.key Enter || keyCode 13) { if (itemsactiveIndex && itemsactiveIndex.getAttribute(href)) { location.href itemsactiveIndex.getAttribute(href); } } else if (e.key Escape || keyCode 27) { e.target.value null; if (searchResults) { searchResults.classList.remove(is-active); } } }) : null; searchMobile ? searchMobile.addEventListener(input, function(e) { if (!e.target.value) { let wrap document.getElementById(search-mobile-results); while (wrap.firstChild) { wrap.removeChild(wrap.firstChild); } return null; } searchText e.target.value; var results fuse.search(e.target.value); renderSearchResultsMobile(searchText, results); if (enableSearchHighlight) { renderSearchHighlightResultsMobile(searchText, results); } else { renderSearchResultsMobile(searchText, results); } }) : null; var mobileSearchInputElem document.querySelector(#search-mobile); var mobileSearchClassElem document.querySelector(.mobile-search); var mobileSearchBtnElems document.querySelectorAll(.navbar-search); var mobileSearchCloseBtnElem document.querySelector(#search-mobile-close); var mobileSearchContainer document.querySelector(#search-mobile-container); var mobileSearchResultsElem document.querySelector(#search-mobile-results); var htmlElem document.querySelector(html); if (mobileSearchClassElem) { mobileSearchClassElem.style.display none; } mobileSearchBtnElems ? mobileSearchBtnElems.forEach(function (elem, idx) { elem.addEventListener(click, function () { if (mobileSearchContainer) { mobileSearchContainer.style.display block; } if (mobileSearchInputElem) { mobileSearchInputElem.focus(); } if (htmlElem) { htmlElem.style.overflowY hidden; } }); }) : null; mobileSearchCloseBtnElem ? mobileSearchCloseBtnElem.addEventListener(click, function() { if (mobileSearchContainer) { mobileSearchContainer.style.display none; } if (mobileSearchInputElem) { mobileSearchInputElem.value ; } if (mobileSearchResultsElem) { while (mobileSearchResultsElem.firstChild) { mobileSearchResultsElem.removeChild(mobileSearchResultsElem.firstChild); } } if (htmlElem) { htmlElem.style.overflowY visible; } }) : null; mobileSearchInputElem ? mobileSearchInputElem.addEventListener(keydown, function(e) { var keyCode e.which || e.keyCode; if (e.key Escape || keyCode 27) { if (mobileSearchContainer) { mobileSearchContainer.style.display none; } if (mobileSearchInputElem) { mobileSearchInputElem.value ; } if (mobileSearchResultsElem) { while (mobileSearchResultsElem.firstChild) { mobileSearchResultsElem.removeChild(mobileSearchResultsElem.firstChild); } } if (htmlElem) { htmlElem.style.overflowY visible; } } }) : null; function renderSearchResultsMain(searchText, results) { var searchBody document.querySelector(.search-result__body); var originUl searchBody.querySelector(ul); var ul document.createElement(ul); if (!searchText) { searchResult ? searchResult.setAttribute(data-display, none) : null; summaryContainer ? summaryContainer.setAttribute(data-display, block) : null; } else if (results) { if (results && results.length) { results.forEach(function (result) { makeLi(ul, result); }); searchResult ? searchResult.setAttribute(data-display, block) : null; summaryContainer ? summaryContainer.setAttribute(data-display, none) : null; } } originUl.parentNode.replaceChild(ul, originUl); } function renderSearchHighlightResultsMain(searchText, results) { var searchBody document.querySelector(.search-result__body); var originUl searchBody.querySelector(ul); var ul document.createElement(ul); if (!searchText) { searchResult ? searchResult.setAttribute(data-display, none) : null; summaryContainer ? summaryContainer.setAttribute(data-display, block) : null; } else if (results) { if (results && results.length) { results.forEach(function (result) { makeHighlightLi(ul, result); }); searchResult ? searchResult.setAttribute(data-display, block) : null; summaryContainer ? summaryContainer.setAttribute(data-display, none) : null; } } originUl.parentNode.replaceChild(ul, originUl); } });/script> link relstylesheet href/css/main.min.css> link relalternate typeapplication/rss+xml titleRSS hrefhttps://blog.aki32585.com/index.xml>meta namedescription contentたまに書く />meta namecreated content2022-08-21T23:47:11+0100>meta namemodified content2022-08-21T23:47:11+0100>meta propertyarticle:published_time content2022-08-21T23:47:11+0100>meta propertyog:site_name contentaki32585のブログ>meta propertyog:title content>meta propertyog:url contenthttps://blog.aki32585.com/>meta propertyog:type contentwebsite>meta propertyog:description contentたまに書く>meta namegenerator contentHugo 0.100.1 />meta namemsapplication-TileColor content#fff>meta nametheme-color content#fff>meta namemsapplication-navbutton-color content#fff>meta nameapple-mobile-web-app-status-bar-style content#fff>link relcanonical hrefhttps://blog.aki32585.com/>link relmanifest href/manifest.json> link relapple-touch-icon sizes57x57 href/favicon/apple-icon-57x57.png> link relapple-touch-icon sizes60x60 href/favicon/apple-icon-60x60.png> link relapple-touch-icon sizes72x72 href/favicon/apple-icon-72x72.png> link relapple-touch-icon sizes76x76 href/favicon/apple-icon-76x76.png> link relapple-touch-icon sizes114x114 href/favicon/apple-icon-114x114.png> link relapple-touch-icon sizes120x120 href/favicon/apple-icon-120x120.png> link relapple-touch-icon sizes144x144 href/favicon/apple-icon-144x144.png> link relapple-touch-icon sizes152x152 href/favicon/apple-icon-152x152.png> link relapple-touch-icon sizes180x180 href/favicon/apple-icon-180x180.png> link relicon typeimage/png sizes192x192 href/favicon/android-icon-192x192.png> link relicon typeimage/png sizes192x192 href/favicon/android-icon-512x512.png> link relicon typeimage/png sizes32x32 href/favicon/favicon-32x32.png> link relicon typeimage/png sizes96x96 href/favicon/favicon-96x96.png> link relicon typeimage/png sizes16x16 href/favicon/favicon-16x16.png> meta namemsapplication-TileColor content#ffffff> meta namemsapplication-TileImage content/ms-icon-144x144.png> script typeapplication/ld+json> { @context: https://schema.org, @type: WebPage, url : https://blog.aki32585.com/, name: , description: たまに書く, mainEntityOfPage: { @type: WebPage, @id: https://blog.aki32585.com/ }, publisher: { @type: Organization, name: aki32585のブログ, url: https://blog.aki32585.com/ } }/script> script async srchttps://www.googletagmanager.com/gtag/js?idG-WZDWNQRZLL>/script>script>var doNotTrack false;if (!doNotTrack) { window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, G-WZDWNQRZLL, { anonymize_ip: false });}/script> script typeapplication/javascript>var doNotTrack false;if (!doNotTrack) { window.gawindow.ga||function(){(ga.qga.q||).push(arguments)};ga.l+new Date; ga(create, G-WZDWNQRZLL, auto); ga(send, pageview);}/script>script async srchttps://www.google-analytics.com/analytics.js>/script> /head>body idroot classtheme__light> script> var localTheme localStorage.getItem(theme); if (localTheme) { document.getElementById(root).className theme__ + localTheme; } /script> div idcontainer> div classwrapper data-typepage data-kindhome> nav classnavbar scrolling rolenavigation aria-labelmain navigation data-dirltr> div classnavbar__brand> a href/ titleホーム relhome classnavbar__title-link> h6 classnavbar__title>aki32585のブログ/h6> /a> /div> div classmobile-search__btn navbar-search data-anitrue> svg xmlnshttp://www.w3.org/2000/svg width22 height22 fillcurrentColor viewBox0 0 24 24>path fillnone dM0 0h24v24H0V0z/>path dM15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z/>/svg>/div>div idsearch-mobile-container classmobile-search hide data-dirltr> div classmobile-search__top> input idsearch-mobile typetext aria-labelMobile Search placeholder検索 classmobile-search__top--input/> div idsearch-mobile-close classmobile-search__top--icon> svg xmlnshttp://www.w3.org/2000/svg width22 height22 viewBox0 0 24 24>path opacity.87 fillnone dM0 0h24v24H0V0z/>path fillcurrentColor dM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z/>/svg> /div> /div> div idsearch-mobile-results classmobile-search__body> /div>/div>a rolebutton classnavbar__burger aria-labelmenu aria-expandedfalse data-anitrue> span aria-hiddentrue>/span> span aria-hiddentrue>/span> span aria-hiddentrue>/span>/a>div classnavbarm__collapse data-openfalse> ul dirltr> li classnavbarm__menu--item > a href/posts>投稿一覧/a> /li> li classnavbarm__menu--item > a href/tags classnavbarm__menu--term data-index0> タグ /a> /li> li classnavbarm__menu--item > a href/categories classnavbarm__menu--term data-index1> カテゴリ /a> /li> /ul>/div> div classnavbar__menu> a href/posts classnavbar__menu-item navbar__slide-down dirltr data-anitrue>投稿一覧/a> /div>/nav> header classheader > div classsite-header basicflex-column site-header__align-center data-anitrue stylewidth: 100%; height: 200px; padding: 0px 50px;> div classsite-header__title stylefont-size: 44px; color:black;> aki32585のブログ /div> div styleheight: 16px>/div> div classsite-header__subtitle stylefont-size: 18px; data-cursivetrue> 不定期で技術とか旅行とか書く /div> /div> /header> main classmain inner data-sidebar-positionright> div classlist__main lm> div classsummary__container data-displayblock> article classsummary-classic data-anitrue> div classsummary-classic__flex-box > div classsummary-classic__content> header> h5 classtitle h5>a hrefhttps://blog.aki32585.com/posts/ce100-7f787ea219764729a4455b1031aee30f/>CloudEdge100(CE100)にVyosをインストールする/a> /h5> h6 classsubtitle caption> time title作成日 dirltr>📅 2022/8/21 /time> span title読了時間 dirltr> · ☕ 2 分で読めます /span> · span title著者 dirltr>✍️ aki32585/span> /h6> /header> div> div classsummary-classic__text p2> CloudEdge 100にVyOSをインストールする CloudEdge 100(CE 100)とはトレンドマイクロ社から発売されていたUTM しかし内部がx86-64マシンであるため、オタ /div> /div> /div> /div> hr />/article> /div> div classsearch-result data-displaynone> div classsearch-result__header> div classsearch-result__close data-dirltr> svg xmlnshttp://www.w3.org/2000/svg width28 height28 viewBox0 0 24 24>path opacity.87 fillnone dM0 0h24v24H0V0z/>path fillcurrentColor dM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z/>/svg> /div> /div> div classsearch-result__body> ul> li classsearch-result__item> div classsearch-result__item--title> /div> div classsearch-result__item--desc> /div> /li> /ul> /div>/div> /div> aside classlist__sidebar r data-dirltr> div classsidebar> div classsearch> span classicon> svg xmlnshttp://www.w3.org/2000/svg width22 height22 fillcurrentColor viewBox0 0 24 24>path fillnone dM0 0h24v24H0V0z/>path dM15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z/>/svg> /span> input idsearch aria-labelSite Search classinput typetext placeholder検索 autocompleteoff> div idsearch-results classdropdown> div idsearch-menu classdropdown-menu rolemenu> /div> /div>/div> section classsidebar-recent> a href/posts/ classsidebar-recent__title p2>Posts/a> ul classsidebar-recent__ul> li> a href/posts/ce100-7f787ea219764729a4455b1031aee30f/ classsidebar-recent__a p2>CloudEdge100(CE100)にVyosをインストールする/a> /li> /ul> /section> hr classhr-fade sidebar-hr /> /div>div classtaxo-root>div classtaxo> section> span classtitle p2> a href/tags/ classtaxo__title> タグ /a> /span> span classtag> a href/tags/index/ classis-tags taxo__link data-dirltr> span classtaxo__text> index /span> span classtaxo__num dirauto> 2 /span> /a> /span> /section>/div>/div>hr classhr-fade sidebar-hr /> /aside> /main>script> var sidebarPosition JSON.parse(\right\); var enableSidebar JSON.parse(true); var listMainElem document.querySelector(.list__main); var listSideElem document.querySelector(.list__sidebar); var gridSmall l; var gridBig mr; var gridFull lmr if (sidebarPosition right) { gridSmall r; gridBig lm } enquire.register(screen and (max-width: 769px), { match: function () { if (enableSidebar) { listMainElem.classList.remove(gridBig); listMainElem.classList.add(gridFull); listSideElem.classList.remove(gridSmall); listSideElem.classList.add(hide); } else { if (listMainElem && !listMainElem.classList.contains(gridFull)) { listMainElem.classList.remove(gridBig); listMainElem.classList.add(gridFull); } if (listSideElem && !listSideElem.classList.contains(hide)) { listSideElem.classList.add(hide); } } }, unmatch: function () { if (enableSidebar) { listMainElem.classList.remove(gridFull); listMainElem.classList.add(gridBig); listSideElem.classList.add(gridSmall); listSideElem.classList.remove(hide); } else { if (listMainElem && !listMainElem.classList.contains(gridFull)) { listMainElem.classList.remove(gridBig); listMainElem.classList.add(gridFull); } if (listSideElem && !listSideElem.classList.contains(hide)) { listSideElem.classList.add(hide); } } var navCollapseBtn document.querySelector(.navbar__burger); var navCollapse document.getElementsByClassName(navbarm__collapse)0; if (navCollapse) { navCollapse.setAttribute(data-open, false); navCollapse.style.maxHeight 0; navCollapseBtn.classList.remove(is-active); } if (document.getElementsByClassName(navbar__menu)0) { document.getElementsByClassName(navbar__menu)0.classList.remove(is-active); } if (document.getElementsByClassName(mobile-search)0) { document.getElementsByClassName(mobile-search)0.classList.add(hide); } }, setup: function () { }, deferSetup: true, destroy: function () { }, });/script>script> window.onload function() { var enableBusuanzi JSON.parse(false); if (enableBusuanzi) { var sitePvElem document.querySelector(#busuanzi_value_site_pv); var siteUvElem document.querySelector(#busuanzi_value_site_uv); sitePvElem.textContent sitePvElem.textContent.replace(/(\d)(?(\d\d\d)+(?!\d))/g, $1,); siteUvElem.textContent siteUvElem.textContent.replace(/(\d)(?(\d\d\d)+(?!\d))/g, $1,); } }/script> footer classfooter> div classfooter__social> div classsocial> /div>/div> div idgtt> div classgtt> svg xmlnshttp://www.w3.org/2000/svg width32 height32 viewBox0 0 24 24>path fillcurrentColor dM8.12 14.71L12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 8.71c-.39-.39-1.02-.39-1.41 0L6.7 13.3c-.39.39-.39 1.02 0 1.41.39.38 1.03.39 1.42 0z/>/svg> /div>/div> hr /> div classbasicflex flexwrap> /div> div classfooter__poweredby> p classcaption> ©2024,aki32585 All Rights Reserved /p> p classcaption>Powered by a hrefhttps://gohugo.io/ target_blank relnoreferrer>Hugo/a> and the a hrefhttps://github.com/zzossig/hugo-theme-zzo target_blank relnoreferrer>Zzo theme/a>/p> /div> /footer> /div> div classwrapper__right hide data-padtrue dirltr> script>document.querySelector(.wrapper__right).classList.remove(hide)/script> /div> /div>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]