Skip to content

Commit e859d2e

Browse files
committed
publish new post
1 parent 3e7372c commit e859d2e

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

2024/12/30/universal-vpn-in-china.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1 class="post-title p-name" itemprop="name headline">在国内连接 OSCP 的
6868

6969
<p>或者在 Windows 版的 GUI OpenVPN 客户端上也是可以设置代理的。</p>
7070

71-
<p><img src="assets/images/Pasted%20image%2020241230180724.png" alt="" /></p>
71+
<p><img src="/assets/images/Pasted%20image%2020241230180724.png" alt="" /></p>
7272

7373
<p>设置了代理以后,连接速度稳定了很多,以前用 RDP 完全不能用,现在已经可以正常使用了,但是稍有延迟。</p>
7474

@@ -77,7 +77,7 @@ <h1 class="post-title p-name" itemprop="name headline">在国内连接 OSCP 的
7777
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Mon Dec 30 16:36:09 2024 WARNING: Received unknown control message: * OFFSEC LABS NOTICE: Mon Dec 30 16:36:09 2024 WARNING: Received unknown control message: * Managing Universal VPN, please wait... Mon Dec 30 16:36:09 2024 Connection reset command was pushed by server ('')
7878
</code></pre></div></div>
7979

80-
<p>目前搜到一个可能的解决方案 https://www.hardwork.cn/html/archives/category/openvpn, 说是 persist-tun 造成的,目前不确认是否这个问题,还在观望中。</p>
80+
<p>目前搜到一个可能的<a href="https://www.hardwork.cn/html/archives/381.html">解决方案</a>, 说是 persist-tun 配置造成的,目前不确认是否这个问题,还在观望中。</p>
8181

8282
<p>因为这个问题,我现在都是连上 Universal VPN, 然后开一台机器测试一下能不能实际 PING 通,不能的话,就要重连几次,直到能 PING 通为止。但是只要连接成功以后,就可以稳定使用了。</p>
8383

assets/css/style.css.map

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

feed.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://pwntips.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://pwntips.github.io/" rel="alternate" type="text/html" /><updated>2024-12-30T18:10:44+08:00</updated><id>https://pwntips.github.io/feed.xml</id><title type="html">PwnTips</title><subtitle>Tips &amp; Tricks</subtitle><entry><title type="html">在国内连接 OSCP 的 Universal VPN</title><link href="https://pwntips.github.io/2024/12/30/universal-vpn-in-china.html" rel="alternate" type="text/html" title="在国内连接 OSCP 的 Universal VPN" /><published>2024-12-30T00:00:00+08:00</published><updated>2024-12-30T00:00:00+08:00</updated><id>https://pwntips.github.io/2024/12/30/universal-vpn-in-china</id><content type="html" xml:base="https://pwntips.github.io/2024/12/30/universal-vpn-in-china.html"><![CDATA[<p>TLDR 版:openvpn 支持 socks5 代理,改一下配置,使用 socks5 代理连接 VPN 服务器。</p>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://pwntips.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://pwntips.github.io/" rel="alternate" type="text/html" /><updated>2024-12-30T18:22:38+08:00</updated><id>https://pwntips.github.io/feed.xml</id><title type="html">PwnTips</title><subtitle>Tips &amp; Tricks</subtitle><entry><title type="html">在国内连接 OSCP 的 Universal VPN</title><link href="https://pwntips.github.io/2024/12/30/universal-vpn-in-china.html" rel="alternate" type="text/html" title="在国内连接 OSCP 的 Universal VPN" /><published>2024-12-30T00:00:00+08:00</published><updated>2024-12-30T00:00:00+08:00</updated><id>https://pwntips.github.io/2024/12/30/universal-vpn-in-china</id><content type="html" xml:base="https://pwntips.github.io/2024/12/30/universal-vpn-in-china.html"><![CDATA[<p>TLDR 版:openvpn 支持 socks5 代理,改一下配置,使用 socks5 代理连接 VPN 服务器。</p>
22

33
<p>最近购买了 offsec 的 PEN 200/OSCP 课程,发现在国内连它的 Universal VPN 很不稳定,不用多说又是 GFW 的原因。</p>
44

@@ -9,7 +9,7 @@
99

1010
<p>或者在 Windows 版的 GUI OpenVPN 客户端上也是可以设置代理的。</p>
1111

12-
<p><img src="assets/images/Pasted%20image%2020241230180724.png" alt="" /></p>
12+
<p><img src="/assets/images/Pasted%20image%2020241230180724.png" alt="" /></p>
1313

1414
<p>设置了代理以后,连接速度稳定了很多,以前用 RDP 完全不能用,现在已经可以正常使用了,但是稍有延迟。</p>
1515

@@ -18,7 +18,7 @@
1818
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Mon Dec 30 16:36:09 2024 WARNING: Received unknown control message: * OFFSEC LABS NOTICE: Mon Dec 30 16:36:09 2024 WARNING: Received unknown control message: * Managing Universal VPN, please wait... Mon Dec 30 16:36:09 2024 Connection reset command was pushed by server ('')
1919
</code></pre></div></div>
2020

21-
<p>目前搜到一个可能的解决方案 https://www.hardwork.cn/html/archives/category/openvpn, 说是 persist-tun 造成的,目前不确认是否这个问题,还在观望中。</p>
21+
<p>目前搜到一个可能的<a href="https://www.hardwork.cn/html/archives/381.html">解决方案</a>, 说是 persist-tun 配置造成的,目前不确认是否这个问题,还在观望中。</p>
2222

2323
<p>因为这个问题,我现在都是连上 Universal VPN, 然后开一台机器测试一下能不能实际 PING 通,不能的话,就要重连几次,直到能 PING 通为止。但是只要连接成功以后,就可以稳定使用了。</p>]]></content><author><name></name></author><summary type="html"><![CDATA[TLDR 版:openvpn 支持 socks5 代理,改一下配置,使用 socks5 代理连接 VPN 服务器。]]></summary></entry><entry><title type="html">分析 7zip 漏洞 CVE-2024-11147(WIP)</title><link href="https://pwntips.github.io/2024/12/10/7zip-CVE-2024-11477.html" rel="alternate" type="text/html" title="分析 7zip 漏洞 CVE-2024-11147(WIP)" /><published>2024-12-10T00:00:00+08:00</published><updated>2024-12-10T00:00:00+08:00</updated><id>https://pwntips.github.io/2024/12/10/7zip-CVE-2024-11477</id><content type="html" xml:base="https://pwntips.github.io/2024/12/10/7zip-CVE-2024-11477.html"><![CDATA[<p>分析一下 7zip 漏洞 CVE-2024-11477/ZDI-24-1532,查看 <a href="https://www.zerodayinitiative.com/advisories/ZDI-24-1532/">ZDI 公告</a> 提取到关键点:</p>
2424
<ul>

0 commit comments

Comments
 (0)