Skip to content

Releases: ShawnDEvans/smbmap

SMBMap v1.10.5

06 Sep 15:38
Compare
Choose a tag to compare

On a recent gig I uncovered a bunch of bugs.

  • Fixed a logical issue that prevented SMB signing detection without creds
  • Fixed a file upload bug
  • Patched a gap in CSV output
  • Added the host to cmd output

I might be forgetting something. These updates are always done in the field, so they're more reactive than thoughtful. 10:1 I have to push 1.10.5.1 because I missed something.

SMBMap v1.10.4

29 May 21:11
Compare
Choose a tag to compare

1.10.3 release killed a boat load of bugs!

  • Host initialization performance was improved
  • Session termination performance was improved
  • You can now output version, smb signing, shares, and path listing to CSV
  • CSV output and pattern matching are no longer mutually exclusive

1.10.4 resolved an annoying issue with file upload and SyntaxWarnings in Python 3.12+.

Woot!

SMBMap v1.10.3

23 May 02:38
Compare
Choose a tag to compare

This release killed a boat load of bugs!

  • Host initialization performance was improved
  • Session termination performance was improved
  • You can now output version, smb signing, shares, and path listing to CSV
  • CSV output and pattern matching are no longer mutually exclusive

Woot!

SMBMap v1.10.2

24 Nov 14:36
Compare
Choose a tag to compare

I'm pretty excited about this release. You've served me well nmap 'smb-security-mode' script, but SMBMap has you beat.

  • Added Kerberos auth support
  • Added SMB signing detection
  • Added aggregates for SMB Connections vs SMB Session
  • Version output now includes vanilla SMB connections (not just authenticated/guest sessions)
  • Improved Loader class (threads pause so output isn't distorted)
  • Improved error handling on invalid hosts as input

Enjoy!

SMBMap v1.10

22 Nov 22:19
Compare
Choose a tag to compare

I'm pretty excited about this release. You've served me well nmap 'smb-security-mode' script, but SMBMap has you beat.

  • Added Kerberos auth support
  • Added SMB signing detection
  • Added aggregates for SMB Connections vs SMB Session
  • Version output now includes vanilla SMB connections (not just authenticated/guest sessions)
  • Improved Loader class

Enjoy!

SMBMap v1.9.3.1

01 Nov 18:00
Compare
Choose a tag to compare

We've had one release yes, but what about second release?

  • Additional error checking to account for hosts that allow an SMB connection but host zero shares
  • Paths were displaying incorrectly in CSV, Grepable, and stdout formats under certain conditions
  • More accurate messages in the progress indicator
  • Probably added a few bugs...

Enjoy!

SMBMap v1.9.3

31 Oct 14:35
Compare
Choose a tag to compare
  • Added additional error checking to accommodate situations where an SMB session is established, but no share data is accessible (ACCESS_DENIED)
  • More accurate progress messages as the tool is running
  • Fixed issues with directory tree traversal, -r is working again with --depth

As always, thank you for reporting issues!!

SMBMap v1.9.2

14 Sep 20:51
Compare
Choose a tag to compare
  • Fixed some issues with CSV and greppable output
  • Fixed logical issues with undeclared vars

SMBMap v1.9.1

19 May 18:49
Compare
Choose a tag to compare
  • Totally revamped how share tree data is stored
  • Added threaded execution to specific functions, way faster
  • Better SMB session management
  • Got command execution back up and running
  • Introduced undetected bugs? But the speed!!!!
  • Host input files now support IPs, CIDR, and host names (one per line still)

These changes were incorporated to improve performance and set the stage for a SQLite3 DB. Run once read many coming....eventually?

Full Changelog: v1.9.0...v1.9.1

SMBMap v1.8.2

04 Mar 23:26
Compare
Choose a tag to compare
  • Cleaned up command output across multiple hosts
  • Cleaned up file content search a bit
  • Fixed oddities with the "Loader"
  • Refined admin detection
  • Introduced undetected bugs?
  • Eliminated a few binary file types from the file content search