MIS工具箱
維護與備份工具
【工具】FBackup備份工具 http://www.fbackup.com/download/setup/fbsetup.exe【工具】Areca Backup備份工具 http://goo.gl/nnWX1J
【工具】GFI Backup備份工具 http://gfi-backup-freeware.software.informer.com/download/
【指令】schtasks排程指令
schtasks /?
schtasks /create /?
schtasks /create /SC /daily /MO /1 /tn "test" /tr c:\test.txt /st 01:00
schtasks /delete /tn /test
【指令】robocopy /?
備份c:\test到c:\test2,/e:複製子資料夾,/xo:排除較舊的檔案
robocopy c:\test c:\test2 /e /xo
遠端桌面管理工具
【工具】VNC遠端控制工具 http://www.realvnc.com/download/vnc/windows/【工具】Radmin遠端控制工具 http://www.radmin.tw/download/radmin35tw.zip
【工具】TeamViewer遠端控制工具
【工具】Chrome遠端桌面工具 https://chrome.google.com/webstore/category/apps
伺服器與用戶端工具
【工具】Putty/Pietty加密連線管理工具 http://ntu.csie.org/~piaip/pietty/archive/pietty0400b14.zip【工具】使用Pietty加上金錀登入系統
http://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html?
【工具】WinSCP遠端傳輸工具 https://winscp.net/download/WinSCP-5.9.3-Setup.exe
【工具】使用FileZilla連線FTP伺服器 http://goo.gl/FzD3NR
【工具】sMonitor網路監控服務 http://www.yarovy.com/files/sMonitor.exe
【工具】NetWatch網路監控 http://www.softking.com.tw/soft/download.asp?fid3=11110
【工具】Servers Alive伺服器狀態 http://www.woodstone.nu/salive/download
【工具】Port Reporter埠號監控工具 http://www.microsoft.com/en-us/download/confirmation.asp
【指令】使用FTP指令連線FTP伺服器
ftp 192.168.0.1
ftp>ls
ftp>get file.txt
【指令】sc服務控制管理指令
sc
sc config shellhwdetection start= disabled
頻管理與流量統計
【工具】Qcheck吞吐率測試工具 http://down.tech.sina.com.cn/download/d_load.php?d_id=15837&down_id=1&ip=210.242.214.12【工具】Ping Plotter Freeware頻寬測試工具 http://www.pingplotter.com/downloads/pngplt_1.exe
【工具】頻寬測試網站 http://speed.hinet.net
【工具】CommView流量統計分析工具 http://bit.ly/lojZsPq
網路安全與監控
查詢IP位址的來源http://whatismyipadress.com/ip-lookup
【工具】LanHelper區域網路小助手 http://www.hainsoft.com/download/LHsetup-tw.exe
【工具】IP Sniffer監控工具 http://download.cent.com/IP-Sniffer/3000-2651_4-10781439.html
【工具】Essential NetTools即時監控工具 http://essential-nettools.software.inforce.com/download
【工具】IP-Tools超級掃描工具 http://hostmonitor.biz/download/ip-toos.exe
【工具】PRTG新版分析工具 http://www.paessler.com/prtg/download
【工具】FreeProxy應用代理伺服器
http://coolfiles.toget.com.tw/toget_soft/network_tool/freeproxy.zip
【工具】HostScan網路主機掃描 http://download.cnet.com/HostScan/3000_2381_4-10144890.html
【工具】Softperfect network scanner掃描工具
https://www.softperfect.com/download/freeware/netscan.zip
【工具】Angry IP scanner掃描軟體 http://angryip.org/download/#windows
【工具】PortQry埠號掃描工具 http://www.microsoft.com/en-us/download/details.aspx?id=24009
【指令】netstat即時連線狀態測試
netstat /?
netstat -e
netstat -n
雲端網路服務工具
【工具】使用VirtualBox虛擬主機 https://www.virtualbox.org/wiki/Downloads
【工具】使用VMWARE虛擬主機
【工具】使用Hyper-V虛擬主機
用戶主機管理工具
【工具】Actual Keylogger鍵盤側錄 http://www.actualkeylogger.com
【工具】kidlogger軟體檔案 http://kidlogger.net/monitoring_agent.exe
【工具】get-acl權限檢測工具
get-acl e:
get-acl e:|format-list
get-acl e:\test1 | format-list
【工具】kidlogger軟體檔案 http://kidlogger.net/monitoring_agent.exe
【工具】get-acl權限檢測工具
get-acl e:
get-acl e:|format-list
get-acl e:\test1 | format-list
網路管理與連線診斷工具
【工具】IPMaster位址管理工具 http://ipmaster.en.softonic.com
【工具】SuperScan超級掃描工具 http://superscan.en.softonic.com/universaldownloader-launch
【工具】TCPView網路卡卡號處理工具 http://download.sysinternals.comhttp://download.sysinternals.com/Files/TcpView.zip
【工具】WS_Ping ProPack網路資訊 http://goo.gl/yQqf5V
【指令】ipconfig查詢與設定工具
ipconfig /? :查詢指令用法
ipconfig :查詢本機連線狀態
ipconfig /all :查詢本機更詳細連線資訊
ipconfig /release:釋放IP位址(向DHCP伺服器租用的位址)
ipconfig /renew :更新並取得新的IP位址(向DHCP伺服器租用新的位址)
【指令】netsh網路設定工具
netsh dump > c:ip.txt
netsh interface ip set address name="WI-FI" source=static addr=192.168.0.1 mask=255.255.255.0
netsh dump > c:ip.txt
netsh interface ip set address name="WI-FI" source=static addr=192.168.0.1 mask=255.255.255.0
【指令】net網路管理指令
New View:顯示電腦列表與共享資源列表
net view
net view \\192.168.0.1
Net User:增加或更改用戶帳號或顯示用戶帳號訊息
net user
net user yuyu
net user yuyu 123456 /add
Net Use:連接或中斷連線電腦的共享資源,也可顯示連線訊息
net use z: \\192.168.0.1\share
net use z: /delete
Net Start/Pause/Stop/Continue:啟動/暫停/停止/重新啟動服務
net stop bthserv
net start bthserv
Net Statistics:顯示網路上的統計紀錄
net statistics
net statistics Server
net statistics Workstation
Net Share:新增、刪除或顯示共享資源
net share
net share news=e:\apps
net share news /delete
Net Accounts:帳號資料庫的管理設定
net accounts
【指令】route路由設定指令
Route print:顯示路由表
route print
【指令】nbtstat名稱解析工具
nbtstat /?
nbtstat -A 192.168.0.1
【指令】arp位址解析工具
arp -a
arp -d 192.168.0.1
arp -s IP位址 mac位址
【指令】nslookup域名查詢指令
nslookup www.google.com.tw
nslookup
>set type=mx
>gmail.com
>exit
【指令】ping、psping連線測試工具
ping /?
ping 8.8.8.8
Psping
psping
psping 8.8.8.8
psping -h 5 8.8.8.8
psping -h 5 -i 3 8.8.8.8
psping -t 8.8.8.8
【指令】tracert、pathping進階測試工具
tracert google.com
Pathping
pathping
pathping google.com -n
Grand Vacation Rent a Car at Grand Vacation Rent a Car at Grand Vacation Rent a Car at
回覆刪除Find a great deal at Grand Vacation Rent a Car at 문경 출장샵 Grand Vacation Rent a Car at 원주 출장샵 Grand 경기도 출장샵 Vacation 익산 출장샵 Rent a Car at Grand Vacation Rent a Car at Grand Vacation Rent a Car 경상북도 출장샵 at