NetSet – 自动化网络流量安全增强工具
- 发表于
 - 安全工具
 
NetSet介绍
NetSet旨在自动执行多个操作,以帮助用户保护网络流量。它还提供了一种通过Tor收集代理和运行实用程序的简便方法。NetSet安装和使用的也是自动配置,该工具主要用于辅助性网络安全任务。

实现了一种按需使用的终端多路复用器,它的会话通过Tor路由网关。通过自动安装和配置DNSCrypt-proxy来保护DNS流量。Tor Wall功能强制所有流量通过Tor网络。轻松访问在线OPSEC资源,可以在脚本中打开相关的Web资源和更多。
NetSet安装与使用
下载安装
|   1  |  git clone https://github.com/NullArray/NetSet.git  |  
然后,repo导航到
NetSet
目录并运行以下命令:
|   1 2 3 4  |  $ chmod +x *.sh $ ./netset-main.sh --install $ sudo ./netset-main.sh --install  |  
上述命令将会帮助你安装好NetSet,并自动完成所有的功能配置。同时由于使用sudo安装,所有的操作都会以root权限来执行,这也就意味着当一个需要提权的操作在执行时,你都不需要输入sudo密码。当然了,NetSet的大部分操作都需要root权限,包括目录备份等等。
使用参数
|   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31  |  CLI Arguments                                 '-t' or '--terminal' Starts              terminal multiplexer with all            connections routed through Tor             '-s' or '--status' prints a status        overview of NetSet related network        utilities and their current state.     '-i' or '--install' runs a script     designed to install all of NetSet's     dependencies and configures them Menu Options  'Usage'          - Print options overview  'Status'         - Print Status overview  'Spoof MAC'      - Spoof MAC Address  'Random Proxies' - Scrape random proxies  'GeoSort Proxies'- Scrape GeoSorted proxies  'ProtonVPN'      - Start ProtonVPN  'Tor Terminal'   - Start terminal multi-                     plexer, with all sessions                     routed through Tor  'Tor Wall'       - Configures iptables to                     force all connections                     through Tor.  'OPSEC Resources'- Display NetSet's included                     list of web resources.        Select an entry to open                     it in your default browser  |  
   原文连接:NetSet – 自动化网络流量安全增强工具  所有媒体,可在保留署名、
  原文连接
的情况下转载,若非则不得使用我方内容。