NetSet介绍
NetSet是一款自动化安全增强工具,该工具的主要目的就是将很多复杂的操作以自动化的方式实现,并帮助用户保证网络流量的安全性。除此之外,它还提供了一种简单的代理收集方法以及实用工具运行方法,大部分机制都基于Tor网络实现。
NetSet安装和使用的所有实用工具也将会进行自动配置。当然了,工具本身并不是全部都会用于进行安全方面的操作,很多都是完成一些辅助性任务。
NetSet有助于实现的其他功能:
实现了一种按需使用的终端多路复用器,其会话通过Tor路由,并通过自动安装和配置DNSCrypt-proxy来保护DNS流量。Tor Wall可以保证所有的流量必须经过Tor网络来进行传输,并且可以轻松访问OPSEC资源。
工具使用
将项目代码克隆至本地之后,切换到NetSet目录,然后运行下列代码:
https://github.com/NullArray/NetSet/blob/master/netset-main.sh
chmod +x *.sh
./netset-main.sh --install
#sudo ./netset-main.sh –install
上述命令将会帮助你安装好NetSet,并完成所有的功能配置。
工具更新
使用sudo命令执行脚本后,所有的操作都会以root权限来执行,这也就意味着当一个需要提权的操作在执行时,你都不需要输入sudo密码。当然了,NetSet的大部分操作都需要root权限,包括目录备份等等。
工具选项
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
注意事项
该工具目前已在Ubuntu 19.04上成功测试。
本项目计划在将来添加更多OPSEC相关的资源或功能模块。
项目地址
NetSet:【GitHub传送门】
https://github.com/NullArray/NetSet
参考链接 :
NetSet:一款功能强大的自动化网络流量安全增强工具 :https://www.freebuf.com/sectool/209098.html