SMB Relay

From SkullSecurity
Revision as of 20:58, 29 July 2008 by Ron (talk | contribs) (New page: I intend to write a program with the following features: * Listens on 445 (and possibly 135 - 139) * Accepts SMB connections destined for another server * Relays data to/from that remote s...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I intend to write a program with the following features:

  • Listens on 445 (and possibly 135 - 139)
  • Accepts SMB connections destined for another server
  • Relays data to/from that remote server

What sets this apart from other types of relays is that it'll have built-in pass the hash capabilities. What that means is, it'll ignore the user's supplied credentials and instead supply the Lanman/NTLM hashes.

It should be an interesting project! :)