AutoGadgetFS – USB Testing Made Easy

KitPloit - PenTest Tools!-- What’s AutoGadgetFS ? AutoGadgetFS is an open source framework that allows users to assess USB devices and their associated hosts/drivers/software without an in-depth knowledge of the USB protocol. The tool is written in Python3 and utilizes RabbitMQ and WiFi access to enable researchers to conduct remote USB security assessments from anywhere … Continue reading AutoGadgetFS – USB Testing Made Easy

NoSQLi – NoSql Injection CLI Tool

KitPloit - PenTest Tools!-- NoSQL scanner and injector. About Nosqli I wanted a better nosql injection tool that was simple to use, fully command line based, and configurable. To that end, I began work on nosqli - a simple nosql injection tool written in Go. It aims to be fast, accurate, and highly usable, with … Continue reading NoSQLi – NoSql Injection CLI Tool

GitDorker – A Tool To Scrape Secrets From GitHub Through Usage Of A Large Repository Of Dorks

KitPloit - PenTest Tools!-- GitDorker is a tool that utilizes the GitHub Search API and an extensive list of GitHub dorks that I've compiled from various sources to provide an overview of sensitive information stored on github given a search query. The Primary purpose of GitDorker is to provide the user with a clean and … Continue reading GitDorker – A Tool To Scrape Secrets From GitHub Through Usage Of A Large Repository Of Dorks

Oregami – IDA Plugins And Scripts For Analyzing Register Usage Frame

KitPloit - PenTest Tools!-- """ What is this register used for? Hmm.. I'll just rename it to veryuniquename, do a textual search, and find all references! Ok.. Waiting for the search to end.. any minute now.. Done! Now I just need to understand which of the search result is relevant to the current usage frame … Continue reading Oregami – IDA Plugins And Scripts For Analyzing Register Usage Frame

NTLMRawUnHide – A Python3 Script Designed To Parse Network Packet Capture Files And Extract NTLMv2 Hashes In A Crackable Format

KitPloit - PenTest Tools!-- NTLMRawUnhide.py is a Python3 script designed to parse network packet capture files and extract NTLMv2 hashes in a crackable format. The tool was developed to extract NTLMv2 hashes from files generated by native Windows binaries like NETSH.EXE and PKTMON.EXE without conversion. The following binary network packet capture formats are supported: *.pcap … Continue reading NTLMRawUnHide – A Python3 Script Designed To Parse Network Packet Capture Files And Extract NTLMv2 Hashes In A Crackable Format

MalwareSourceCode – Collection Of Malware Source Code For A Variety Of Platforms In An Array Of Different Programming Languages

KitPloit - PenTest Tools!-- Malware Source Code Collection !!! DISCLAIMER !!! We do not take any responsibility for any damage done by the code in this repository. Download, compile or run at your own risk Contents: This repository contains the source code for the following: .├── Acad├── Engines│   ├── BAT│   ├── Linux│   ├── VBS│   └── … Continue reading MalwareSourceCode – Collection Of Malware Source Code For A Variety Of Platforms In An Array Of Different Programming Languages

Pwndoc – Pentest Report Generator

KitPloit - PenTest Tools!-- PwnDoc is a pentest reporting application making it simple and easy to write your findings and generate a customizable Docx report. The main goal is to have more time to Pwn and less time to Doc by mutualizing data like vulnerabilities between users.Documentation Installation Data Vulnerabilities Audits Templating Features Multiple Language … Continue reading Pwndoc – Pentest Report Generator

PatchChecker – Web-based Check For Windows Privesc Vulnerabilities

KitPloit - PenTest Tools!-- This is the code base for the service running on: https://patchchecker.com. In short, PatchChecker is a web application (running on flask) that provides output similar to that of Watson. However by using PatchChecker, one is not required to execute a binary on the target machine. Included in this project is also … Continue reading PatchChecker – Web-based Check For Windows Privesc Vulnerabilities

Apk-Medit – Memory Search And Patch Tool On Debuggable Apk Without Root & Ndk

KitPloit - PenTest Tools!-- Apk-medit is a memory search and patch tool for debuggable apk without root & ndk. It was created for mobile game security testing.Motivation Memory modification is the easiest way to cheat in games, it is one of the items to be checked in the security test. There are also cheat tools … Continue reading Apk-Medit – Memory Search And Patch Tool On Debuggable Apk Without Root & Ndk