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
CMD_Bypass_Assessment — PowerShell script that automatically tests CMD bypass methods on Windows, evaluates results, calculates a security score, and provides hardening recommendations based on the findings. | Kitploit
Tools/GitHubGitHub/alperenugurlu/cmd_bypass_assessment
Defensive ToolsPrivilege EscalationConfiguration AuditingLearning & Education
GitHubalperenugurlu/cmd_bypass_assessment

CMD_Bypass_Assessment

PowerShell script that automatically tests CMD bypass methods on Windows, evaluates results, calculates a security score, and provides hardening recommendations based on the findings.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
1143 years agoNot yet reviewed

CMD Bypass Method Analysis

Windows

CMD Bypass Method Analysis is a PowerShell script that automatically tests CMD bypass methods on Windows systems and evaluates the results. The script checks for various CMD bypass methods and saves the results to a text file, providing security recommendations.

Use

To run the PowerShell script, open a PowerShell session. Add the script file to the PowerShell session or run it directly:

  • .\Cmd_Bypass_Score_Card.ps1

When the script is run, CMD automatically tests the bypass methods and evaluates the results. The results are saved in the output.txt file.

Commands That The Script Tests

  • Check CMD Restriction: Checks the CMD restriction.
  • Disable CMD Restriction: Disables the CMD restriction.
  • PowerShell Bypass: Controls the bypass method of PowerShell.
  • HKCU Bypass: Controls the HKCU CMD bypass method.
  • /k Bypass: Uses the /k parameter to test the CMD bypass method.
  • /c Bypass: Uses the /c parameter to test the CMD bypass method.
  • Registry Enumeration: Queries HKEY_CURRENT_USER records.
  • System Information: Retrieves system information.
  • Process List: Lists running processes.
  • Check IP Configuration: Checks the IP configuration.
  • Check Network Connections: Checks network connections.

Output

As a result of the script running, a separate output is generated for each command. The outputs contain the following information:

Command name command Output return code Status (PASSED or FAILED) The results are saved in the output.txt file and are also displayed in the PowerShell session when the script is run.

Success Score and Safety Recommendations

As a result of the script running, a success score is calculated and security recommendations are presented. The success score is calculated as a percentage of successful commands.

Security Recommendations Are Provided Based On the Following Criteria:

  • If the pass score is below 50%: Further security hardening measures are required.
  • If the success score is between 50% and 80%: Some security hardening measures can be improved.
  • If the success score is above 80%: The system is sufficiently secure.

Cyber Security Consultant

Alperen Ugurlu

Download Tool