1069 matches found
ChameleonMini
Chameleon-Mini This is the official repository of ChameleonMini, a freely programmable, portable tool for NFC security analysis that can emulate and clone contactless cards, read RFID tags and sniff/log RF data. Thanks to over 1700 backers from our Kickstarter project, the current Revision G has...
ChameleonUltra
ChameleonUltra Authorized Distributors Lyon, France: Lab401 Santa Ana, United States: Hackerwarehouse Hastings, UK: KSEC Montreal, Canada: TechSecurityTools Shenzhen, China: Sneaktechnology Guangdong, China: MTools Tec Lazada One, Singapore: Aliexpress by RRG What is it and how to use ? Read the...
habu
Habu Hacking Toolkit I'm developing Habu to teach and learn some concepts about Python and Network Hacking. Some techniques implemented in the current version are: ARP Poisoning and Sniffing DHCP Discover and Starvation Subdomains Identification Certificate Cloning TCP Analysis ISN, Flags Usernam...
CVE-2024-23298.app
PoC for CVE-2024-23298 Just open Xcode 15.2 and clone this project...
PhEmail
PhEmail PhEmail is a python open source phishing email tool that automates the process of sending phishing emails as part of a social engineering test. The main purpose of PhEmail is to send a bunch of phishing emails and prove who clicked on them without attempting to exploit the web browser or...
Cooper
Cooper, noun, a maker or repairer of casks and barrels It's a "fish in a barrel" joke. I enjoy puns! A Python tool for ingesting HTML and producing HTML source suitable for phishing campaigns. Cooper simplifies the process of cloning a target website or email for use in a phishing campaign. Just...
MifareClassicTool
MIFARE Classic Tool MCT An Android NFC app for reading, writing, analyzing, etc. MIFARE Classic RFID tags. Read this information in other languages: English 简体中文 正體中文 Helpful links: MIFARE Classic Tool Donate Version on Google Play Screenshots Help & Info/User Manual Additional stuff Documentatio...
gattacker
A Node.js package for BLE Bluetooth Low Energy Man-in-the-Middle & more. Prerequisites see: https://github.com/sandeepmistry/noble https://github.com/sandeepmistry/bleno Install root@kitploit: npm install gattacker Usage Configure Running both components Set up variables in config.env:...
SocialFish
SocialFish v3.0 现代动态钓鱼工具包 SocialFish v3.0 带来了克隆现代登录页面、捕获 Cookie 以及通过实时操作面板拦截 2FA 验证码的强大新功能。 🆕 v3.0 新增内容 Playwright 浏览器自动化 — 克隆现代 JS 密集的登录页面 完整 Cookie 捕获与分析 — 详细的元数据、安全属性、认证令牌 模板系统 — 保存并跨多个受害者复用克隆 实时 OTP 拦截面板 — 实时 2FA 验证码捕获与注入 MITM 反向代理 — ngrok/cloudflared 隧道,自动安装 6 种克隆模式 — 仅登录、仅 Cookie 或完整捕获 多步登录...
CreateHiddenAccount
CreateHiddenAccount 创建隐藏账号 中文 | EN Tool Introduction There are two common ways to create a hidden account. One is to add the $ sign directly after the user name to create it, and the other is to use the registry to clone the user to create. . So I wondered if I could implement the process of...
mip22
mip22 mip22 v3.3 mip22 是一个高级钓鱼工具 83 个默认网站,通过手动方法克隆任何网站,通过自定义方法添加任何网站,用子域名遮盖链接,URL 缩短器,查看凭据时的音频通知,背景音乐等...... 该程序仅供教育目的,用于了解钓鱼方法的工作原理。 禁止任何不必要的使用,制造商对任何人的非法使用不承担任何责任。 使用该工具风险自负,请避免任何草率的行为。 安装说明 在 Gnu/Linux 操作系统上的安装。 在终端中 root@kitploit: sudo su root@kitploit: git clone...
sharingan
Sharingan Sharingan is a recon multitool for offensive security / bug bounty WIP, will I ever finish? Who knows Cloning for development Outside of your gopath git clone https://github.com/leobeosab/sharingan Installing go get github.com/leobeosab/sharingan/cmd/sharingancli Dependencies NMap Go...
chlonium
Chlonium Chlonium 是一款用于克隆 Chromium Cookie 的应用程序。 从 Chromium 80 及更高版本开始,Cookie 使用 AES-256 GCM 加密,并使用存储在 Local State 文件中的状态密钥。该状态密钥通过 DPAPI 加密。这与旧版本不同,旧版本使用 DPAPI 对 Cookie 数据库中的每个 Cookie 项进行单独加密。这意味着,如果你拥有状态密钥,就可以随时离线解密 Cookie 数据库,无需持续访问 DPAPI 密钥。 这实际上使 Cookie...
chlonium
Chlonium Chlonium is an application designed for cloning Chromium Cookies. From Chromium 80 and upwards, cookies are encrypted using AES-256 GCM, with a state key which is stored in the Local State file. This state key is encrypted using DPAPI. This is a change from older versions, which used DPA...
uaf-2023-28205
CVE-2023-28205: Apple WebKit Use-After-Free Vulnerability This vulnerability affects Apple WebKit and can be exploited through maliciously crafted web content, potentially allowing arbitrary code execution in the context of the WebKit process. The affected WebKit build analyzed in this repository...
cve-2020-27955
cve-2020-27955 cve-2020-27955 Reproduction 1. Create a GitHub repository 2. git clone https://github.com/attacker/poc.git . 3. echo calc.exe git.cmd 4. git lfs track “.dat” 5. echo “Junk” large.dat 6. git add -A 7. git commit -m “POC” 8. git push -u origin master -f...
snare
SNARE 超级下一代高级响应式蜜罐 关于 SNARE 是一个 Web 应用蜜罐传感器,可吸引来自互联网的各种恶意行为。 文档 文档可在此处找到。 基本概念 表面优先。专注于攻击面生成。 传感器与主控。轻量级收集器(SNARE)与中央决策器(tanner)。 开始使用 你需要 Python 3.6 来运行 SNARE 本工具已在最新的基于 Ubuntu 的 Linux 上测试通过。 设置步骤 1. 获取 SNARE:git clone https://github.com/mushorg/snare.git 并 cd snare 2. 可选 创建虚拟环境:python3 -m venv...
CVE-2026-46331
CVE-2026-46331 - "pedit COW" Vulnerability Assessment & Mitigation Guide This repository contains basic administrative tools to check exposure and apply temporary mitigations against the local privilege escalation vulnerability CVE-2026-46331 known as "pedit COW" in the Linux kernel. Repository...