Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
imposter — Proof of concept for CVE-2015-0006. Fixed in MS15-005 https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2015/ms15-005 . | Kitploit
Tools/GitHubGitHub/bugch3ck/imposter
Vulnerability AnalysisExploitationNetwork SecurityPenetration TestingAuthenticationRed Teaming
GitHubbugch3ck/imposter

imposter

Proof of concept for CVE-2015-0006. Fixed in MS15-005 https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2015/ms15-005 .

View Repository
2112 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

IMPOSTER

A pentest tool used to attack windows clients on rogue networks.

Current version

###Features

  • Downgrade LDAP to NTLM authentication
  • Fake initial steps of an domain controller to fool Network Location Awareness

Servers

DNS, CLDAP, LDAP

Setup

The current version have been tested on Kali Linux but should on other operating systems as well.

Dependencies

  • pyasn1
  • dnspython

Quick setup on Kali Linux

Use the following steps to setup imposter on a Kali Linux machine.

root@kitploit:~
git clone https://github.com/bugch3ck/imposter.git
cd imposter/src
git clone https://github.com/rthalley/dnspython.git
ln -s dnspython/dns dns
apt-get install pyasn1

Changelog

Version 0.1

Private release 2014-06-05. Implements DNS, CLDAP and LDAP. Can downgrade LDAP bind to use NTLM and fake successful authentication to trick Network Location Awareness to set the domain policy.

Download Tool