未分類

有用的連結

VPN - WireGuard
Free VPN Service
P2P VPN

Cjdns

Windows Batch Script
Online Tool
Embedded System

Mini Web Server

SMS API

Hacker

Search Engines
Learning Hacker
取得 Root 權限
Hacking Tools

hacking_tools.jpeg

40 Ways to Use Shodan

40_ways_to_use_shodan.jpg

Online Tools

Password
Linux VPS Benchmark
 Network Troubleshoot
IP Reputation (IP 聲望)

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

World Time
ASCII Art Text
其他


Windows Commands

taskkill

To terminate a specific app or process

taskkill /IM notepad.exe /F
chkdsk

Scan and Diagnose Hard Drive Errors

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