662 matches found
nray
nray Panoramica Nray è uno scanner di porte e applicazioni gratuito, indipendente da piattaforma e architettura. nray funziona in modo distribuito per velocizzare le scansioni e per eseguire scansioni da diversi punti di osservazione. I risultati basati su eventi consentono di elaborare...
acheron
About Acheron is a library inspired by SysWhisper3/FreshyCalls/RecycledGate, with most of the functionality implemented in Go assembly. acheron package can be used to add indirect syscall capabilities to your Golang tradecraft, to bypass AV/EDRs that makes use of usermode hooks and instrumentatio...
keypair
keypair Genera una coppia di chiavi RSA PEM in puro JS Utilizzo root@kitploit: var keypair = require'keypair'; var pair = keypair; console.logpair; restituisce root@kitploit: $ node example.js public: '-----BEGIN RSA PUBLIC...
flopz
Flopz - Firmware Liberation in Python Flopz è un toolkit assembler scritto in puro Python. Usalo per: Creare shellcode per sistemi embedded Patchare dinamicamente grandi collezioni di binari Strumentare immagini firmware, per debugging e fuzzing Attualmente, Flopz supporta: ARM: Modalità Thumb PP...
VMProtect-devirtualization
Desvirtualização do VMProtect Uma abordagem dinâmica experimental para desvirtualizar funções puras protegidas por VMProtect 3.x Resumo Introdução A abordagem Exemplo 1: Uma operação bitwise simples protegida Exemplo 2: Uma operação MBA protegida Exemplo 3: Mais de um bloco básico Conclusão e...
log4py
log4py pythonischer reiner Python-RCE-Exploit für CVE-2021-44228 log4shell 1. Führe einen anfälligen Dienst aus wie https://github.com/zzzz0317/log4j2-vulnerable-spring-app 2. Ändere die Einstellungen in exploit.py 3. nutze aus Dies ist nur für Bildungszwecke gedacht hauptsächlich für mein eigene...
kerberoast
🚩 Sponsors If you like this project, consider sponsoring it on GitHub! Sponsors kerberoast Kerberos attack toolkit -pure python- Install pip3 install kerberoast Prereqirements Python 3.6 See requirements.txt For the impatient IMPORTANT: the accepted target url formats for LDAP and Kerberos are th...
machofile
machofile machofile एक मॉड्यूल है जो Mach-O बाइनरी फ़ाइलों को पार्स करता है, जिसमें मैलवेयर विश्लेषण और रिवर्स इंजीनियरिंग पर विशेष ध्यान दिया गया है। Ero Carrera के pefile से प्रेरित होकर, यह मॉड्यूल समान क्षमताएँ प्रदान करने का लक्ष्य रखता है, लेकिन Mach-O बाइनरी के लिए। फ़ाइल प्रारूप ज्ञान, मू...
CVE-2026-33936
CVE-2026-33936 Vulnerabilità Denial of Service in ecdsa PyPI Introduzione Ho identificato e divulgato in modo responsabile una vulnerabilità di gravità Moderata in python-ecdsa , una libreria Python di crittografia ampiamente utilizzata con 47,8M di download nell'ultimo mese. Ho trovato questo...
bigint-buffer-safe
bigint-buffer-safe Substituto seguro e puro em JavaScript para bigint-buffer. Corrige CVE-2025-3194 CVSS 7.5, estouro de buffer / DoS. Zero dependências. Sem bindings nativos. Funciona em Node.js e navegadores. Por que isso existe? O pacote original bigint-buffer possui uma vulnerabilidade de...
paramiko
|version| |python| |license| |ci| |coverage| .. |version| image:: https://img.shields.io/pypi/v/paramiko :target: https://pypi.org/project/paramiko/ :alt: PyPI - Package Version .. |python| image:: https://img.shields.io/pypi/pyversions/paramiko :target: https://pypi.org/project/paramiko/ :alt:...
zupt
Project archived. For newest versions and updates check it out. Compress everything. Trust nothing. Encrypt always...
CVE-2024-48208
CVE-2024-48208 Das Repository enthält alle Arbeiten rund um die Entwicklung des PoC dafür, wie ein einfacher OOB Out-of-Bound Read zu Jail Escapes sowie zu gebrochener Zugriffskontrolle führen kann. Über die Schwachstelle Die ursprüngliche CVE-Beschreibung lautet wie folgt: Der Github PR im...
deepce
deepce root@kitploit: . == === /"""""""""""""""""/ === / ===- \ X / \ \ / \/ / / / / / / / / \ ENUMERATE / // / / / // / / / ESCALATE ,/// ./// ESCAPE // Website Enumeração de Docker, Escalação de Privilégios e Escapes de Containers DEEPCE Para ser compatível com o número máximo de...
rscrypto
rscrypto rscrypto fornisce primitive crittografiche pure in Rust, hash crittografici e veloci, hashing delle password e checksum dietro un unico modello di feature. Non ha dipendenze da C/FFI di produzione, OpenSSL o librerie di sistema. Le feature foglia supportano build ristrette; le feature...
python-ecdsa
Pure-Python ECDSA और ECDH यह ECC एलिप्टिक कर्व क्रिप्टोग्राफी का उपयोग करने में आसान कार्यान्वयन है, जिसमें ECDSA एलिप्टिक कर्व डिजिटल सिग्नेचर एल्गोरिथ्म, EdDSA एडवर्ड्स-कर्व डिजिटल सिग्नेचर एल्गोरिथ्म और ECDH एलिप्टिक कर्व डिफी-हेलमैन के लिए समर्थन है, जो विशुद्ध रूप से Python में लागू किया गया...
memguard
MemGuard Software enclave for storage of sensitive information in memory. This package attempts to reduce the likelihood of sensitive data being exposed when in memory. It aims to support all major operating systems and is written in pure Go. Features Sensitive data is encrypted and authenticated...
RSA
RustCrypto: RSA Un'implementazione RSA portabile in puro Rust. Esempio root@kitploit: use rsa::Pkcs1v15Encrypt, RsaPrivateKey, RsaPublicKey; let mut rng = rand::rng; let bits = 2048; let privkey = RsaPrivateKey::new&mut rng, bits.expect"failed to generate a key"; let pubkey =...
hashes
RustCrypto: Hash Raccolta di funzioni hash crittografiche scritte in Rust puro. Tutti gli algoritmi risiedono in crate separati e sono implementati utilizzando i trait del crate digest. Esempi di utilizzo sono forniti nella documentazione di digest e dei crate di implementazione degli hash...
EUVD-2026-54177
h2 is a pure-Python implementation of a HTTP/2 protocol stack. Versions up to and including 4.4.0 accept request header blocks containing more than one Host header, and forward every Host header to the consuming application. Where the consumer downgrades HTTP/2 to HTTP/1.1, the resulting request...