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
scarce-apache2 — A framework for bug hunting or pentesting targeting websites that have CVE-2021-41773 Vulnerability in public | Kitploit
Tools/GitHubGitHub/hightechsec/scarce-apache2
Vulnerability ScannersExploitationWeb Application ExploitationPenetration Testing
GitHubhightechsec/scarce-apache2

scarce-apache2

A framework for bug hunting or pentesting targeting websites that have CVE-2021-41773 Vulnerability in public

View Repository
63184 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

ScaRCE Framework - CVE-2021-41773 Hunter

License Build Build GitHub code size in bytes GitHub repo size GitHub last commit GitHub stars GitHub pull requests GitHub forks GitHub issues GitHub watchers

This tool can scan websites with CVE-2021-41773 Vulnerability that are affecting Apache2 Webserver, ScaRCE can run too for executing Remote Command Injections at the webservers that found from the scanning method (Only if the MOD_CGI is Enabled at the targeted webserver). This tool works with the provided Single target or Mass Target from a file list. Only use this tool for Bug Hunting/ Pentesting Purposes.

Installation

root@kitploit:~
- git clone https://github.com/HightechSec/scarce-apache2
- cd scarce-apache2
- bash scarce.sh

or you can install in your system like this

root@kitploit:~
- git clone https://github.com/HightechSec/scarce-apache2
- cd scarce-apache2
- sudo cp scarce.sh /usr/bin/scarce && sudo chmod +x /usr/bin/scarce
- $ scarce

Usage

  • Menu's
    • Menu 1 is for scanning LFI Vulnerability from a provided file that contains the list of the target url or a provided single target url.
    • Menu 2 is for scanning RCE Vulnerability from a provided file that contains the list of the target url or a provided single target url.
    • Menu 3 is for Executing RCE from a provided single target url. This will work for the Maybe Vuln Results or sometimes with a 500 Error Response.
  • URL Format
    • Use http:// like http://example.com or https:// like for the url formatting at Single Target usages

Requirements

  • curl
  • bash
  • git

Credits

Thanks to:

  • CVE-2021-41773 Reproduced by @ptswarm
  • Executing RCE in CVE-2021-41773 by @hackerfantastic
  • Removing 5xx Error when Running RCE by @lukejahnke
Download Tool
https://example.com
  • For Url or IP that has been provided from a List, Don't Use the URL Formatting like eg:
    • https://target.com
    • http://hackerone.com
    • https://bugcrowd.com