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
|
Source: smbmap
Section: misc
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Samuel Henrique <samueloph@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/ShawnDEvans/smbmap
Vcs-Browser: https://salsa.debian.org/pkg-security-team/smbmap
Vcs-Git: https://salsa.debian.org/pkg-security-team/smbmap.git
Package: smbmap
Architecture: all
Depends: python3-impacket,
${misc:Depends},
${python3:Depends}
Description: handy SMB enumeration tool
SMBMap allows users to enumerate samba share drives across an entire domain.
List share drives, drive permissions, share contents, upload/download
functionality, file name auto-download pattern matching, and even execute
remote commands. This tool was designed with pen testing in mind, and is
intended to simplify searching for potentially sensitive data across large
networks.
|