1108 matches found
ghidra-evm
Ghidra EVM Module In the last few years, attacks on deployed smart contracts in the Ethereum blockchain have ended up in a significant amount of stolen funds due to programming mistakes. Since smart contracts, once compiled and deployed, are complex to modify and update different practitioners ha...
ghidra-evm
Ghidra EVM 模块 在过去几年中,针对以太坊区块链上已部署智能合约的攻击因编程错误导致大量资金被盗。由于智能合约一旦编译并部署后,修改和更新较为复杂,不同从业者建议在仅能获取以太坊虚拟机(EVM)字节码的区块链上审查其安全性。在这方面,通过反汇编和反编译进行逆向工程可能很有效。 ghidra-EVM 是一个用于智能合约逆向工程的 Ghidra 模块。它可用于从以太坊区块链下载以太坊虚拟机(EVM)字节码,并对智能合约进行反汇编和反编译。此外,它还能分析创建代码、查找合约方法并定位不安全的指令。...
WordPress WPSmartContracts <1.3.12 - SQL Injection
WordPress WPSmartContracts plugin before 1.3.12 contains a SQL injection vulnerability. The plugin does not properly sanitize and escape a parameter before using it in a SQL statement. An attacker with a role as low as author can possibly obtain sensitive information, modify data, and/or execute...
slither-mcp
Slither MCP Server A Model Context Protocol MCP server that provides static analysis capabilities for Solidity smart contracts using Slither. Overview This MCP server wraps Slither static analysis functionality, making it accessible through the Model Context Protocol. It can analyze Solidity...
slither
Slither, the smart contract static analyzer Join the Empire Hacking Slack - Discussions and Support Slither is a Solidity & Vyper static analysis framework written in Python3. It runs a suite of vulnerability detectors, prints visual information about contract details, and provides an API to...
web3-decoder
Web3 Decoder Web3 Decoder 是一个 Burp Suite 扩展,可帮助分析涉及 web3 智能合约的操作具体发生了什么。这主要是对以太坊节点以及其他兼容网络(如 Polygon、Arbitrum、BSC…)节点的 JSON-RPC 调用。 下载与安装 下载最新的扩展 JAR — 此链接始终提供最新版本: ⬇ web3-decoder.jar(最新版本) 旧版本可在发布页面获取。 然后在 Burp Suite 中加载: 1. 转到 扩展 → 已安装 → 添加 。 2. 将 扩展类型 设置为 Java ,然后选择下载的 web3-decoder.jar。 3. 单击...
caracal
Caracal Caracal is a static analyzer tool over the SIERRA representation for Starknet smart contracts. Features Detectors to detect vulnerable Cairo code Printers to report information Taint analysis Data flow analysis framework Easy to run in Scarb projects Installation Precompiled binaries...
ManticoreUI
============ Manticore UI .. image:: https://raw.githubusercontent.com/trailofbits/manticore/master/docs/images/manticore.png :width: 200px :align: center :alt: Manticore The Manticore User Interface MUI project provides a graphical user interface plugin for different disassemblers that allows...
BlockchainC2
BlockchainC2 BlockchainC2 是一个小型 POC 服务器/代理,用于评估攻击者如何利用区块链(特别是以太坊的智能合约功能)进行 C2 通信。 有关此应用程序的详细信息可在此处找到。 智能合约 此 POC 中使用的智能合约非常简单: root@kitploit: pragma solidity ^0.5.0; contract EventC2 address owner; event ServerDatabool f, bool enc, int seq, string agentID, string data; event ClientDatabool f, boo...
honeypotscan
支持开发 如果本项目对您的工作有帮助,请支持持续维护和新功能开发。 ETH 捐赠钱包 0x11282eE5726B3370c8B480e321b3B2aA13686582 扫描二维码或复制上方钱包地址。 🛡️ 蜜罐扫描器 HoneypotScan 购买前检查代币是否为骗局 免费、快速且精准的以太坊、Polygon 和 Arbitrum 智能合约蜜罐检测工具。 🍯 什么是蜜罐代币? 我们捕捉蜜罐。 蜜罐代币是一种旨在窃取您资金的恶意智能合约。它允许您自由买入代币,但当你试图卖出时——交易会失败。您的资金将被永远困住。 蜜罐的工作原理 骗子将隐藏逻辑嵌入代币的智能合约代码中: 卖出拦截器 ——...
C2-Blockchain
C2-Blockchain 这是一个基于以太坊智能合约实现C2(命令与控制)的概念验证,部署在Ropsten测试网上。 要了解更多关于如何制作此PoC的信息,请参考系列文章这里。 我们已经从区块链介绍到如何在Python上使用智能合约进行了全面讲解。 安装 注意:这只是一个概念验证,因此virus.py需要在目标服务器上安装web3,但这个限制可以通过用Go编写病毒来克服,这样攻击者可以将web3文件与病毒二进制文件直接链接。 pip3 install web3 使用方法:- python3 handler.py...
web3-decoder
Web3 Decoder Web3 Decoder 是一款 Burp Suite 扩展,用于分析区块链操作和智能合约交互。它处理针对以太坊及兼容网络(包括 Polygon、Arbitrum、BSC 等)的 JSON-RPC 调用。 区块浏览器 API 密钥 大多数受支持的区块浏览器(如 etherscan.io)都要求提供 API 密钥,以允许每 5 秒超过 1 次请求。 要添加您的 API 密钥,您有 2 种选择: 您可以通过修改 .apikeys.json 文件来添加 API 密钥 您可以添加与 APIKEYS.json 文件中同名的环境变量 例如:export...
Web3Bugs
Desmitificando Bugs Explotables en Contratos Inteligentes Este proyecto tiene como objetivo proporcionar un recurso valioso para desarrolladores Web3 y analistas de seguridad, facilitando su comprensión de los bugs explotables en contratos inteligentes. Realizamos un análisis exhaustivo de bugs...
manticore
⚠️ Project is archived ⚠️ This project is no longer internally developed and maintained. Manticore Manticore is a symbolic execution tool for the analysis of smart contracts and binaries. Features Program Exploration : Manticore can execute a program with symbolic inputs and explore all the...
SoliditySecurity
这是什么 这篇文章旨在作为一篇相对深入且最新的入门文章,详细介绍了 Solidity 开发者过去犯下的错误,以防止未来的开发者重蹈覆辙。 目录 1. 重入 漏洞 预防技术 真实世界示例:The DAO 2. 算术溢出/下溢 漏洞 预防技术 真实世界示例:PoWHC 和批量转账溢出(CVE-2018-10299) 3. 意外 Ether 漏洞 预防技术 真实世界示例:未知 4. Delegatecall 漏洞 预防技术 真实世界示例:Parity Multisig 钱包(第二次攻击) 5. 默认可见性 漏洞 预防技术 真实世界示例:Parity MultiSig 钱包(第一次攻击)...
GlacierCTF2023_writeups
Glacierctf 2023 Descripción Fecha del CTF: 24.11.2023 - 26.11.2023 Duración: 48 horas CTF Time: https://ctftime.org/event/1992 GlacierCTF 2023 fue la segunda edición del CTF estilo jeopardy organizado por LosFuzzys. El CTF incluyó desafíos en varias categorías, incluyendo pwn, rev, web, crypto,...
raptor
Raptor Raptor is a framework for auditing blockchain ecosystem contracts, protocols e.t.c. Overview Raptor provides structured approaches and tools for identifying security vulnerabilities in smart contracts and blockchain protocols. The framework helps auditors document findings consistently and...
CVE-2026-83479
Vulnerability in the Oracle Contracts product of Oracle E-Business Suite component: Internal Operations. Supported versions that are affected are 12.2.14-12.2.15. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle Contracts. Successfu...
CVE-2026-83482
Vulnerability in the Oracle Contracts product of Oracle E-Business Suite component: Internal Operations. Supported versions that are affected are 12.2.14-12.2.15. Easily exploitable vulnerability allows high privileged attacker with network access via HTTP to compromise Oracle Contracts. Successf...
CVE-2026-83481
Vulnerability in the Oracle Contracts product of Oracle E-Business Suite component: Internal Operations. Supported versions that are affected are 12.2.14-12.2.15. Easily exploitable vulnerability allows high privileged attacker with network access via HTTP to compromise Oracle Contracts. Successf...