Lucene search
+L

117 matches found

Kitploit
Kitploit
added 2026/08/30 5:23 p.m.3 views

batchfuscate

batchfuscate 一个简单高效的脚本,让您的批处理载荷无法被检测。 要求: root@kitploit: 1. 必须在 Windows 和 Linux 上安装 python3 2. pip install termcolor pip install pystyle pip install tqdm pip install colorama pip install requests 安装:- root@kitploit: 1. 克隆仓库 2. pip install -r requirements.txt 3. python3 bat.py 使用方法: root@kitploit:...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 3:35 p.m.4 views

avet

反病毒逃避工具 AVET 因技术发展和时间限制不再继续开发。 AVET 是一款反病毒逃避工具,旨在让渗透测试人员的工作更轻松,并用于实验反病毒逃避技术以及恶意软件使用的其他方法。 关于 v2.4 的新功能以及过往版本更新的概览,请查看 CHANGELOG 文件。 目录 安装 Docker AVET 简易方式 AVET 常规方式 文档( 点击展开 ) 数据检索方法 加密与编码 沙箱逃逸 附加命令执行 辅助工具 AVET 与 Metasploit psexec 对抗样本 更多 部分特性 当运行由 msfpayload 等工具生成的 .exe 文件时,该文件通常会被杀毒软件识别 AVET...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 2:59 p.m.4 views

kwetza

Introducción Por Chris Le Roy @brompwnie [email protected] Kwetza es una herramienta que permite infectar una aplicación Android existente con un payload de Meterpreter. ¿Qué hace? Kwetza infecta una aplicación Android existente con plantillas de payload personalizadas o predeterminadas para...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/30 2:01 p.m.4 views

Chimera

Chimera 是一个(炫酷且非常 hack-ish)的 PowerShell 混淆脚本,旨在绕过 AMSI 和防病毒解决方案。它能消化已知会触发防病毒软件的恶意 PS1 脚本,并通过字符串替换和变量拼接来规避常见的检测签名。 Chimera 是为这篇教程创建的,并且是进一步证明绕过检测签名是多么轻而易举的事。希望这个仓库能激励某人构建出更强大、更可靠的东西。 Chimera 的工作原理... 下面是 Nishang 的 Invoke-PowerShellTcp.ps1 的片段,位于 nishang/Shells。VirusTotal 报告该 PS1 脚本有 25 个检测。...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/08/30 1:52 p.m.3 views

Armor

Armor Armor es un script Bash simple diseñado para crear payloads cifrados de macOS capaces de evadir escáneres antivirus. A continuación, se muestra un ejemplo en gif de Armor siendo utilizado con un payload Netcat simple. Se inicia un listener Netcat en el puerto 4444. El archivo "payload.txt" ...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 1:27 p.m.3 views

PhantomEvasion

PHANTOM EVASION 3.0 Phantom-Evasion 是一款用 Python 编写的防病毒绕过工具(兼容 Python 和 Python3),即使使用最常见的 x86 msfvenom 载荷,也能生成(几乎)完全免杀的可执行文件。 以下操作系统官方支持自动安装: 1. Kali Linux 2. Parrot Security 以下操作系统可能支持自动安装,但需要手动安装 metasploit-framework: 1. OSX(已在 Catalina 上测试) 2. Ubuntu 3. Linux Mint 4. Elementary 5. Deepin 6. 其他...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/30 12:12 p.m.2 views

ZSC

OWASP ZSC 本软件旨在挑战反病毒技术、研究新的加密方法,并保护包含重要数据的敏感开源文件。贡献者及OWASP基金会不对任何非法使用行为负责。 OWASP ZSC 是一款用 Python 编写的开源软件,可让您生成自定义 shellcode 并将脚本转换为混淆脚本。该软件可在 Windows/Linux/OSX 系统上通过 Python 运行。 OWASP 页面:https://www.owasp.org/index.php/OWASPZSCToolProject 文档:https://www.gitbook.com/book/ali-razmjoo/owasp-zsc/detai...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/30 9:03 a.m.28 views

pe_to_shellcode

petoshellcode Converts PE so that it can be then injected just like a normal shellcode. At the same time, the output file remains to be a valid PE. Supports both 32 and 64 bit PEs Authors:@hasherezade & @hh86 Objective The goal of this project is to provide a possibility to generate PE files that...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/30 8:58 a.m.3 views

hershell

Hershell 用 Go 编写的简单 TCP 反向 Shell。 它使用 TLS 来保护通信,并提供了证书公钥指纹固定功能,以防止流量拦截。 支持的操作系统: Windows Linux Mac OS FreeBSD 及其衍生版本 为什么? 尽管 meterpreter 载荷很强大,但它们有时会被杀毒软件检测到。 本项目的目标是获得一个简单的反向 shell,可以在多个系统上工作。 如何实现? 由于它是用 Go 编写的,您可以为所需架构交叉编译源代码。 入门与依赖 由于这是一个 Go 项目,您需要遵循官方文档来设置您的 Golang 环境(包括 $GOPATH 环境变量)。 然后,只需...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/30 6:43 a.m.5 views

