Lucene search
+L

27265 matches found

Kitploit
Kitploit
added 2026/09/19 4:04 a.m.11 views

wifipumpkin3

Wifipumpkin3 강력한 불량 액세스 포인트 공격 프레임워크. 개요 wifipumpkin3 는 Python으로 작성된 강력한 불량 액세스 포인트 공격 프레임워크로, 보안 연구자, 레드 팀원 및 리버스 엔지니어가 무선 네트워크를 설정하여 중간자 공격을 수행할 수 있게 해줍니다. 주요 기능 불량 액세스 포인트 공격 중간자 공격 인증 해제 공격 모듈 추가 캡티브플라스크 템플릿 모듈 불량 DNS 서버 캡티브 포털 공격 captiveflask 웹 트래픽 을 가로채기 , 검사, 수정 및 재전송 WiFi 네트워크 스캔 DNS 모니터링...

6AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/19 3:31 a.m.10 views

Inveigh

Inveigh Inveigh は、ペネトレーションテスター向けのクロスプラットフォーム .NET IPv4/IPv6 中間者攻撃ツールです。このリポジトリには、主要な C バージョンと、従来の PowerShell バージョンの両方が含まれています。 概要 Inveigh は、パケットスニッフィングとプロトコル固有のリスナー/ソケットの両方を介して、なりすまし攻撃とハッシュ/資格情報のキャプチャを実行します。このツールのオリジナルの PowerShell バージョンの基礎となったパケットスニッフィング方式には、次のような利点があります。 Windows の SMB サービスを介した S...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/19 3:22 a.m.23 views

pythem

pythem - Penetration Testing Framework pythem is a multi-purpose pentest framework written in Python. It has been developed to be used by security researchers and security professionals. The tool intended to be used only for acts within the law. I am not liable for any undue and unlawful act...

5.9AI score
SaveExploits0References52
Kitploit
Kitploit
added 2026/09/19 3:17 a.m.11 views

cuddlephish

CuddlePhish ペネトレーションテスター向けの、多ユーザー対応ブラウザ・イン・ザ・ミドル(BitM)攻撃ツールです。この攻撃は、多くの高価値ウェブアプリケーションで多要素認証をバイパスするために使用できます。セッショントークンを使用しないアプリケーションでも機能するため、従来のトークン窃取攻撃では悪用できなかったアプリケーションにも対応します。これはソーシャルエンジニアリングツールであり、ターゲットサービスの技術的な欠陥を悪用するものではありません。 QuickStart(クイックスタート) このツールは専用のウェブサーバーです。Debian...

5.6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/19 2:18 a.m.13 views

dolos_cloak

Dolos Cloak Dolos Cloak es un script en Python diseñado para ayudar a los probadores de penetración de red y red teams a evadir soluciones 802.1x mediante un ataque de intermediario avanzado. La herramienta puede aprovechar la conexión por cable de un dispositivo víctima que ya está autorizado en...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 1:33 a.m.12 views

StreamDivert

StreamDivert StreamDivertは、システム上の受信および送信ネットワーク接続をman-in-the-middle(中間者攻撃)またはリレーするツールです。たとえば、すべての着信SMB接続をポート445から別のサーバーにリレーしたり、特定の送信元IPセットからの特定の着信SMB接続のみを別のサーバーにリレーしたりできます。まとめると、StreamDivertは以下のことができます。 特定のポートへの着信接続すべてを別の宛先にリレーする。 特定の送信元IPから特定のポートへの着信接続を別の宛先にリレーする。 着信接続をSOCKS4/5サーバーにリレーする。...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/19 1:19 a.m.9 views

CVE-2016-6271

CVE-2016-6271 CVE-2016-6271は、Belledonne Communicationsが開発したZRTPライブラリであるlibbzrtpに影響を及ぼします。 このライブラリはエンドユーザーアプリケーション、例えばlinphoneに組み込まれており、linphoneはPlayストアのAndroidアプリとして利用可能です。現在のバージョン3.2.7は、CVE-2016-6271に対して脆弱でない バージョンのlibbzrtpを組み込んでいます。 TLDR; 脆弱なZRTPエージェントのビルド cd vulnerable-bzrtp && docker build -t...

7.5CVSS7.4AI score0.02232EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/19 12:42 a.m.11 views

evilginx2

Evilginx 3.0 Evilginx は、ログイン認証情報とセッションクッキーをフィッシングするために使用される中間者攻撃フレームワークであり、これにより2要素認証の保護を回避できます。 このツールは、2017年にリリースされた Evilginx の後継です。以前のバージョンではカスタムバージョンのnginx HTTPサーバーを使用して中間者機能を提供し、ブラウザとフィッシング対象のWebサイトの間でプロキシとして動作していました。...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/19 12:05 a.m.10 views

mitm

mitm ARPスプーフィングを介してDNSスプーフィングを実行する、シンプルかつ効果的なpython3スクリプト インストール root@kitploit: adam@paradise:$ git clone https://github.com/blackeko/mitm/ adam@paradise:$ cd mitm adam@paradise:$ pip3 install -r requirements.txt adam@paradise:$ sudo python3 mitm.py デモ 結果 その他 エンタープライズデジタルインフラストラクチャプロジェクト...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 11:44 p.m.36 views

