1847 matches found
tesseract
Pruebas unitarias de Tesseract Requisitos Archivos y estructura root@kitploit: ├── langdatalstm │ ├── common.punc │ ├── common.unicharambigs │ ├── desiredbigrams.txt │ ├── eng │ │ ├── desiredcharacters │ │ ├── eng.config │ │ ├── eng.numbers │ │ ├── eng.punc │ │ ├──...
Eris
Eris Eris es una estación de trabajo PGP de escritorio escrita en Go con Fyne. Almacena las claves en una bóveda cifrada y t...
linux-smart-enumeration
First, a couple of useful oneliners ; root@kitploit: wget "https://github.com/diego-treitos/linux-smart-enumeration/releases/latest/download/lse.sh" -O lse.sh;chmod 700 lse.sh root@kitploit: curl "https://github.com/diego-treitos/linux-smart-enumeration/releases/latest/download/lse.sh" -Lo...
openentropy
openentropy Mide y operacionaliza la entropía de hardware para investigación y seguridad. Recopila entropía de fuentes de hardware del dispositivo, analiza la calidad de la fuente con pruebas estadísticas y entrega salida cruda o acondicionada a través de interfaces CLI, Rust, Python y HTTP...
prowler
Prowler is the Open Cloud Security Platform trusted by thousands to automate security and compliance in any cloud environment. With thousands of ready-to-use checks and compliance frameworks, Prowler delivers real-time, customizable monitoring and seamless integrations, making cloud security...
nikto
nikto Nikto web server scanner - https://cirt.net/Nikto2 Full documentation - https://github.com/sullo/nikto/wiki Run normally: root@kitploit: git clone https://github.com/sullo/nikto Main script is in program/ cd nikto/program Run using the shebang interpreter ./nikto.pl -h http://www.example.co...
wuzz
wuzz Interactive cli tool for HTTP inspection. Wuzz command line arguments are similar to cURL's arguments, so it can be used to inspect/modify requests copied from the browser's network inspector with the "copy as cURL" feature. Installation and usage GO root@kitploit: $ go get...
AIDOR
AIDOR 👁️ - Detector Automatizado de Referencia Directa a Objetos Insegura AIDOR Detector Automatizado de IDOR es una utilidad profesional de Bash para probadores de penetración autorizados para identificar vulnerabilidades de Referencia Directa a Objetos Insegura IDOR en aplicaciones web. Detecta...
coreruleset
Rama| Estado ---|--- main| 🛡️ OWASP CRS...
jsteg
jsteg root@kitploit: go get lukechampine.com/jsteg jsteg is a package for hiding data inside jpeg files, a technique known as steganography. This is accomplished by copying each bit of the data into the least-significant bits of the image. The amount of data that can be hidden depends on the...
HiddenSteps
Crates principales — estado de implementación Este es el complemento honesto y de estado actual del mapa de módulos objetivo de docs/design/02-system-architecture.md. Dice lo que realmente está construido, lo que está verificado contra un backend real en lugar de un mock, y lo que todavía falta d...
massdns
MassDNS A high-performance DNS stub resolver MassDNS is a simple high-performance DNS stub resolver targeting those who seek to resolve a massive amount of domain names in the order of millions or even billions. Without special configuration, MassDNS is capable of resolving over 350,000 names per...
tsfresh
tsfresh Este repositorio contiene el paquete de Python TSFRESH. La abreviatura significa "Extracción de características de series temporales basada en pruebas de hipótesis escalables". El paquete proporciona una extracción sistemática de características de series temporales al combinar algoritmos...
scorecard
OpenSSF Scorecard...
tiktok-scraper
TikTok Scraper & Downloader Scrape and download useful information from TikTok. No login or password are required This is not an official API support and etc. This is just a scraper that is using TikTok Web API to scrape media and related meta information. Content Features To Do Contribution...
mongoaudit
mongoaudit is a CLI tool for auditing MongoDB servers, detecting poor security settings and performing automated penetration testing. Installing Clone this repository and run the setup: root@kitploit: git clone https://github.com/stampery/mongoaudit.git cd mongoaudit python setup.py install...
REST-Attacker
REST-Attacker REST-Attacker es un framework automatizado de pruebas de penetración para APIs que siguen el estilo de arquitectura REST. El enfoque de la herramienta es optimizar el análisis de implementaciones de APIs REST genéricas automatizando completamente el proceso de pruebas - incluyendo l...
sudo-snooper
sudo-snooper sudo-snooper acts like the original sudo binary to fool users into entering their passwords. It will show a fake prompt just like the original to the user to enter their sudo password. This can be useful in penetration tests or security evaluations for testing user knowledge...
Prober
可重现地检查网络假设 该项目使用 Ansible 生成 BATS 测试文件,以验证关于网络基础设施的安全假设。测试从探测机器("探测节点 ")运行,Prober 部署在这些节点上。 此工具旨在对自有网络进行可重现的自动化测试。它支持多个探测节点同时运行测试,每个节点对被测网络有不同的视角——例如,来自 外部 区域的视角、来自 内部 区域的视角,以及来自 DMZ 内部的视角。 使用 Prober 探测未经授权的网络可能是违法的。 要求 在用于将测试部署到探测节点的 Ansible 主控节点上: ansible(当然!) python-netaddr(在 GNU/Linux 上)/...