Lucene search
+L

139 matches found

Kitploit
Kitploit
added 2026/09/14 6:07 p.m.56 views

idacode

IDACode IDACode makes it easy to execute and debug Python scripts in your IDA environment without leaving Visual Studio Code. The VS Code extension can be found on the marketplace. IDACode is still in a very early state and bugs are to be expected. Please open a new issue if you encounter any...

6.4AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/14 5:06 p.m.10 views

WP-CVE-2023-32243

WP-CVE-2023-32243 Cómo usar 1. Asegúrate de tener instaladas las dependencias: root@kitploit: pip install requests 2. Ejecuta el script con el archivo de lista de objetivos: root@kitploit: python2 file.py ⚠️ Aviso legal Este repositorio fue creado solo con fines de investigación de seguridad y...

9.8CVSS8.4AI score0.75531EPSS
SaveExploits8References1
Kitploit
Kitploit
added 2026/09/14 2:40 p.m.32 views

hsecscan

hsecscan A security scanner for HTTP response headers. Requirements Python 2.x Python Modules os.path argparse sqlite3 urlparse urllib2 urllib json ssl Install root@kitploit: $ pip install hsecscan Usage root@kitploit: $ hsecscan usage: hsecscan.py -h -P -p -H Header -u URL -R -i -U User-Agent -D...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 9:47 a.m.7 views

pyc2

pyc2 用 Python2 编写的简单 C2,用于演示安全概念。使用 ICMP 回声请求和回复来交换 Base64 编码的命令和回复。视频解释了一些安全概念和实现决策:https://www.youtube.com/watch?v=DHrEn7oK9vQ 需要 scapy(pip install scapy) 在客户端计算机上,在 c2config.py 文件中输入 C2 IP 地址。 commandlist.client id 应该是命令列表,每行一个命令,就像在 CLI 中输入一样。使用 echo commandlist 向文件添加新命令: echo "cat /etc/passw...

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

CNVD-2020-10487-Bulk-verification

CNVD-2020-10487CVE-2020-1938 Script de verificación por lotes Script por lotes basado en el archivo POC de @YDHCUI. Admite verificación en lote y capturas de pantalla automáticas para facilitar la revisión. 1. Preparación del entorno Para el entorno virtual, use conda para instalarlo busque por s...

9.8CVSS7.6AI score0.9927EPSS
SaveExploits51
Kitploit
Kitploit
added 2026/09/14 7:32 a.m.10 views

Lazymux

Lazymux Lazymux ツールインストーラーは非常に使いやすく、怠け者な Termux ユーザーのために提供されています。多数のハッキングツールとペネトレーションテストツールの膨大なリストを備えています! 注意: このプロジェクトの悪用については私は責任を負いません。 スクリーンショット 必要条件 • Linux 環境 • Python 2.x • git インストールと Lazymux の使用方法 root@kitploit: git clone https://github.com/Gameye98/Lazymux cd Lazymux python2 lazymux.py...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 6:11 a.m.9 views

LaZagneForensic

LaZagne プロジェクト !!! 説明 LaZagne プロジェクト が帰ってきました !!! LaZagne は、 CryptUnprotectData という内部 Windows 関数を使用してユーザーパスワードを復号します。この API は被害ユーザーセッション上で呼び出す必要があり、そうでなければ動作しません。コンピュータが起動していない場合(オフラインでマウントされたディスク上で分析を行う場合)、またはリモートホストにバイナリをドロップしたくない場合、パスワードを取得できません。 この問題を回避するために LaZagneForensic が作成されました。この作業は主に、...

6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/14 5:46 a.m.10 views

ctftools

CTFツールデータベース Twitter: @hydr0nium 依存関係: sudo apt install python2 インストール: git clone https://github.com/white-hood/ctftools.git cp .ctftools cd /bin ln -s ctftools /path/to/ctftools.py 使い方: ./ctftools | 通常使用 ./ctftools --remove | データベースからツールを削除 ./ctftools --add | データベースにツールを追加 ./ctftools --help |...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 4:05 a.m.8 views

telnet-iot-honeypot

免責事項 このプロジェクトはもうサポートも開発もされていません。Python2に基づいており、2020年にEOLに達し、時間とともにインストールが困難になる依存関係を使用しています。自己責任で使用してください! Telnet IoT ハニーポット 'ボットネットのバイナリを捕獲するためのPython telnetハニーポット' このプロジェクトは、インターネット上のtelnetサーバーで恐ろしく安全でないデフォルトパスワードを介して拡散するIoTマルウェアのハニーポットとして機能するPython telnetサーバーを実装しています。 ハニーポットは、Cowrie...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 1:31 a.m.80 views

adidnsdump

Active Directory Integrated DNS dump tool By default any user in Active Directory can enumerate all DNS records in the Domain or Forest DNS zones, similar to a zone transfer. This tool enables enumeration and exporting of all DNS records in the zone for recon purposes of internal networks. For mo...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 1:08 a.m.9 views