netzob

=========================================================== Netzob : Protocol Reverse Engineering, Modeling and Fuzzing .. image:: https://img.shields.io/badge/Python-3-brightgreen.svg :target: https://github.com/netzob/netzob :alt: Python3 See complete documentation here:...

5.7AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/18 9:34 p.m.9 views

CVE-2021-3773

🇮🇱 BringThemHome NeverAgainIsNow 🇮🇱 私たちは、テロ組織ハマスに人質として拘束されているすべての市民の安全な帰還を求めます。すべての人質が解放され、無事に帰宅するまで、私たちは休むことはありません。あなたも彼らを家に連れ戻す手助けができます。https://stories.bringthemhomenow.net/ 🚀 Port Shadow Exploit CVE-2021-3773 🚀 説明 このスクリプトは、NATにNetfilterを使用するOpenVPNサーバーにおける「Port...

9.8CVSS7AI score0.05279EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/18 9:07 p.m.19 views

infernal-twin

Infernal-Wireless v3 リリース3 Kali Linux 2018での互換性と改善 ワイヤレススキャンの視覚的表現を追加 デバイスが要求したSSIDごとのプローブリクエストとマップの視覚的表現を追加 MACアドレスマッピングを更新 プローブリクエストデバイスにMACアドレスマッピングを追加 WPA2 PSK(提供された認証情報を使用)に対するEvil Twin攻撃 自動ワイヤレススキャンウィザードの開発テスト MiTMの改善とMetasploitとの統合 ワイヤレスネットワーク上のソーシャルエンジニアリングの側面を改善 ワイヤレススキャン結果にビーコン信号を追加...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 8:45 p.m.189 views

libsrtp

Introduction to libSRTP This package provides an implementation of the Secure Real-time Transport Protocol SRTP, the Universal Security Transform UST, and a supporting cryptographic kernel. The SRTP API is documented in include/srtp.h, and the library is in libsrtp2.a after compilation. This...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/18 7:51 p.m.17 views

sslsplit

SSLsplit - 透過的なSSL/TLS傍受 https://www.roe.ch/SSLsplit 概要 SSLsplitは、SSL/TLS暗号化ネットワーク接続に対する中間者攻撃のためのツールです。ネットワークフォレンジック、アプリケーションセキュリティ分析、ペネトレーションテストに役立つことを目的としています。...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 7:51 p.m.28 views

sslsplit

SSLsplit - transparent SSL/TLS interception https://www.roe.ch/SSLsplit Overview SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS encrypted network connections. It is intended to be useful for network forensics, application security analysis and penetration testing. SSLsplit is...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 7:29 p.m.13 views

pretender

pretender リレー攻撃のためのMitM相棒。DHCPv6 DNSテイクオーバー、mDNS、LLMNR、NetBIOS-NSスプーフィングを備えています pretenderは、RedTeam Pentestingによって開発されたツールで、偽装されたローカル名前解決とDHCPv6...

6.2AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/18 6:26 p.m.612 views

pyrdp

PyRDP PyRDP is a Python Remote Desktop Protocol RDP Monster-in-the-Middle MITM tool and library. It features a few tools: RDP Monster-in-the-Middle Logs plaintext credentials or NetNTLM hashes used when connecting Steals data copied to the clipboard Saves a copy of the files transferred over the...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 5:00 p.m.8 views

MITMer

MITMer このツールは以下のことができます: 特定のホストまたはLAN上の全ホストに対するMITM攻撃。 攻撃対象ホストのHTTPおよびDNSのアクティビティを表示。 特定のWebサイトに対するDNSクエリを遮断し、あなたのPCにリダイレクトします。 そのWebサイトを偽のページに変換し、あなたのPCでホストします。 依存関係: python2 scapy python2-nfqueue 使用例: 全ホストを攻撃し、HTTPトラフィックを表示。www.somewebsite.comの偽ページを作成: root@kitploit: sudo ./mitmer.py -http...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 4:28 p.m.15 views

amt_auth_bypass_poc

Intel AMT 認証バイパスの例 これは、CVE-2017-5689 脆弱性の悪用を実証する Proof-of-Concept コードです。 これは本質的に、Authorization ヘッダーの "response" フィールドを単純に空にする mitmproxy スクリプトです。 使用例: root@kitploit: mitmdump -p 8080 -dd --no-http2 -s blankauthresponse.py...

10CVSS7.7AI score0.92189EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/18 3:54 p.m.11 views

CVE-2024-42657

CVE-2024-42657 CVE-2024-42657 wishnet Nepstech Wifi Router NTPL-XPON1GFEVN v1.0 における問題により、リモートの攻撃者がログインプロセス中の暗号化欠如を介して機密情報を取得できる可能性があります。 CVE-2024-42657: 概要: wishnet Nepstech Wifi Router NTPL-XPON1GFEVN v1.0...

7.5CVSS6AI score0.00481EPSS
SaveExploits0
Rows per page
Query Builder