Weekly_update_Nov_1

This commit is contained in:
2016-11-06 01:45:40 -04:00
parent 3d1a9f5213
commit 1755d9ea72
6 changed files with 192 additions and 7 deletions
@@ -13,4 +13,17 @@ My current solution is using AP to forward all SSL traffic to a proxy, [charles
- Download the newest version(4.0.1) of charles - Download the newest version(4.0.1) of charles
- Target android devices with root privilege - Target android devices with root privilege
### Install Charles and Configuration
- You have to install charles first. After downloading the charles proxy, you have to unzip it and configure some basic settings.
~~~~bash
# open charles first
./bin/charles
~~~~
- Save charles' private key and public key
In Help -> SSL Proxying -> Export Charles Root Certificate and Private Key, enter a password and save the public and private key in \*.p12 format.
You also need to save charles Root Certificate, it also contains in the same menu. For convience, save it as \*.pem format.
- Set Proxy and SSL Proxy
+4 -2
View File
@@ -75,14 +75,16 @@
<p>Email: phao3 at binghamton dot edu</p> <p>Email: phao3 at binghamton dot edu</p>
</li> </li>
<li> <li>
<p>MOSLab, H-6 Engineering Building, Binghamton University<br /> <p>MOSLab, H-6 Engineering Building <br />
4400 Vestal Parkway East<br /> Binghamton University <br />
4400 Vestal Parkway East <br />
Binghamton, NY 13902</p> Binghamton, NY 13902</p>
</li> </li>
</ul> </ul>
<hr /> <hr />
</article> </article>
@@ -73,6 +73,26 @@ My current solution is using AP to forward all SSL traffic to a proxy, <a href="
<li>Target android devices with root privilege</li> <li>Target android devices with root privilege</li>
</ul> </ul>
<h3 id="install-charles-and-configuration">Install Charles and Configuration</h3>
<ul>
<li>You have to install charles first. After downloading the charles proxy, you have to unzip it and configure some basic settings.</li>
</ul>
<div class="highlighter-rouge"><pre class="highlight"><code><span class="c"># open charles first</span>
./bin/charles
</code></pre>
</div>
<ul>
<li>Save charles private key and public key</li>
</ul>
<p>In Help -&gt; SSL Proxying -&gt; Export Charles Root Certificate and Private Key, enter a password and save the public and private key in *.p12 format. <br />
You also need to save charles Root Certificate, it also contains in the same menu. For convience, save it as *.pem format.</p>
<ul>
<li>Set Proxy and SSL Proxy</li>
</ul>
</article> </article>
@@ -0,0 +1,128 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>如何坚持科研 « Stop Talking, Start Doing - 停止空想,开始行动</title>
<meta name="description" content="从本科大城市里跑到美帝村里做科研是一种及其痛苦的自我磨砺过程,不可否认的是,我终于理解了人找乐子的能力绝对是受到身边乐子多少而影响的。于是">
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="https://codersherlock.github.com//archivers/how-to-enjoy-research-life">
<link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing - 停止空想,开始行动" href="https://codersherlock.github.com//feed.xml" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82637164-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="header">
<div class="wrapper">
<a class="site-title" href="/">Stop Talking, Start Doing - 停止空想,开始行动</a>
<nav class="site-nav">
<a class="page-link" href="/about/">About</a>
<a class="page-link" href="/category/">Category</a>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<div class="col-main">
<div class="post">
<header class="post-header">
<h1 class="post-title">如何坚持科研</h1>
<p class="post-meta">Nov 4, 2016</p>
</header>
<article class="post-content">
<p>从本科大城市里跑到美帝村里做科研是一种及其痛苦的自我磨砺过程,不可否认的是,我终于理解了人找乐子的能力绝对是受到身边乐子多少而影响的。于是</p>
</article>
</div>
</div>
<div class="col-second">
<div class="col-box col-box-author">
<img class="avatar" src="/static/avatar.jpg" alt="Pengzhan Hao - 碾子">
<div class="col-box-title name">Pengzhan Hao - 碾子</div>
<p></p>
<p class="contact">
<a href="https://github.com/codersherlock">GitHub</a>
<a href="https://twitter.com/haopengzhan">Twitter</a>
<a href="mailto:haopengzhan@gmail.com">Email</a>
</p>
</div>
<div class="col-box">
<div class="col-box-title">Newest Posts</div>
<ul class="post-list">
<li><a class="post-link" href="/archivers/how-to-enjoy-research-life">如何坚持科研</a></li>
<li><a class="post-link" href="/archivers/some-of-my-previews-exper-work">Some of my previews experiment works</a></li>
<li><a class="post-link" href="/archivers/charles-is-not-a-good-tool">Using charles proxy to monitor mobile SSL traffics</a></li>
<li><a class="post-link" href="/archivers/hello">Stop Talking is the worst title of one blog</a></li>
</ul>
</div>
<div class="col-box post-toc hide">
<div class="col-box-title">TOC</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="wrapper">
&copy; 2016 Pengzhan Hao - 碾子
</div>
</footer>
<script src="/js/easybook.js"></script>
</body>
</html>
+22 -2
View File
@@ -6,8 +6,8 @@
</description> </description>
<link>https://codersherlock.github.com//</link> <link>https://codersherlock.github.com//</link>
<atom:link href="https://codersherlock.github.com//feed.xml" rel="self" type="application/rss+xml"/> <atom:link href="https://codersherlock.github.com//feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Thu, 03 Nov 2016 00:20:36 -0400</pubDate> <pubDate>Sun, 06 Nov 2016 01:44:59 -0400</pubDate>
<lastBuildDate>Thu, 03 Nov 2016 00:20:36 -0400</lastBuildDate> <lastBuildDate>Sun, 06 Nov 2016 01:44:59 -0400</lastBuildDate>
<generator>Jekyll v3.0.1</generator> <generator>Jekyll v3.0.1</generator>
<item> <item>
@@ -97,6 +97,26 @@ My current solution is using AP to forward all SSL traffic to a proxy, &lt;a hre
&lt;li&gt;Target android devices with root privilege&lt;/li&gt; &lt;li&gt;Target android devices with root privilege&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;h3 id=&quot;install-charles-and-configuration&quot;&gt;Install Charles and Configuration&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;You have to install charles first. After downloading the charles proxy, you have to unzip it and configure some basic settings.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;c&quot;&gt;# open charles first&lt;/span&gt;
./bin/charles
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Save charles private key and public key&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In Help -&amp;gt; SSL Proxying -&amp;gt; Export Charles Root Certificate and Private Key, enter a password and save the public and private key in *.p12 format. &lt;br /&gt;
You also need to save charles Root Certificate, it also contains in the same menu. For convience, save it as *.pem format.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Set Proxy and SSL Proxy&lt;/li&gt;
&lt;/ul&gt;
</description> </description>
<pubDate>Thu, 27 Oct 2016 22:50:33 -0400</pubDate> <pubDate>Thu, 27 Oct 2016 22:50:33 -0400</pubDate>
<link>https://codersherlock.github.com//archivers/charles-is-not-a-good-tool</link> <link>https://codersherlock.github.com//archivers/charles-is-not-a-good-tool</link>
+5 -3
View File
@@ -13,8 +13,10 @@ Pengzhan Hao
------------ ------------
- Email: phao3 at binghamton dot edu - Email: phao3 at binghamton dot edu
- MOSLab, H-6 Engineering Building, Binghamton University - MOSLab, H-6 Engineering Building
4400 Vestal Parkway East Binghamton University
Binghamton, NY 13902 4400 Vestal Parkway East
Binghamton, NY 13902
----------- -----------