shellcode2assembly

ShellcodeToAssembly shellcodetoasm.py 内のシェルコードを置き換えてください。 エンディアンタイプはリトルエンディアンです。 root@kitploit: shellcode = '' インストール git clone https://github.com/blacknbunny/ShellcodeToAssembly.git && cd ShellcodeToAssembly/ && pip2 install -r requirements.txt && python2 shellcodetoasm.py モジュールの手動インストール pip...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 10:42 p.m.5 views

CVE-2021-3156

CVE 2021-3156 如何利用(python2) root@kitploit: $ python pwn.py 概念验证(POC): https://youtu.be/pJFaF7yx0 参考: https://www.kalmarunionen.dk/writeups/sudo/exploitation...

7.8CVSS7.4AI score0.99969EPSS
SaveExploits83
Kitploit
Kitploit
added 2026/09/13 10:41 p.m.8 views

Xerror

Xerror Xerrorは自動化されたペネトレーションツールで、セキュリティ専門家や非専門家がペネトレーションテストのタスクを自動化するのに役立ちます。Xerrorはすべてのテストを実行し、最後に役員向けとアナリスト向けの2つのレポートを生成します。 Xerrorは、使いやすいGUIのメニュー駆動型オプションを提供します。内部的には、脆弱性スキャンにOpenVAS、エクスプロイトにMetasploitをサポートし、エクスプロイト成功後にはMeterpreterセッションなどのGUIベースのオプションを提供します。主にPythonで構築されています。...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 8:02 p.m.7 views

Optiva-Framework

Optiva-Framework 🕵️ Webアプリケーションスキャナ 💉 Author : Joker-Security dev-labs ✔️ 説明 : このフレームワークは、あなたのウェブサイトの脆弱性を発見してセキュリティをチェックするために使用できます。また、dorkによるSQLインジェクションの管理者パネル検索、情報収集、ハッシュの暗号化にも使用できます。 ✔️ 機能 : 情報モジュール : ポートスキャナ Whoisルックアップ リバースIPドメインルックアップ HTTPヘッダードメインルックアップ Iplocator IP地理位置情報取得 ハッシュモジュール : Md5...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 5:28 p.m.5 views

dicerosbicornis

DicerosBicornis 一个基于Python的隐蔽Windows后门,使用电子邮件作为命令与控制服务器。 需求 Python 2.x PyCrypto module WMI module Enum34 module Netifaces module pypiwin32 module 特性 加密传输消息 AES + SHA256 哈希 使用系统信息/特征生成计算机唯一ID SHA256哈希 任务ID是随机的SHA256哈希 获取系统信息 获取地理位置信息(城市、国家、纬度、经度等) 获取运行进程/系统服务/系统用户/设备(硬件) 获取客户端列表 执行系统命令 从客户端下载文件...

6.4AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 3:42 a.m.56 views

celerystalk

celerystalk celerystalk helps you automate your network scanning/enumeration process with asynchronous jobs aka tasks while retaining full control of which tools you want to run. Interactive Demo: Bug Bounty Mode HackerOne Interactive Demo: Vulnerability Assessment / PenTest Mode Retired...

5.8AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/11 3:41 a.m.8 views

HoneyPy

HoneyPy 🍯 低対話型ハニーポットであり、中対話型ハニーポットとしても機能する能力を持っています。 プロジェクトの状態: 現在は活発に開発されていません。 リポジトリは、HoneyPyを使用したり貢献したい人のために残されます。 代わりにhoneydb-agentの使用をお勧めします: https://honeydb-agent-docs.readthedocs.io/ 説明 HoneyPyはPython2で書かれており、以下の点で簡単になるように設計されています: インストールとデプロイ プラグインとロガーによる拡張 カスタム設定での実行 QuickStart Guide...

5.9AI score
SaveExploits0
SUSE Linux
SUSE Linux
added 2026/09/09 1:23 p.m.6 views

Security update for python-pip

This update for python-pip fixes the following issue: Fixed patch for CVE-2026-1703 to work with python2 where os.path.commonpath doesn't exists bsc1257599 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

3.1CVSS0.00405EPSS
SaveExploits1References4
Kitploit
Kitploit
added 2026/09/09 1:13 p.m.8 views

CVE-2026-31431-exploit_py2_py3

CVE-2026-31431-exploitpy2py3 A CVE-2026-31431 script compatible with both Python 2 and Python 3 Usage: python2/3 exploitpy2py3.py escalate Reference from: https://github.com/Sndav/CVE-2026-31431-Advanced-Exploit...

7.8CVSS6.5AI score0.99907EPSS
SaveExploits242References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2019-8136

Malware in sbrugna...

6.1CVSS7.4AI score0.03513EPSS
SaveExploits0References19
Rows per page
Query Builder