<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>滲透測試（Penetration Test） on G. T. Wang</title>
    <link>https://blog.gtwang.org/tags/%E6%BB%B2%E9%80%8F%E6%B8%AC%E8%A9%A6penetration-test/</link>
    <description>Recent content in 滲透測試（Penetration Test） on G. T. Wang</description>
    <generator>Hugo -- 0.162.0</generator>
    <language>zh-tw</language>
    <copyright>G. T. Wang</copyright>
    <lastBuildDate>Mon, 22 May 2023 13:50:15 +0800</lastBuildDate>
    <atom:link href="https://blog.gtwang.org/tags/%E6%BB%B2%E9%80%8F%E6%B8%AC%E8%A9%A6penetration-test/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>hashcat 密碼雜湊快速破解工具使用教學與範例</title>
      <link>https://blog.gtwang.org/linux/hashcat-fast-password-recovery-utility-tutorial-examples/</link>
      <pubDate>Mon, 22 May 2023 13:50:15 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/hashcat-fast-password-recovery-utility-tutorial-examples/</guid>
      <description>&lt;p&gt;介紹如何使用 hashcat 搭配各種字典檔與破解模式，快速破解各種類型的密碼雜湊。&lt;/p&gt;
&lt;p&gt;

&lt;ins class=&#34;adsbygoogle&#34;
     style=&#34;display:block&#34;
     data-ad-client=&#34;ca-pub-7794009487786811&#34;
     data-ad-slot=&#34;9921134032&#34;
     data-ad-format=&#34;auto&#34;
     data-full-width-responsive=&#34;true&#34;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://hashcat.net/hashcat/&#34;&gt;hashcat&lt;/a&gt; 是一個快速破解密碼雜湊的開放原始碼工具，支援 5 種破解模式、300 種以上的雜湊演算法、CPU 與 GPU 等各種硬體加速，可運行於 Linux、Windows 與 macOS 作業系統，當單一台電腦運算能力不足時，hashcat 也可以搭配其他的軟體架構，使用多台電腦建置分散式密碼破解系統，減少破解密碼所需要的時間。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Burp Suite 搭配 SQLiPy 透過 SQLMap 進行 SQL Injection 測試教學與範例</title>
      <link>https://blog.gtwang.org/useful-tools/burp-suite-sqlipy-plugin-sqlmap-integration-sql-injection-tutorial-examples/</link>
      <pubDate>Sun, 17 Oct 2021 19:45:34 +0800</pubDate>
      <guid>https://blog.gtwang.org/useful-tools/burp-suite-sqlipy-plugin-sqlmap-integration-sql-injection-tutorial-examples/</guid>
      <description>&lt;p&gt;介紹如何安裝與使用 Burp Suite 進行網頁應用程式的安全性滲透測試。&lt;/p&gt;
&lt;p&gt;

&lt;ins class=&#34;adsbygoogle&#34;
     style=&#34;display:block&#34;
     data-ad-client=&#34;ca-pub-7794009487786811&#34;
     data-ad-slot=&#34;9921134032&#34;
     data-ad-format=&#34;auto&#34;
     data-full-width-responsive=&#34;true&#34;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://github.com/portswigger/sqli-py&#34;&gt;SQLiPy&lt;/a&gt; 是 Burp Suite 的一個擴充功能，可以將 Burp Suite 攔截到的 HTTP 請求，透過 SQLMap 進行掃描，偵測 SQL injection 的弱點，以下是 SQLiPy 的安裝與使用方式。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Metasploitable 3 靶機滲透測試演練：SQL Injection 教學與範例</title>
      <link>https://blog.gtwang.org/linux/metasploitable-3-sql-injection-penetration-testing-tutorial-examples/</link>
      <pubDate>Thu, 30 Sep 2021 16:19:24 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/metasploitable-3-sql-injection-penetration-testing-tutorial-examples/</guid>
      <description>&lt;p&gt;介紹如何使用 SQL injection 漏洞攻擊 Metasploitable 3 靶機網頁，執行滲透測試演練。&lt;/p&gt;
&lt;p&gt;

&lt;ins class=&#34;adsbygoogle&#34;
     style=&#34;display:block&#34;
     data-ad-client=&#34;ca-pub-7794009487786811&#34;
     data-ad-slot=&#34;9921134032&#34;
     data-ad-format=&#34;auto&#34;
     data-full-width-responsive=&#34;true&#34;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;

&lt;h2 id=&#34;sql-injection-攻擊演練&#34;&gt;SQL Injection 攻擊演練&lt;/h2&gt;
&lt;p&gt;在&lt;a href=&#34;https://blog.gtwang.org/linux/metasploit-penetration-testing-framework-metasploitable-tutorial-examples/&#34;&gt;安裝完 Metasploitable 3 的 Ubuntu Linux 14.04 靶機&lt;/a&gt;之後，這一台靶機預設會在 80 連接埠啟動網頁伺服器，我們連上這台之後，就可以看到一些內容：&lt;/p&gt;</description>
    </item>
    <item>
      <title>Metasploit 使用與 Metasploitable 靶機安裝教學與範例</title>
      <link>https://blog.gtwang.org/linux/metasploit-penetration-testing-framework-metasploitable-tutorial-examples/</link>
      <pubDate>Wed, 29 Sep 2021 11:56:34 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/metasploit-penetration-testing-framework-metasploitable-tutorial-examples/</guid>
      <description>&lt;p&gt;介紹如何使用 metasploit 進行滲透測試，並搭建 metasploitable 3 靶機進行演練。&lt;/p&gt;
&lt;p&gt;

&lt;ins class=&#34;adsbygoogle&#34;
     style=&#34;display:block&#34;
     data-ad-client=&#34;ca-pub-7794009487786811&#34;
     data-ad-slot=&#34;9921134032&#34;
     data-ad-format=&#34;auto&#34;
     data-full-width-responsive=&#34;true&#34;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://www.metasploit.com/&#34;&gt;metasploit&lt;/a&gt; 是一套很普遍被使用的滲透測試架構（penetration testing framework），這裡我們使用一台 MacBook Pro 搭配 VirtualBox 虛擬機器，在虛擬環境下搭建滲透測試的演練環境。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
