109 matches found
CVE-2021-41773
CVE-2021-41773 Apache 2.4.49 Path Traversal Vulnerability Checker – Verificatore di vulnerabilità di Path Traversal Esempio Piattaforma Linux e Windows...
CVE-2021-41773
CVE-2021-41773 Un semplice script bash POC per la vulnerabilità di Path Traversal & RCE in Apache 2.4.49 Esempio di utilizzo: Configura un listener netcat: root@kitploit: $ nc -nvlp Poi esegui lo script: root@kitploit: $ ./exploit.sh Avvertenza Questo strumento è solo a scopo educativo. Non mi...
CVE-2021-41773-RedTeam
CVE-2021-41773 — Apache HTTP Server 2.4.49 Path Traversal / RCE Dipartimento Cybersecurity ITSOLERA — Red Team Task 3 Team: Offensive Team Zeta Data: 18 marzo 2026 ⚠️ Disclaimer Questo repository è solo a scopo educativo. Tutti i test sono stati eseguiti in un laboratorio Docker locale isolato. No...
CVE-2021-41773
CVE-2021-41773 Vulnerabilità di Path Traversal in Apache 2.4.49 Questo problema interessa solo Apache 2.4.49 e non le versioni precedenti. ULTERIORI INFORMAZIONI https://pentesterguruji-notes.notion.site/CVE-2021-41733-f58b52f484b94671b319c107ac2739bf...
CVE-2021-41773
CVE-2021-41773 Ich habe einen POC von CVE-2021-41773 entwickelt , RCE + cgi-bin Path Traversal HINWEIS : GETESTET AUF APACHE2 2.4.49 Du kannst die verwundbare Apache2 2.4.49 direkt von Docker pullen root@kitploit: $ sudo docker pull blueteamsteve/cve-2021-41773:no-cgid $ sudo docker run -dit -p...
CVE-2021-41773
CVE-2021-41773 - Apache HTTP Server 2.4.49 Come eseguire il lab CVE-2021-41773-Path Traversal 1. Installa e avvia Docker sul tuo PC/Laptop 2. Clona questo repository GitHub 3. Vai alla cartella Path Traversal 4. Inserisci i seguenti comandi: docker build -t cve-2021-41773-path-traversal . e docke...
POC-CVE-2021-41773
POC-CVE-2021-41773 Dies ist ein einfaches Skript für den Apache HTTPd 2.4.49, der anfällig für CVE-2021-41773 ist. Verwendung: Einzelne IP prüfen Aus Datei prüfen...
cve-2021-41773
Apache 2.4.49 - Path Traversal o Remote Code Execution cve-2021-41773.py è uno script Python che aiuta a individuare la vulnerabilità Path Traversal o Remote Code Execution in Apache 2.4.49. Viene fornita un'istanza Docker vulnerabile per mettere le mani su CVE-2021-41773 Se CGI-BIN è abilitato,...
CVE-2021-41773
CVE-2021-41773 Verletzlicher Dienst Installation Mehrere Optionen: 1. Docker-Container root@kitploit: docker run -d -p 8080:80 12345qwert123456/apache2449cve-2021-41773 2. Dockerfile root@kitploit: git clone https://github.com/12345qwert123456/CVE-2021-41773.git cd...
cve-2021-41773-checker
🛑 CVE-2021-41773 Verificatore CVE-2021-41773 Verificatore è uno strumento CLI basato su Python che controlla se un server web di destinazione è vulnerabile alla vulnerabilità di path traversal di Apache che colpisce Apache HTTP Server 2.4.49. È progettato come un proof of concept a scopo didattic...
CVE-2021-41773
CVE-2021-41773 Apache HTTP-Server-Schwachstelle funktioniert nur mit 2.4.49 Erforderliche Einstellungen httpd.conf root@kitploit: ... LoadModule cgimodule modules/modcgi.so uncomment this line ... AllowOverride none Require all denied comment out this line or set Require all granted ... Referenze...
apache2.4.49VulnerableLabSetup
apache2.4.49VulnerableLabSetup CVE-2021-41773, Apache HTTP Server 2.4.49 è vulnerabile ad attacchi di Path Traversal e Remote Code Execution. Questo repository serve a simulare la vulnerabilità...
CVE-2021-41773
CVE-2021-41773 Vulnerabilità di path traversal e divulgazione di file in Apache HTTP Server 2.4.49 Utilizzo root@kitploit: python3 apache2-4-49.py -h python3 apache2-4-49.py --check --single example.com Riferimenti...
CVE-2021-41773
CVE-2021-41773 Apache versione 2.4.49 PoC semplice Come usare lo script chmod +x apache.sh ./apache.sh Esempio ./apache.sh http://127.0.0.1 etc/passwd...
CVE-2021-41773
https://target/cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/etc/hosts root@kitploit: id: CVE-2021-41773 info: name: Apache 2.4.49 Exploit author: numanturle severity: high requests: - method: GET path: - "BaseURL/cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/etc/hosts" matchers-condition: and matchers: - type: regex...
CVE-2021-41773S
Imagens Docker vulneráveis para o CVE-2021-41773 path traversal do Apache Esta vulnerabilidade apenas se aplica à versão 2.4.49 que possui configurações específicas não padrão. Em certas situações, isso pode resultar em leitura de arquivos ou execução de código...
CVE-2021-41773
CVE-2021-41773 Apache httpd الإصدار 2.4.49 فقط لأغراض تعليمية فقط. انظر المراجع للتفاصيل. التشغيل root@kitploit: $ git clone https://github.com/masahiro331/CVE-2021-41773.git $ cd CVE-2021-41773 $ docker build -t cve-2021-41773 . $ docker run -d -p 8080:80 cve-2021-41773 الاستغلال root@kitploit:...
CVE-2021-41773
CVE-2021-41773 Apache2 2.4.49 - Exploit LFI e RCE Info root@kitploit: Exploit Title: Apache HTTP Server 2.4.49 - Path Traversal & Remote Code Execution RCE Exploit Author: Gaurav Raj https://gauravraj.xyz https://blog.gauravraj.xyz Vendor Homepage: https://apache.org/ Version: 2.4.49 Tested on:...
CVE-2021-41773-Analysis
CVE-2021-41773-Analyse Technische Analyse und Reproduktionslabor für die Path-Traversal- und RCE-Schwachstelle des Apache HTTP Servers 2.4.49...
CVE-2021-41773
CVE-2021-41773 Path Traversal per Apache 2.4.49 https://ubuntu.com/security/CVE-2021-41773 Base interessata ora: 22:49 06/10/2021 Utilizzo root@kitploit: IP python3 CVE-2021-41773.py -i 10.10.10.10 -s Lista di IP python3 CVE-2021-41773.py -l /home/ac1d/Documents/code/python/CVE-2021-41773/ips.txt...