My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Homepage  

Phase-Design
Updated Jan 22, 2012 by bernardo.damele

Introduction

keimpx is an open source tool, released under a modified version of Apache License 1.1.

It can be used to quickly check for the usefulness of credentials across a network over SMB. Credentials can be:

  • Combination of user / plain-text password.
  • Combination of user / NTLM hash.
  • Combination of user / NTLM logon session token.

If any valid credentials has been discovered across the network after its attack phase, the user is asked to choose which host to connect to and which valid credentials to use, then he will be prompted with an interactive SMB shell where the user can:

  • Spawn an interactive command prompt.
  • Navigate through the remote SMB shares: list, upload, download files, create, remove files, etc.
  • Deploy and undeploy his own service, for instance, a backdoor listening on a TCP port for incoming connections.
  • List users details, domains and password policy.
  • More to come, see here.

Details on how to use it can be found on this wiki page.

Dependencies

It is developed in Python using CORE Impact's Impacket library. This Python library requires also PyCrypto to work. If you want to run keimpx on Windows, you might find useful the prebuilt PyCrypto binaries.


Sign in to add a comment
Powered by Google Project Hosting