未分類
有用的連結
VPN - WireGuard
Free VPN Service
P2P VPN
Cjdns
Windows Batch Script
- https://www.tutorialspoint.com/batch_script/index.htm
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands
Online Tool
- Password Generator: https://passwrd.in
- Linux VPS Benchmark
- https://bench.monster/
curl -LsO bench.monster/speedtest.sh; bash speedtest.sh
curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -asia
- yabs.sh
curl -sL yabs.sh | bash
- bench.sh
wget -qO- bench.sh | bash
- https://bench.monster/
- Modemly : Find the default password of the routers
- DNS
- Network Troubleshoot
Embedded System
Mini Web Server
- redbean - single-file distributable web server
SMS API
Hacker
Search Engines
- Shodan - Search Engine for the Internet of Everything.
- ZoomEye - Search for the any devices, blockchains, websites, webcams etc.
- Awesome-Google-Dorks
Learning Hacker
- TryHackMe
- Hack The Box
- Hackers-Arise - 有大量教學
- Hacking Books
- The art of Learning Programming for Red teaming and CyberSecurity
取得 Root 權限
Hacking Tools
40 Ways to Use Shodan
Online Tools
Password
- Password Generator: https://passwrd.in
- Modemly : Find the default password of the routers
Linux VPS Benchmark
- https://bench.monster/
curl -LsO bench.monster/speedtest.sh; bash speedtest.sh
curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -asia
- yabs.sh
curl -sL yabs.sh | bash
- bench.sh
wget -qO- bench.sh | bash
- benchy.pw
wget -qO- benchy.pw | sh
- news.sh
curl -sL nws.sh | bash
wget -qO- nws.sh | bash
Network Troubleshoot
IP Reputation (IP 聲望)
架設網站或者郵件伺服器之前,最好先評估伺服器的公用 IP 的聲望指數。如果太低,就會影響服務的可用性。
- Cisco: Talos
- Google: Google Postmaster Tools
- Sender Score
- IPQuality - Shell 腳本檢測主機 Public IP 品質健檢,例如黑名單
World Time
ASCII Art Text
- Multiline ASCII Text Art Converter - 𝐓𝐞𝐱𝐭𝐅𝐚𝐧𝐜𝐲.𝐜𝐨𝐦 (texteditor.com)
- Text to ASCII: The best ASCII Art Generator & Maker
- ASCII Art(AA)生成器:從文本和圖像生成ASCII Art(AA) | RAKKOTOOLS🔧
其他
Windows Commands
taskkill
To terminate a specific app or process
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
chkdsk C: /f /r
ipconfig
ipconfig /release
ipconfig /renew
ipconfig /flushdns
sfc
Repair Corrupted System Files
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