<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>hamster_king.log</title>
        <link>https://velog.io/</link>
        <description></description>
        <lastBuildDate>Mon, 23 May 2022 07:40:45 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <image>
            <title>hamster_king.log</title>
            <url>https://images.velog.io/images/hamster_king/profile/2ccc4300-b21c-4713-bf54-c6c6832204fd/social.jpeg</url>
            <link>https://velog.io/</link>
        </image>
        <copyright>Copyright (C) 2019. hamster_king.log. All rights reserved.</copyright>
        <atom:link href="https://v2.velog.io/rss/hamster_king" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[[Web] NPM]]></title>
            <link>https://velog.io/@hamster_king/Web-NPM</link>
            <guid>https://velog.io/@hamster_king/Web-NPM</guid>
            <pubDate>Mon, 23 May 2022 07:40:45 GMT</pubDate>
            <description><![CDATA[<p>&#39;SeeTheSharpFlag&#39; 문제를 풀던 중 JSnode에서 사용되는 &#39;NPM&#39;을 사용하게 되어 조사</p>
<ul>
<li><strong>NPM(Node Package Manager)이란?</strong>
  NodeJS에서 사용할 수 있는 모듈들을 패키지화하여 모아둔 저장소 역할을 하며 설치/관리를 수행할 수 있는 CLI를 제공</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[[인증서] Mobile Burp]]></title>
            <link>https://velog.io/@hamster_king/Mobile-Burp</link>
            <guid>https://velog.io/@hamster_king/Mobile-Burp</guid>
            <pubDate>Thu, 28 Apr 2022 04:27:06 GMT</pubDate>
            <description><![CDATA[<p>[ Nox에서 AOS7 이상 버전의 Burp 인증서 ]</p>
<ol>
<li><p>burp에서 인증서 추출 후 &#39;OpenSSL&#39; 을 통해 인증서 형식 변경</p>
</li>
<li><p>openssl\bin&gt; openssl x509 -inform DER -in {burp.der} -out cacert.pem</p>
</li>
<li><p>openssl\bin&gt; openssl x509 -inform PEM -subject_hash_old -in cacert.pem
ㄴ 해쉬값 추출</p>
</li>
<li><p>변환된 인증서를 추출된 해쉬값으로 파일이름을 변경 후 확장자를 .0으로 변경
&#39;cacert.pem&#39; 파일 -&gt; &#39;{9a5ba575.0}&#39;으로 변경</p>
</li>
<li><p>Nox\bin\ 경로의 adb를 통해 root,remount 실행</p>
</li>
<li><p>인증서 push</p>
<blockquote>
<p>adb push C:\Program Files\OpenSSL-Win64\bin\9a5ba575.0 /system/etc/security/cacerts/</p>
</blockquote>
</li>
<li><p>NOX에서 바탕화면-Tools-설정-Wifi-(꾹눌러서 고급설정) Proxy 설정 - 내 IP/port
<br><br></p>
</li>
</ol>
<p>[ Nox-Burp ]
<a href="https://guleum-zone.tistory.com/153">https://guleum-zone.tistory.com/153</a></p>
<p>AOS7 이상 Burp 인증서:
<a href="https://itinformation.tistory.com/25">https://itinformation.tistory.com/25</a></p>
<hr>
<p>++ mitmproxy openssl 사용법</p>
<blockquote>
<p>openssl x509 -noout -text -in {mitmproxy-ca.pem}</p>
</blockquote>
]]></description>
        </item>
    </channel>
</rss>