如何坚持科研
+ +从本科大城市里跑到美帝村里做科研是一种及其痛苦的自我磨砺过程,不可否认的是,我终于理解了人找乐子的能力绝对是受到身边乐子多少而影响的。于是
+ +diff --git a/_posts/2016-10-27-charles-is-not-a-good-tool.md b/_posts/2016-10-27-charles-is-not-a-good-tool.md index 9093d54..a6d5d43 100644 --- a/_posts/2016-10-27-charles-is-not-a-good-tool.md +++ b/_posts/2016-10-27-charles-is-not-a-good-tool.md @@ -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 - 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 diff --git a/_site/about/index.html b/_site/about/index.html index abe7ee4..b338566 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -75,14 +75,16 @@
Email: phao3 at binghamton dot edu
MOSLab, H-6 Engineering Building, Binghamton University
-4400 Vestal Parkway East
+
MOSLab, H-6 Engineering Building
+Binghamton University
+4400 Vestal Parkway East
Binghamton, NY 13902
# open charles first
+./bin/charles
+
+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.
从本科大城市里跑到美帝村里做科研是一种及其痛苦的自我磨砺过程,不可否认的是,我终于理解了人找乐子的能力绝对是受到身边乐子多少而影响的。于是
+ +