Skip to content

KanakSasak/HTB-Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackTheBox Blockchain CTF Write-ups with Hardhat

This repository contains my solutions and write-ups for the HackTheBox Blockchain CTF challenges, developed and tested using the Hardhat Ethereum development environment.

Introduction

HackTheBox offers a variety of CTF challenges, and this repository focuses on the Blockchain category. Each challenge involves exploiting vulnerabilities or understanding the intricacies of blockchain-based applications. This repository uses Hardhat to streamline the development, testing, and exploit of these solutions.

Challenges

Below are the challenges I've completed:

Installation

  • Run the Hardhat network
  npx hardhat node
  • Deploy and test the solutions on the Hardhat network:
  npx hardhat run scripts/<ctf case>.js --network localhost

Authors