927 matches found
impacket
Impacket Copyright Fortra, LLC and its affiliated companies. All rights reserved. Impacket was originally created by SecureAuth, and now maintained by Fortra's Core Security. Impacket is a collection of Python classes for working with network protocols. Impacket is focused on providing low-level...
wxpath
wxpath - declarative web graph traversal with XPath NEW: TUI - Interactive terminal interface powered by Textual for testing wxpath expressions and exporting data. Install Requires Python 3.10+. root@kitploit: pip install wxpath For TUI support: pip install "wxpathtui" Immediately launch the TUI...
sqlsure
sqlsure AI writes your SQL. sqlsure makes sure it's right. A query can be perfectly valid, run without error, and return a number that's silently wrong — revenue double-counted by a join, an average summed, a patient identifier exposed. Databases don't catch this. Linters don't catch this. LLMs...
taser
Taser TASER Testing and Security Resource is an abstraction library used to simplify the process of creating offensive security tooling. The various protocols and classes help streamline development of custom tooling during engagements. The examples directory contains a number of scripts...
badsecrets
badsecrets A pure python library for identifying the use of known or very weak cryptographic secrets across a variety of platforms. The project is designed to be both a repository of various "known secrets" for example, ASP.NET machine keys found in examples in tutorials, and to provide a...
py-amsi
py-amsi py-amsi is a library that scans strings or files for malware using the Windows Antimalware Scan Interface AMSI API. AMSI is an interface native to Windows that allows applications to ask the antivirus installed on the system to analyse a file/string. AMSI is not tied to Windows Defender...
pyshark
pyshark Python wrapper for tshark, allowing python packet parsing using wireshark dissectors. Extended documentation: http://kiminewt.github.io/pyshark Looking for contributors - for various reasons I have a hard time finding time to maintain and enhance the package at the moment. Any...
wappalyzer-next
Wappalyzer Next This project is a command line tool and python library that uses the Wappalyzer browser extension and its fingerprints to detect technologies. Other projects that emerged after the discontinuation of the official open-source project are using outdated fingerprints and lack accurac...
aco-prompt-shield
aco-prompt-shield 🛡️ Stop prompt injection attacks before they reach your LLM — zero API costs, runs entirely locally, integrates in 2 minutes. Prompt injection is the 1 security risk for LLM applications. aco-prompt-shield catches known jailbreak patterns, understands semantic intent via ML, and...
pypacker
一般情報 これはPypacker:Python向けの最速かつ最もシンプルな低レベルパケット操作ライブラリです。 以下の使用例を参照して、何ができるかを確認してください。 このプロジェクトを支援したい場合は、PayPal経由で できます。 Pypackerでできること キーワードまたは生バイトからカスタムパケットを作成し、Pythonでデータを読み取り/変更: examples/createpackets.py pcapファイルからのパケット読み取り/書き込み(Wireshark/tcpdump pcap形式のみ対応): examples/pcapreadwrite.py...
bof
BOF BOF Boiboite Opener Framework is a testing framework for field protocols implementations and devices. It is a Python 3.6+ library that provides means to send, receive, create, parse and manipulate frames from supported protocols. The library currently provides discovery and extended testing...
[SECURITY] Fedora 43 Update: GitPython-3.1.61-1.fc43
GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. It provides abstractions of git objects for easy access of repository data, a nd additionally allows you to access the git repository more directly using eith er a...
CVE-2021-31800
Impacket SECUREAUTH LABS。版权所有 C 2022 SecureAuth Corporation。保留所有权利。 Impacket 是一个用于处理网络协议的 Python 类集合。Impacket 专注于提供对数据包的低级编程访问,并且对于某些协议(例如 SMB1-3 和 MSRPC),还提供了协议实现本身。数据包可以从头构建,也可以从原始数据解析,面向对象的 API 使得处理深层协议层次结构变得简单。该库提供了一组工具,作为在该库上下文中可以实现的功能示例。 部分工具的描述可以在 SecureAuth Labs 的开源网站 上找到。 包含哪些协议? 以太网、Lin...
BruteLoops
BruteLoops A dead simple library providing the foundational logic for efficient password brute force attacks against authentication interfaces. Documentation Documentation can be found here. If you're looking for the old example modules... See BFG. The examples have been offloaded to a distinct...
getrails
GETRAILS OSINT と Dork ハッキングのライブラリで、Google、Duckduckgo、Torch で動作します。 気軽に貢献してください。 実行 root@kitploit: import getrails getrails.search'site:scanme.nmap.org' Try Google search if return error use Duckduckgo "http://scanme.nmap.org",... getrails.gogle"term" Searching Google getrails.goduck"term" Searchi...
sshtunnel
|CircleCI| |AppVeyor| |readthedocs| |coveralls| |version| |pyversions| |license| 作者 : Pahaz 仓库 : https://github.com/pahaz/sshtunnel/ 灵感来源于 https://github.com/jmagnusson/bgtunnel,但其在 Windows 上无法运行。 另见:https://github.com/paramiko/paramiko/blob/master/demos/forward.py 要求 paramiko 安装 sshtunnel 托管在 Py...
androguard
Androguard あなたのスマートフォンがpwnedされていると思いますか? IsMyPhonePwned を確認してください。 新しいツール: Goauld Linux/Android向け動的注入ツール Androguardの新しいバージョンはこちら: https://github.com/androguard/androguard/tree/ng インストール クイックインストール: root@kitploit: pip install androguard !IMPORTANT...
yaraast
yaraast Parse, analyze, and transform YARA rules with a Python AST toolkit Overview...
startpage-parser
startpage-parser analiza los resultados de búsqueda del motor de búsqueda startpage basado en los resultados de google.com puedes usarlo si necesitas obtener resultados sin que te baneen de Google INSTALACIÓN desde pip root@kitploit: $ pip install startpage-parser desde el código fuente...
tools-python
用于解析、验证和创建 SPDX 文档的 Python 库 CI 状态(Linux、macOS 和 Windows): 破坏性变更 v0.7 - v0.8 请注意,即将发布的 0.8 版本为迎接即将到来的 SPDX v3.0 版本进行了重大重构,导致 API 出现破坏性变更。 请参考 迁移指南 来更新您现有的代码。 v0.8 的主要特性包括: 针对 v2.2 和 v2.3 规范对 SPDX 文档进行全面验证 支持 SPDX 的 RDF 格式,并包含所有 v2.3 特性 对即将推出的 SPDX v3 规范的实验性支持。但请注意,目前该支持既不完整也不稳定,因为该规范仍在演进中。与 SPDX3...