Lucene search
+L

278 matches found

Kitploit
Kitploit
added 2026/09/12 1:22 a.m.10 views

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...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 12:54 a.m.106 views

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...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 11:08 p.m.149 views

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...

6AI score
SaveExploits0References34
Kitploit
Kitploit
added 2026/09/11 10:06 p.m.6 views

Web3Bugs

Demystifying Exploitable Bugs in Smart Contracts This project aims to provide a valuable resource for Web3 developers and security analysts by facilitating their understanding of exploitable bugs in smart contracts. We conduct a thorough analysis of exploitable bugs extracted from code4rena and...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 8:32 p.m.5 views

honeypotscan

Support Development If this project helps your work, support ongoing maintenance and new features. ETH Donation Wallet 0x11282eE5726B3370c8B480e321b3B2aA13686582 Scan the QR code or copy the wallet address above. 🛡️ HoneypotScan Check if a token is a scam before you buy Free, fast, and accurate...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 5:14 p.m.9 views

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. 单击...

5.9AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/11 12:38 p.m.6 views

BlockchainC2

BlockchainC2 BlockchainC2 is a small POC server/agent to assess how the Blockchain specifically Ethereum's Smart Contract functionality can be used by an attacker for C2. Details regarding this application can be found here. Smart Contract The Smart Contract used within this POC is quite simple:...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 10:59 a.m.34 views

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...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/11 5:38 a.m.6 views

C2-Blockchain

C2-Blockchain 这是一个基于以太坊智能合约实现C2(命令与控制)的概念验证,部署在Ropsten测试网上。 要了解更多关于如何制作此PoC的信息,请参考系列文章这里。 我们已经从区块链介绍到如何在Python上使用智能合约进行了全面讲解。 安装 注意:这只是一个概念验证,因此virus.py需要在目标服务器上安装web3,但这个限制可以通过用Go编写病毒来克服,这样攻击者可以将web3文件与病毒二进制文件直接链接。 pip3 install web3 使用方法:- python3 handler.py...

5.9AI score
SaveExploits0
Nuclei
Nuclei
added 2026/09/11 5:22 a.m.74 views

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...

8.8CVSS7.9AI score0.03768EPSS
SaveExploits2References5
Kitploit
Kitploit
added 2026/09/11 4:17 a.m.58 views

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...

6.5AI score
SaveExploits0References17
Kitploit
Kitploit
added 2026/09/11 1:55 a.m.8 views

SoliditySecurity

What's this This post aims to be a relatively in-depth and up-to-date introductory post detailing the past mistakes that have been made by Solidity developers in an effort to prevent future devs from repeating history. Table of Contents 1. Re-Entrancy The Vulnerability Preventative Techniques...

7.5CVSS7.4AI score0.02665EPSS
SaveExploits2References25
Kitploit
Kitploit
added 2026/09/11 1:28 a.m.14 views

ghidra-evm

Ghidra EVM モジュール 過去数年、イーサリアムブロックチェーンにデプロイされたスマートコントラクトへの攻撃により、プログラミングのミスによって多額の資金が盗難される結果となっています。スマートコントラクトは一度コンパイルされてデプロイされると、修正や更新が複雑であるため、多くの実務者が、イーサリアム仮想マシン(EVM)のバイトコードのみが利用可能なブロックチェーン上でそのセキュリティをレビューすることの重要性を提唱しています。この点において、逆アセンブルと逆コンパイルによるリバースエンジニアリングは効果的です。...

5.9AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/10 3:22 p.m.6 views

GlacierCTF2023_writeups

Glacierctf 2023 Description CTF date: 24.11.2023 - 26.11.2023 Duration: 48 hours CTF Time: https://ctftime.org/event/1992 GlacierCTF 2023 was the second edition of the jeopardy-style CTF organized by LosFuzzys. The CTF featured challenges in various categories, including pwn, rev, web, crypto,...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 11:46 a.m.8 views

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...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/06 12:53 a.m.13 views

web3-decoder

Web3 Decoder Web3 Decoder is a Burp Suite Extension designed for analyzing blockchain operations and smart contract interactions. It processes JSON-RPC calls to Ethereum and compatible networks including Polygon, Arbitrum, BSC, and others Block explorers API Keys Most block explorers supported,...

6AI score
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2026/09/01 12:00 a.m.8 views

Smart Contracts Claimed Vulnerable by the CVE Database, with Labels and Source Locations

The Common Vulnerabilities and Exposures CVE database catalogs vulnerability claims in hard- and software, among them those pertaining to blockchain programs a.k.a. smart contracts. We present CVE-Smart-Contracts, a curated dataset of CVE records up to July 2026 referring to Ethereum smart...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/05/05 12:00 a.m.22 views

Tailored Prompts, Targeted Protection: Vulnerability-Specific LLM Analysis for Smart Contracts

Smart contracts on blockchains are prone to diverse security vulnerabilities that can lead to significant financial losses due to their immutable nature. Existing detection approaches often lack flexibility across vulnerability types and rely heavily on manually crafted expert rules. In this pape...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/27 12:00 a.m.34 views

A Systematic Literature Review for Transformer-Based Software Vulnerability Detection

Context: Software vulnerabilities pose significant security threats to software systems, especially as software is increasingly used across many areas of daily life, including health, government, and finance. Recently, transformer-based models have demonstrated promising results in automatic...

5.5AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/15 12:00 a.m.16 views

V2E: Validating Smart Contract Vulnerabilities through Profit-Driven Exploit Generation and Execution

Smart contracts are a critical component of blockchain systems. Due to the large amount of digital assets carried by smart contracts, their security is of critical importance. Although numerous tools have been developed for detecting smart contract vulnerability, their effectiveness remains...

6AI score
SaveExploits0
Rows per page
Query Builder