内网渗透工具–manspider

admin 2026-02-17 19:49:57 网络安全文章 来源:ZONE.CI 全球网 0 阅读模式

文章总结: 本文介绍了一款名为Manspider的内网渗透工具,该工具专注于扫描SMB共享中的敏感文件,支持PDF、DOCX等格式及正则表达式内容搜索。文章详细列出了工具的命令参数与使用方法,并附带GitHub地址。文末包含红蓝对抗付费圈子推广,涉及免杀技术、钓鱼手法及红队工具资源分享。 综合评分: 65 文章分类: 内网渗透,安全工具,红队


cover_image

内网渗透工具–manspider

原创

Hello888 Hello888

安全天书

2026年2月14日 12:00 广西

0x01 工具介绍

扫描网络SMB共享中敏感文件,支持文件内容搜索 + 正则表达式!

支持的文件类型:

  • PDF
  • DOCX
  • XLSX
  • PPTX
  • 任何基于文本的格式
  • 还有更多!!

使用命令:

usage: manspider [-h] [-u USERNAME] [-p PASSWORD] [-d DOMAIN] [-l LOOT_DIR] [-m MAXDEPTH] [-H HASH] [-k] [-aesKey HEX] [-dc-ip IP] [-t THREADS] [-f REGEX [REGEX ...]] [-e EXT [EXT ...]]                 [--exclude-extensions EXT [EXT ...]] [-c REGEX [REGEX ...]] [--sharenames SHARE [SHARE ...]] [--exclude-sharenames [SHARE ...]] [--dirnames DIR [DIR ...]]                 [--exclude-dirnames DIR [DIR ...]] [-q] [-n] [-mfail INT] [-o] [-s SIZE] [-v]                 targets [targets ...]
Scan for juicy data on SMB shares. Matching files and logs are stored in $HOME/.manspider. All filters are case-insensitive.
positional arguments:  targets               IPs, Hostnames, CIDR ranges, or files containing targets to spider (NOTE: local searching also supported, specify directory name or keyword "loot" to search                        downloaded files)
options:  -h, --help            show this help message and exit  -u, --username USERNAME                        username for authentication  -p, --password PASSWORD                        password for authentication  -d, --domain DOMAIN   domain for authentication  -l, --loot-dir LOOT_DIR                        loot directory (default ~/.manspider/)  -m, --maxdepth MAXDEPTH                        maximum depth to spider (default: 10)  -H, --hash HASH       NTLM hash for authentication  -k, --kerberos        Use Kerberos authentication. Grabs credentials from ccache file (KRB5CCNAME) based on target parameters  -aesKey, --aes-key HEX                        AES key to use for Kerberos Authentication (128 or 256 bits)  -dc-ip, --dc-ip IP    IP Address of the domain controller. If omitted it will use the domain part (FQDN) specified in the target parameter  -t, --threads THREADS                        concurrent threads (default: 5)  -f, --filenames REGEX [REGEX ...]                        filter filenames using regex (space-separated)  -e, --extensions EXT [EXT ...]                        only show filenames with these extensions (space-separated, e.g. `docx xlsx` for only word & excel docs)  --exclude-extensions EXT [EXT ...]                        ignore files with these extensions  -c, --content REGEX [REGEX ...]                        search for file content using regex (multiple supported)  --sharenames SHARE [SHARE ...]                        only search shares with these names (multiple supported)  --exclude-sharenames [SHARE ...]                        don't search shares with these names (multiple supported)  --dirnames DIR [DIR ...]                        only search directories containing these strings (multiple supported)  --exclude-dirnames DIR [DIR ...]                        don't search directories containing these strings (multiple supported)  -q, --quiet           don't display matching file content  -n, --no-download     don't download matching files  -mfail, --max-failed-logons INT                        limit failed logons  -o, --or-logic        use OR logic instead of AND (files are downloaded if filename OR extension OR content match)  -s, --max-filesize SIZE                        don't retrieve files over this size, e.g. "500K" or ".5M" (default: 10M)  -v, --verbose         show debugging messages  --modified-after DATE                        only show files modified after this date (format: YYYY-MM-DD)  --modified-before DATE                        only show files modified before this date (format: YYYY-MM-DD)

GitHub地址:

https://github.com/blacklanternsecurity/manspider

注意:请勿利用文章内的相关技术从事非法测试,由于传播、利用此文所提供的信息而造成的任何直接或者间接的后果及损失,均由使用者本人负责,作者不为此承担任何责任。工具来自网络,安全性自测。

0x02 红蓝偶像练习生小圈子

圈子主要研究方向渗透测试、红蓝对抗、钓鱼手法思路、武器化作,红队工具二开与免杀。圈内不定期分享红队技术文章,攻防经验总结,学习笔记以及自研工具与插件,目前圈子已满300人,欢迎各位进圈子交流学习!****

**圈子目前更新相关技术文章:

* HeavenlyBypassAV内部版-轻松免杀各大杀软

  • Heavenly白加黑自动化生成免杀工具

  • 冰蝎webshell免杀工具

  • 哥斯拉webshell免杀工具

  • 红队场景下lnk钓鱼Bypass国内AV

  • Frp免杀隧道工具

  • 1day和0dayPOC

  • lnk钓鱼思路视频讲解

  • lnk钓鱼Bypass天擎

  • msi钓鱼

  • chm钓鱼

  • Kill360核晶

  • AV对抗-致盲AV(核晶)

  • 捆绑免杀360

  • Kill火绒

  • 火绒6.0内存免杀

  • kill-windows Defender

  • Defender分离免杀

  • Defender知识点

  • HeavenlyProtectionCS内部CS插件

  • EDR对抗思路

  • 进程注入知识点

  • 自启动思路

  • 多种维权手法

  • Fscan免杀核晶

  • QVM解决思路

  • 红队思路-钓鱼环境下小窗口截屏窃取

  • 免杀Todesk/向日葵读取工具

  • 渗透测试文章思路

  • 内网对抗文章思路

  • 还有更多红队思路文章!期待您的加入!!!**


免责声明:

本文所载程序、技术方法仅面向合法合规的安全研究与教学场景,旨在提升网络安全防护能力,具有明确的技术研究属性。

任何单位或个人未经授权,将本文内容用于攻击、破坏等非法用途的,由此引发的全部法律责任、民事赔偿及连带责任,均由行为人独立承担,本站不承担任何连带责任。

本站内容均为技术交流与知识分享目的发布,若存在版权侵权或其他异议,请通过邮件联系处理,具体联系方式可点击页面上方的联系我

本文转载自:安全天书 Hello888 Hello888《内网渗透工具–manspider》

评论:0   参与:  0