Network Utilities¶
- Alexandre Norman
- Python tools for penetration testers
- IPAddress.com: The Best IP Address, Email and Networking Tools
ifconfig # 查看所有网络接口的属性
iptables -L # 查看防火墙设置
route -n # 查看路由表
netstat -lntp # 查看所有监听端口
netstat -antp # 查看所有已经建立的连接
netstat -s # 查看网络统计信息
nmcli # NetworkManager tools
rfkill # tool for enabling and disabling wireless devices
arp -a
# share folder
sudo mount -t cifs //192.168.4.247/shareGHC ../../shareMount
云存储¶
Web Server¶
- IIS
- Apache
- Tomcat
- Wampserver
Browser¶
-
Greasy Fork: 用户脚本是一段代码,它们能够优化您的网页浏览体验。安装之后,有些脚本能为网站添加新的功能,有些能使网站的界面更加易用,有些则能隐藏网站上烦人的部分内容。在 Greasy Fork 上的用户脚本都是由用户编写并向全世界发表的,您可以免费安装,轻松体验。
Chrome & FireFox Extentions¶
download chrome
install extentions
-
网络收藏夹: EverSync from EverHelper, Xmarks, Raindrop
Remote Access¶
-
remote.it: Remote Device Access and Bulk Management
-
Remote Desktop
- TeamViewer
- VNC
- NoMachine: Free Remote Desktop For Everybody
- xrdp: An open source remote desktop protocol(rdp) server.The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop, freerdp, and Microsoft's own terminal server / remote desktop clients.
-
SSH & Telnet
-
无线传屏
Files Transfer/Share¶
-
FTP/SFTP
- FTP三剑客:CuteFTP、LeapFTP、FlashFXP
- FileZilla: the free FTP solution
-
scp
- rsync
Network Share¶
- 常用共享介绍:CIFS、AFP、NFS、WebDAV
- Samba: 进行网络共享的工具,比如分享打印机,互相之间传输资料文件
- samba.org
- Samba-Ubuntu
- PC Ubuntu 连接 华为HuaweiShare 手机:
smb://<phone-ip>
Network Protocol¶
- RFC Editor
- Network Tools: Traceroute, Ping, Domain Name Server (DNS) Lookup, WHOIS, Email Verification Tools
- Essential NetTools
- freeSSHd and freeFTPd, open source SSH and SFTP servers for Windows
- C-Kermit, Portable OPEN SOURCE Scriptable Network and Serial Communication Software for Unix and VMS
Network Analysis¶
- 协议分析网
- igraph – The network analysis package
- Wireshark is the world’s foremost and widely-used network protocol analyzer.
Website Rank¶
Whois / Domain¶
Scanner¶
- SuperScan: 强大的端口扫描工具
- Nmap: Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing
- Angry IP Scanner: Fast and friendly network scanner
- ARP Scan
- Advanced IP Scanner
Mosh¶
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.
Mosh is a replacement for interactive SSH terminals. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
Mosh is free software, available for GNU/Linux, BSD, macOS, Solaris, Android, Chrome, and iOS.
TCP/UDP¶
- TCPView: 一个查看端口和线程的小工具
- sokit: TCP/UDP数据包收发测试(调试)工具
ADSL¶
SpeedTest¶
Config Wireless Network On Linux¶
-
Configure static IP address on Ubuntu 16.04 LTS Server
Bash# /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) # Include files from /etc/network/interfaces.d: source-directory /etc/network/interfaces.d auto eth0 # iface eth0 inet dhcp iface eth0 inet static address 192.168.1.106 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 8.8.8.8