Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/trimstray/sandmap
侦察漏洞扫描器网络映射端口扫描DNS和子域名枚举信息收集网络安全渗透测试实用工具与框架
GitHubtrimstray/sandmap

sandmap

Nmap 增强版。简单的命令行界面,能够运行纯 Nmap 引擎,31 个模块,459 个扫描配置文件。

1.9k2461年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
sandmap — Nmap 增强版。简单的命令行界面,能够运行纯 Nmap 引擎,31 个模块,459 个扫描配置文件。 | Kitploit
查看仓库

sandmap

Travis-CI Version Rawsec's CyberSecurity Inventory BlackArch Repository License

描述 • 如何使用 • 命令行 • 配置 • 依赖 • 其他 • 贡献 • 许可证 • Wiki

Master


描述

sandmap 是一款支持使用强大 Nmap 引擎进行网络和系统侦察的工具。它提供用户友好的界面,自动化并加速扫描过程,使您能够轻松使用多种高级扫描技术。

主要特性

  • 简单的 CLI,能够运行纯粹的 Nmap 引擎
  • 包含在 模块 中的预定义扫描
  • 支持 Nmap 脚本引擎(NSE)及脚本参数
  • TOR 支持(通过 proxychains)
  • 同时进行多次扫描
  • 目前:31 个模块,459 个扫描配置文件

如何使用

很简单:

root@kitploit:~
# Clone this repository
git clone --recursive https://github.com/trimstray/sandmap

# Go into the repository
cd sandmap

# Install
./setup.sh install

# Run the app
sandmap
  • symlink to bin/sandmap is placed in /usr/local/bin
  • man page is placed in /usr/local/man/man8

命令行

在使用 sandmap 之前,请阅读 命令行 介绍。

配置

etc/main.cfg 配置文件具有以下结构:

root@kitploit:~
# shellcheck shell=bash

# Specifies the default destination.
# Examples:
#   - dest="127.0.0.1,8.8.8.8"
dest="127.0.0.1"

# Specifies the extended Nmap parameters.
# Examples:
#   - params="--script ssl-ccs-injection -p 443"
params=""

# Specifies the default output type and path.
# Examples:
#   - report="xml"
report=""

# Specifies the TOR connection.
# Examples:
#   - tor="true"
tor=""

# Specifies the terminal type.
# Examples:
#   - terminal="internal"
terminal="internal"

依赖

运行 sandmap 前需安装以下外部工具:

  • nmap
  • xterm
  • proxychains

本工具兼容:

  • GNU/Linux(在 Debian 和 CentOS 上测试)
  • Bash(在 4.4.19 上测试)
  • Nmap(在 7.70 上测试)

同时你需要 root 权限。

其他

模块

可用模块:31 可用扫描配置文件:459

如果你想创建自己的模块,请查看 此处。

项目架构

请查看 此处。

贡献

请查看 此处。

许可证

GPLv3 : http://www.gnu.org/licenses/

自由软件,耶!

下载工具