Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Yeniden giriş atağı ile ilgili örnek akıllı kontratlar

Notifications You must be signed in to change notification settings

SCDEVSTR/yeniden-giris-atagi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yeniden Giriş (Re-entrancy) Atağı

Bu proje, iki temel staking smart contract'ı (bunlardan biri yeniden giriş saldırısına açık) ve bir atak (saldırı) smart contract'ı içerir. Test dosyası, güvenlik önemini gösterir.

Yerel Olarak Çalıştırma Bu projeyi kullanmaya başlamak için, bu repo'yu klonlayın ve aşağıdaki komutları terminalinizde çalıştırın:

Projeyi klonlayın

  git clone https://github.com/SCDEVSTR/yeniden-giris-atagi.git

Proje dizinine gidin

  cd yeniden-giris-atagi

Bağımlılıkları yükleyin

  yarn install

Test edin

  npx hardhat test test/Attack.js

Benzer bir çıktı görmelisiniz.

  Re-entrancy Attack
User1 deposited 5 ETH to VulnerableStaking.
User2 deposited 5 ETH to VulnerableStaking.
VulnerableStaking has 10 ETH now.
Attacker will attack to VulnerableStaking now.
ETH balance of Staking Contract is 0.0
    ✔ Should hack vulnerable staking contract
User1 deposited 5 ETH to SafeStaking.
User2 deposited 5 ETH to SafeStaking.
SafeStaking has 10 ETH now.
Attacker will attack to VulnerableStaking now.
ETH balance of Staking Contract is 10.0
    ✔ Should NOT hack safe staking contract

  2 passing

test/Attack.js dosyasını kontrol edip değiştirerek farklı senaryolar deneyebilirsiniz.

About

Yeniden giriş atağı ile ilgili örnek akıllı kontratlar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published