Lucene search
+L

118 matches found

Kitploit
Kitploit
added 2026/09/03 4:01 p.m.3 views

Armor

Armor Armor 是一个简单的 Bash 脚本,旨在创建能够逃避杀毒软件检测的加密 macOS 有效载荷。以下是使用简单 Netcat 有效载荷运行 Armor 的示例 GIF。 在端口 4444 上启动一个 Netcat 监听器。读取 "payload.txt" 文件,其中包含一个简单的 Bash 单行命令,执行后将在目标 MacBook 和攻击者的 Netcat 监听器之间建立 TCP 连接。Armor 用于加密该 Bash 单行命令。Ncat 用于在攻击者的服务器上托管解密密钥。当在目标 MacBook 上执行跳板程序时(GIF 中未显示),Bash...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 2:48 p.m.4 views

PhantomEvasion

PHANTOM EVASION 3.0 Phantom-Evasion は、Python(Python および Python3 の両方に対応)で書かれたアンチウイルス回避ツールであり、最も一般的な x86 msfvenom ペイロードでも(ほぼ)完全に検出されない実行ファイルを生成できます。 以下の OS が自動セットアップを正式にサポートしています。 1. Kali Linux 2. Parrot Security 以下の OS は自動セットアップに対応する可能性が高いですが、metasploit-framework の手動インストールが必要です。 1. OSX(Catalina...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/03 1:51 p.m.4 views

Chimera

Chimeraは、AMSIやアンチウイルスソリューションをバイパスするために設計された(派手で非常にハックな)PowerShell難読化スクリプトです。AVをトリガーすることで知られる悪意のあるPS1を消化し、文字列置換と変数連結を使用して一般的な検出シグネチャを回避します。 Chimeraはこのwrite-upのために作成され、検出シグネチャをバイパスすることがいかに簡単であるかを示すさらなる証拠です。このリポジトリが誰かに堅牢で信頼性の高いものを作るきっかけとなることを願っています。 Chimeraの仕組み…...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/03 1:42 p.m.3 views

avcleaner

avcleaner アンチウイルス回避のためのC/C++ソース難読化ツール ブログ記事 実装はかなり複雑であり、ソフトウェア開発におけるこの分野は一般向けに文書化されることは稀です。そのため、各設計上の選択を詳細に説明し、LLVM APIを扱う際の注意点を解説したブログ記事が用意されています。 https://blog.scrt.ch/2020/06/19/engineering-antivirus-evasion/ https://blog.scrt.ch/2020/07/15/engineering-antivirus-evasion-part-ii/ ビルド...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 12:10 p.m.4 views

pycrypt

pycrypt Pythonベースのクリプターで、あらゆる種類のアンチウイルス製品をバイパス可能 注意: root@kitploit: スタブが検出された場合は、以下の難読化を使用してください:- 1. https://github.com/machine1337/fudcrypt 2. https://github.com/machine1337/pyobfuscate 重要: root@kitploit: 1. ペイロードファイルに必要なすべてのライブラリがインポートされており、有効なペイロードファイルであることを確認してください。 2...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 11:45 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日時点の結果...

10CVSS7.4AI score0.98536EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/03 11:01 a.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/09/03 8:37 a.m.3 views

hershell

Hershell Goで書かれたシンプルなTCPリバースシェルです。 TLSを使用して通信を保護し、証明書の公開鍵フィンガープリントピン留め機能を提供することで、トラフィックの傍受を防ぎます。 対応OS: Windows Linux Mac OS FreeBSDと派生OS なぜ? Meterpreterペイロードは優れていますが、AV製品に検出されることがあります。 このプロジェクトの目的は、複数のシステムで動作するシンプルなリバースシェルを提供することです。 どのように? Goで書かれているため、目的のアーキテクチャ向けにソースをクロスコンパイルできます。 はじめに & 依存関係...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/03 8:18 a.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/09/03 7:48 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 execut...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 7:43 a.m.4 views

fudshell

fudshell Red Teaming用のFUD持続的リバースシェルを生成する効率的なスクリプト。生成されたスタブをVirusTotalにアップロードしないでください。 警告: root@kitploit: ペイロードをVirusTotalにアップロードしないでください。もし検出された場合は、 お知らせください...スタブを更新します。 Cobalt Strikeの回避策が必要な場合は、Telegram: @R0ot1337 までDMしてください。 使用方法: root@kitploit: 1. LHOST(あなたのIP)を入力 2. LPORT(あなたのポート)を入力 3...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 6:48 a.m.9 views

gmailc2

gmailc2 root@kitploit: 完全検出不可能なC2サーバー。Google SMTPを介して通信し、アンチウイルス対策 およびネットワークトラフィック制限を回避します。 注意: root@kitploit: このRATはGmail SMTPを介して通信します(他のSMTPも使用可能ですが)。Gmail SMTPはほとんどの企業が未知のトラフィックをブロックするため有効であり、Gmailトラフィックはどこでも許可されています。 警告: root@kitploit: 1...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 3:14 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/09/02 11:58 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...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:36 p.m.6 views

ASWCrypter

ASWCrypter スクリプト v1.0 100% FUD へようこそ すべてのアンチウイルスをこれまでに回避するペイロードを生成するための Bash&Python スクリプト FUD ; 。 バックドアを WWW.VIRUSTOTAL.COM にアップロードしないでください 23/08/2018 重要 このバージョンはテスト用です。将来的には、Linux、Mac、Windows 用のペイロードを生成するように ASWCrypter を更新します。; 法的免責事項: 作者はこのツールの悪用に対する一切の責任を負いません。これは教育目的のみであることを忘れないでください。 必要条件 1-...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/02 11:09 p.m.4 views

TheFatRat

TheFatRat 大規模エクスプロイトツール TheFatRat は、有名なペイロードでマルウェアをコンパイルし、コンパイルされたマルウェアを Linux、Windows、Mac、Android 上で実行できるエクスプロイトツールです。TheFatRat は、ほとんどのアンチウイルスを回避できるバックドアやペイロードを簡単に作成する方法を提供します。 情報...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/02 9:51 p.m.6 views

kwetza

はじめに Chris Le Roy(@brompwnie)[email protected] 作 Kwetza は、既存の Android アプリケーションに Meterpreter ペイロードを感染させることを可能にするツールです。 機能 Kwetza は、カスタムまたはデフォルトのペイロードテンプレートを使用して既存の Android アプリケーションに感染させ、アンチウイルスによる検出を回避します。Kwetza を使用すると、ターゲットアプリケーションのデフォルト権限を使用して Android...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/02 8:45 p.m.6 views

EDRKiller

EDRKiller Usa cve-2026-36425 killer edr, puede eliminar 360 Elimina cualquier proceso antivirus, incluyendo, entre otros, 360 Security y Huorong Security. Estoy explotando una vulnerabilidad de driver para la manipulación de procesos, registrando el driver mediante funciones NT. No se implementa...

6.5CVSS6.1AI score0.00422EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/02 8:22 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.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 7:22 p.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
Rows per page
Query Builder