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
cve-2020-11651-exp-plus | Kitploit
Tools/GitHubGitHub/lovelyjuice/cve-2020-11651-exp-plus
Vulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHublovelyjuice/cve-2020-11651-exp-plus

cve-2020-11651-exp-plus

View Repository
526 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
  1. Use bash to execute the --exec parameter. The original script uses /bin/sh, so some commands are incompatible, such as bash reverse shell.
  2. The original code retrieves the local salt-master version to determine if the remote host is affected, which is a clear logical error. I directly removed the related code.
  3. Added batch scanning functionality python saltstack.py -b targets_file.txt --threads 16. The content of target_file.txt is as follows:
root@kitploit:~
127.0.0.1:4506
192.168.1.1:4506

Install dependencies

pip install salt

Download Tool