# 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.