AVBypass

绕过杀毒软件保护 要求 已安装 golang 用法 root@kitploit: 1 - create your payload go run create.go e.g: go run create.go 1.1.1.1 443 SecRetkira https://www.youtube.com/watch?v=Rv4VzpGCEEM 2 - in output folder you will find shell.go compile it go build shell.go 3 - now you have exe file to execute run netcat 4 - y...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 5:15 a.m.4 views

fudshell

fudshell 一款高效的脚本,用于生成红队所需的FUD持久反向Shell。请勿将生成的载荷上传至VirusTotal 警告: root@kitploit: 请勿将任何载荷上传至VirusTotal。如果被检测到,请告知我, 我会更新载荷。 如果需要Cobalt Strike规避方案,请通过Telegram联系我:@R0ot1337 使用方法: root@kitploit: 1. 输入LHOST(你的IP地址) 2. 输入LPORT(你的端口) 3. 生成PowerShell载荷后。 4. 使用netcat监听(nc -lvnp 你在LPORT中指定的端口) 安装:...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 4:39 a.m.4 views

TheFatRat

TheFatRat Una Herramienta Masiva de Explotación TheFatRat es una herramienta de explotación que compila un malware con un payload famoso, y luego el malware compilado puede ejecutarse en Linux, Windows, Mac y Android. proporciona una forma fácil de crear backdoors y payloads que pueden eludir la...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/30 4:01 a.m.26 views

foolav

foolav Executable compiled with this code is useful during penetration tests where there is a need to execute some payload meterpreter maybe? while being certain that it will not be detected by antivirus software. The only requirement is to be able to upload two files: binary executable and paylo...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/29 9:59 p.m.146 views

xencrypt

Xencrypt PowerShell crypter v 1.0 Authors Xentropy @SamuelAnttila SecForce @SECFORCELTD If you want to read about the design behind this tool and how to make your own crypter, there's an article I wrote about it here: Write a crypter in any language Note Don't be a script kiddie, I made this GPLv...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/29 8:15 p.m.3 views

ASWCrypter

Benvenuti nello script ASWCrypter v1.0 100% FUD Uno script Bash&Python per generare payload che bypassano tutti gli antivirus finora FUD ; . PER FAVORE NON CARICARE IL BACKDOOR SU WWW.VIRUSTOTAL.COM 23/08/2018 Importante Questa versione è solo per test, in futuro aggiornerò ASWCrypter per generar...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/29 8:06 p.m.3 views

avcleaner

avcleaner C/C++-Quellcode-Verschleierung zur Antiviren-Umgehung Blogbeiträge Die Implementierung ist recht komplex und dieser Bereich der Softwareentwicklung wird selten in verständlicher Sprache dokumentiert. Deshalb gibt es Blogbeiträge, die jede Designentscheidung im Detail erläutern und auf d...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 9:48 p.m.2 views

yetAnotherObfuscator

yetAnotherObfuscator Uno strumento di offuscamento in C in grado di bypassare Windows Defender. Ho creato questo strumento principalmente come pretesto per imparare di più su C e su come funzionano gli offuscatori. Questa è una versione alpha , quindi aspettatevi qualche bel bug. Utilizzo: Trasci...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 3:43 a.m.3 views

Phantom-Evasion

PHANTOM EVASION 3.0 Phantom-Evasion é uma ferramenta de evasão de antivírus escrita em Python compatível com Python e Python3 capaz de gerar executáveis quase totalmente indetectáveis, mesmo com os payloads x86 mais comuns do msfvenom. Os seguintes SOs suportam configuração automática oficialment...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/27 6:49 a.m.4 views

EDRKiller

EDRKiller cve-2026-36425 を使用して EDR を無効化、360 も無効化可能 360 セキュリティや火绒安全(Huorong Security)を含む、あらゆるアンチウイルスプロセスを無効化します。 ドライバの脆弱性を悪用してプロセス操作を行い、NT 関数を介してドライバを登録しています。隠蔽機能は実装されていません。Clang でコンパイルされており、静的アンチウイルス検出を回避できます。 ドライバの脆弱性を悪用してプロセス操作を行い、NT 関数を介してドライバを登録しています。 隠蔽機能は実装されていません。Clang...

6.5CVSS5.5AI score0.00422EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/27 4:12 a.m.4 views

CVE-2012-4681-Armoring

CVE-2012-4681-Armoring 概述 一项针对 CVE-2012-4681 的手动抗病毒规避装甲实验,灵感来源于 http://security-obscurity.blogspot.com/2012/11/java-exploit-code-obfuscation-and.html。 基础利用代码: http://pastie.org/4594319 截至2014年9月26日和2016年8月2日的检测结果...

10CVSS9AI score0.98536EPSS
SaveExploits11
Rows per page
Query Builder