Nullinux 一款Linux的内部渗透测试工具
2019-10-11 11:02:04 Author: mp.weixin.qq.com(查看原文) 阅读量:67 收藏

Nullinux是Linux的内部渗透测试工具,可用于通过SMB枚举操作系统信息,域信息,共享,目录和用户。如果命令行参数中未提供用户名和密码,则尝试匿名登录或空会话。Nullinux充当Samba工具smbclient和rpcclient的包装器,使用各种技术枚举主机。

安装
在Linux终端运行:
git clone

 https://github.com/m8r0wn/nullinux
cd nullinux
sudo bash setup.sh

用法

positional arguments:
  target                Target server
optional arguments:
  -h, --help            show this help message and exit
  -v                    Verbose output
Authentication:
  -u USERNAME, -U USERNAME Username
  -p PASSWORD, -P PASSWORD Password
Enumeration:
  -shares               Enumerate shares only
  -users                Enumerate users only
  -q, -quick            Fast user enumeration
  -r, -rid              Perform RID cycling only
  -range RID_RANGE      Set Custom RID cycling range (Default: '500-550')
  -T MAX_THREADS        Max threads for RID cycling (Default: 15)文章来源及下载:

https://github.com/m8r0wn/nullinux

你可能喜欢

Pythem – Python网络/渗透测试工具

Windows渗透测试工具:RedSnarf

ss7MAPer:一个SS7 渗透测试工具集


文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjE3ODU3MQ==&mid=2650457628&idx=4&sn=d75cf20946bc4fd4ad73420f21036489&chksm=83bba3f8b4cc2aeebcfe8a1e1408e72a16ca05f35b733b53de7f63f1d679384614028edf6254#rd
如有侵权请联系:admin#unsafe.sh