# 未分類

# 有用的連結

##### VPN - WireGuard

- [https://www.wireguard.com/](https://www.wireguard.com/)
- [How to generate WireGuard QR code on Linux for mobile](https://www.cyberciti.biz/faq/how-to-generate-wireguard-qr-code-on-linux-for-mobile/)

##### Free VPN Service

- [VPN Gate](https://www.vpngate.net/cn/)

##### P2P VPN

Cjdns

- [https://github.com/cjdelisle/cjdns](https://github.com/cjdelisle/cjdns)

##### Windows Batch Script   


- [https://www.tutorialspoint.com/batch\_script/index.htm](https://www.tutorialspoint.com/batch_script/index.htm)
- [https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands)

##### Online Tool

- Password Generator: [https://passwrd.in](https://passwrd.in)
- Linux VPS Benchmark 
    - [https://bench.monster/](https://bench.monster/)   
        `curl -LsO bench.monster/speedtest.sh; bash speedtest.sh`  
        `curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -asia`
    - [yabs.sh](https://github.com/masonr/yet-another-bench-script)   
        `curl -sL yabs.sh | bash`
    - bench.sh   
        `wget -qO- bench.sh | bash`
- [Modemly](https://modemly.com/) : Find the default password of the routers
- DNS 
    - [DNS Check](https://dnscheck.app/)
    - [DNSChecker](https://dnschecker.org/all-tools.php)
- Network Troubleshoot 
    - [Port Forwarding Tester](https://www.yougetsignal.com/tools/open-ports/)
    - [Ping.pe](https://ping.pe/)

##### Embedded System

Mini Web Server

- [redbean](https://redbean.dev/) - single-file distributable web server 
    - [Redbean in Docker](https://github.com/kissgyorgy/redbean-docker)

##### SMS API

- [https://textbelt.com/](https://textbelt.com/)

# Hacker

#### Resources

- [Shodan](https://www.shodan.io/) - Search Engine for the Internet of Everything.
- [ZoomEye](https://www.zoomeye.org/) - Search for the any devices, blockchains, websites, webcams etc.
- [Awesome-Google-Dorks](https://github.com/Tobee1406/Awesome-Google-Dorks)
- [Web Check](https://web-check.xyz/) - 網站檢查工具

#### Learning Hacker

- [TryHackMe](https://tryhackme.com/)
    - \[Video\] [TryHackMe! Basic Penetration Testing](https://www.youtube.com/watch?v=xl2Xx5YOKcI)
- [Hack The Box](https://www.hackthebox.com/)
- [Hackers-Arise](https://www.hackers-arise.com/) - 有大量教學 
    - [如何追蹤飛機航班](https://www.hackers-arise.com/post/osint-part-6-open-source-flight-and-aircraft-tracking-data)
- [Hacking Books](https://github.com/InspectorDidi/Hacking-Books)
- [The art of Learning Programming for Red teaming and CyberSecurity](https://5mukx.site/blog/11-02-2024/the_art_of_learning_programming_for_infosec.html)
- \[中文\][駭客貓咪](https://hackercat.org)

#### AI Tools

- [Strix](https://github.com/usestrix/strix) - Open-source AI hackers to find and fix your app’s vulnerabilities.
- [Xalgorix](https://github.com/xalgord/xalgorix) - The Most Powerful Open-Source AI Pentesting Agent
- [BugHunter](https://github.com/shuvonsec/claude-bug-bounty) - AI-powered bug bounty hunting — recon to report, in your terminal.（網站漏洞賞金獵人）

#### 取得 Root 權限

- [LES: Linux privilege escalation auditing tool](https://github.com/The-Z-Labs/linux-exploit-suggester)
- [Part 1](https://hacklido.com/blog/158-privileges-escalation-techniques-basic-to-advanced-in-linux-part-1)
- [Part 2](https://hacklido.com/blog/162-privileges-escalation-techniques-basic-to-advanced-in-linux-part-2)
- [Part 3](https://hacklido.com/blog/210-privileges-escalation-techniques-basic-to-advanced-in-linux-part-3)
- [Part 4](https://hacklido.com/blog/224-privileges-escalation-techniques-basic-to-advanced-in-linux-part-4)

#### Tor Network

##### Carburetor

暗網連線軟體

- [The one-click Linux app I use for instant online anonymity | ZDNET](https://www.zdnet.com/article/the-one-click-linux-app-i-use-for-instant-online-anonymity/)

##### Whonix

安全上網（Tor Network Gateway）的工作站環境（Virtualbox VM）

- [Whonix - Superior Internet Privacy](https://www.whonix.org/)
- YT: [How to Stay Invisible Online with Whonix (Beginner Guide) - YouTube](https://www.youtube.com/watch?v=4xJg3SmE-FQ)

#### Cheat Sheets

##### Hacking Tools

- [hping](https://www.hackers-arise.com/post/2017/09/08/using-hping3-for-reconnaissance-part-1)

[![hacking_tools.jpeg](https://osslab.tw/uploads/images/gallery/2022-11/scaled-1680-/hacking-tools.jpeg)](https://osslab.tw/uploads/images/gallery/2022-11/hacking-tools.jpeg)

##### 40 Ways to Use Shodan

[![40_ways_to_use_shodan.jpg](https://osslab.tw/uploads/images/gallery/2025-04/scaled-1680-/40-ways-to-use-shodan.jpg)](https://osslab.tw/uploads/images/gallery/2025-04/40-ways-to-use-shodan.jpg)

##### Metasploit

[![metasploit.jpg](https://osslab.tw/uploads/images/gallery/2025-08/scaled-1680-/metasploit.jpg)](https://osslab.tw/uploads/images/gallery/2025-08/metasploit.jpg)

# Online Tools

##### Password

- Password Generator: [https://passwrd.in](https://passwrd.in)
- [Modemly](https://modemly.com/) : Find the default password of the routers

##### Linux VPS Benchmark

- [yabs.sh](https://github.com/masonr/yet-another-bench-script)   
    `curl -sL https://yabs.sh | bash`  
    `wget -qO- yabs.sh | bash`
- [bench.sh](https://bench.sh/zh.html)   
    `wget -qO- bench.sh | bash`  
    `curl -Lso- bench.sh | bash`

- [news.sh](https://nws.sh/)  
    `curl -sL nws.sh | bash`  
    `wget -qO- nws.sh | bash`

#####  Network Troubleshoot

- [Port Forwarding Tester](https://www.yougetsignal.com/tools/open-ports/)
- [Ping.pe](https://ping.pe/) - 一個頁面搞定所有網絡診斷
- [CanYouSeeMe.org](https://canyouseeme.org/)
- [Globalping](https://www.jsdelivr.com/globalping)
- 檢測IP地址類型：[IPinfo.io](https://ipinfo.io/)
- 檢測IP偽裝：[https://whoer.net/zh](https://whoer.net/zh)
- 檢查IP欺詐值：[https://scamalytics.com/](https://scamalytics.com/)
- 檢查IP的路由信息： [https://tools.ipip.net/traceroute.php](https://tools.ipip.net/traceroute.php)
- 檢查IP地址的延遲： [https://tools.ipip.net/ping.php](https://tools.ipip.net/ping.php)

##### IP Reputation (IP 聲望)

架設網站或者郵件伺服器之前，最好先評估伺服器的公用 IP 的聲望指數。如果太低，就會影響服務的可用性。

- Cisco: [Talos](https://www.talosintelligence.com/)
- Google: [Google Postmaster Tools](https://www.gmail.com/postmaster/)
- [Sender Score](https://senderscore.org/)
- [IPQuality](https://github.com/xykt/IPQuality) - Shell 腳本檢測主機 Public IP 品質健檢，例如黑名單
- [PING0](https://ping0.cc/) - 檢測 IP 來源、類型及風控值等資訊

##### World Time

- [Time.is](https://time.is/)

##### ASCII Art Text

- [Multiline ASCII Text Art Converter - 𝐓𝐞𝐱𝐭𝐅𝐚𝐧𝐜𝐲.𝐜𝐨𝐦 (texteditor.com)](https://texteditor.com/multiline-text-art/)
- [Text to ASCII: The best ASCII Art Generator &amp; Maker](https://www.asciiart.eu/text-to-ascii-art)
- [ASCII Art（AA）生成器：從文本和圖像生成ASCII Art（AA） | RAKKOTOOLS🔧](https://zh-tw.rakko.tools/tools/68/)

##### 其他

- [Copy.sh](http://copy.sh/v86/) - 體驗各種 x86 老舊作業系統。
- [Turndown](https://mixmark-io.github.io/turndown/) - Convert HTML into Markdown with JavaScript.

# Windows Commands

##### taskkill

To terminate a specific app or process

```powershell
taskkill /IM notepad.exe /F
```

##### chkdsk

Scan and Diagnose Hard Drive Errors

- /f : tells the tool to fix any detected errors
- /r : locate bad sectors and recover readable data

```powershell
chkdsk C: /f /r
```

##### ipconfig

```powershell
ipconfig /release
ipconfig /renew
ipconfig /flushdns
```

##### sfc

Repair Corrupted System Files

```powershell
sfc /scannow
```

##### Command List

1\. ipconfig  
2\. ipconfig /all  
3\. findstr  
4\. ipconfig /release  
5\. ipconfig /renew  
6\. ipconfig /displaydns  
7\. clip  
8\. ipconfig /flushdns  
9\. nslookup  
10\. cls  
11\. getmac /v  
12\. powercfg /energy  
13\. powercfg /batteryreport  
14\. assoc  
15\. chkdsk /f  
16\. chkdsk /r  
17\. sfc /scannow  
18\. DISM /Online /Cleanup /CheckHealth  
19\. DISM /Online /Cleanup /ScanHealth  
20\. DISM /Online /Cleanup /RestoreHealth  
21\. tasklist  
22\. taskkill  
23\. netsh wlan show wlanreport  
24\. netsh interface show interface  
25\. netsh interface ip show address | findstr "IP Address"  
26\. netsh interface ip show dnsservers  
27\. netsh advfirewall set allprofiles state off  
28\. netsh advfirewall set allprofiles state on  
29\. ping  
30\. ping -t  
31\. tracert  
32\. tracert -d  
33\. netstat  
34\. netstat -af  
35\. netstat -o  
36\. netstat -e -t 5  
37\. route print  
38\. route add  
39\. route delete  
40\. shutdown /r /fw /f /t 0