KanakSasak / HTB-Blockchain

Hackthebox Blockchain Challenge Writeups

Home Page:https://app.hackthebox.com/challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hackthebox Blockchain Challenge Writeups

https://app.hackthebox.com/challenges


Languages

Language:JavaScript 78.1%Language:Solidity 21.9%