18185 matches found
Exploiting-Samba-on-Metasploitable-2
Exploiting-Samba-on-Metasploitable-2 My goal here was to utilize metasploit from a Kali Linux machine to exploit a well-known samba vulnerability CVE-2007-2447. This is done in order to infiltrate a Metasploitable 2 machine with a reverse shell to access the root folder. Once this folder has been...
Samba-CVE-2007-2447-Exploit
Samba CVE-2007-2447 Exploit This is a Python script for exploiting CVE-2007-2447, a vulnerability known as 'Username' map script command execution in the Samba server. Description This exploit is developed to target Samba versions 3.x - 4.x. CVE-2007-2447 allows an attacker to execute arbitrary...
Penetration-Testing-on-Metasploitable2
Internship Project 2 — Penetration Testing on Metasploitable2 Summary: This project demonstrates a complete penetration testing workflow: reconnaissance, enumeration, exploitation, post-exploitation validation, and mitigation recommendations. The target used is Metasploitable2 and the attack box ...
CVE-2007-2447
CVE-2007-2447 🖥️ -h3x0v3rl0rd- ️⃣ CVE-2007-2447 root@kitploit: python3 smb3.0.20.py -lh localhost -lp local port -t target Error The error you're encountering indicates that the Python script is trying to import a module named smb, but it is not installed on your system. The smb module is part of...
Jira Rainbow.Zen - Cross-Site Scripting
Jira Rainbow.Zen contains a cross-site scripting vulnerability via Jira/secure/BrowseProject.jspa which allows remote attackers to inject arbitrary web script or HTML via the id parameter. id: CVE-2007-0885 info: name: Jira Rainbow.Zen - Cross-Site Scripting author: geeknik severity: medium...
SMB-Penetration-Testing-NTLM-Relay-Version-2-
SMB Penetration Testing — NTLM Relay Attack Red Team Lab — NTLM Relay via LLMNR Poisoning, CVE-2007-2447, NTLMv2 Hash Cracking & NT AUTHORITY\SYSTEM on Windows 10 Author Field| Details ---|--- Name| Younes GitHub| @Youneskc Type| Penetration Testing Lab Status| Completed Legal Disclaimer This...
CVE-2007-2447_python
CVE-2007-2447python Exploit i used in HTB...
CVE-2007-4559-lab
CVE-2007-4559 — TarSlip: The 15-Year Directory Traversal Educational use only. This lab intentionally exploits file system vulnerabilities inside isolated Docker containers. Do not run on any system with sensitive data or in production environments. A self-contained Docker lab that demonstrates...
smb_usermap
smbusermap A simple exploit for CVE-2007-2447, present in Samba 3.0.20. You can exploit this vuln with even less than this, for instance, with smbclient, but I think it's tough to do complex commands, since a lot of special chars probably get eaten, but a simple command reboot in this case can be...
CVE-2007-2447-Exploit
CVE-2007-2447 Exploit This repository contains an exploit for Samba smbd 3.0.20 CVE-2007-2447 that allows remote command execution via crafted SMB requests. Prerequisites This exploit requires Python 3 and a few dependencies. It's recommended to set up a virtual environment before running the...
CVE-2007-4607
CVE-2007-4607 https://joeyrideout.com/reworking-decade-old-exploit-code/...
Creosote
Creosote Creosote is our solution to searching for the tarfile vulnerability described by CVE-2007-4559. The tool recursively traverses the given directory searching for python files. When the tool finds python files it scans them for the tarfile module and then parses the code into an AST to loo...
wargame-tarpioka
BubbleTea CVE-2007-4559 Directory traversal vulnerability using .tar to ../../flag path root@kitploit: BubbleTea/ ├── Dockerfile ├── flag ├── requirements.txt └── src ├── files ├── template │ └── index.html └── app.py Current Building Instructions check docker docker ps docker images docker build...
Samba-Usermap-exploit
CVE-2007-2447 - Samba usermap exploit. Usage: root@kitploit: $ python3 exploit.py RHOST -- The target address RPORT -- The target port TCP : 139 LHOST -- The listen address LPORT -- The listen port Installation root@kitploit: git clone https://github.com/Nosferatuvjr/Samba-Usermap-exploit pip...
Windows-exploitation-BadBlue-2.7-CVE-2007-6377
This repository does not have a README...
exploit_cve-2007-2447_again
exploitcve-2007-2447again just remeber how small mistake in santisize username could give yoy root access to the full machine...
PyUsernameMapScriptRCE
PyUsernameMapScriptRCE CVE-2007-2447 exploit written in python to get reverse shell...
CVE-2007-2447
Sambaster cve-2007-2447 Samba 3.0.20 requirement module: root@kitploit: pysmb if you not installed it: root@kitploit: pip3 install pysmb Usage: root@kitploit: python3 sambaster.py...
CABTrap_OneNote2007
CABTrapOneNote2007 Microsoft Office Onenote 2007 CVE-2014-2815 ".ONEPKG" File Directory Traversal Vulnerability Leads to Arbitrary Code Execution Microsoft Office Onenote 2007 CVE-2014-2815 ".ONEPKG" File Directory Traversal Vulnerability Leads to Arbitrary Code Execution OneNote 2007 is prone to...
MALW
CVE-2007-4559 - Polemarch exploit Full working exploit for Polemarch server https://www.polemarch.org/, using CVE-2007-4559, allowing: Injection of a cryptominer for monero using TOR for better hiding. Injection of a rootkit targeting most common sysadmin tools. POC Proof of concept using...