GithubHelp home page GithubHelp logo

alexdevassy / blockchain-brute-forcer Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 3.0 165 KB

Node js Script which scans for open ports in network, establish connection with blockchain node and attempts to brute force user accounts

JavaScript 100.00%
ethereum javascript nodejs offsec pentesting web3

blockchain-brute-forcer's Introduction

Blockchain-Brute-Forcer

Node js Script which scans for open ports in network, establish connection with blockchain node and attempts to brute force user accounts.
There is no question on the security of underlying crypto in blockchain frameworks, but will crypto alone make blockchain systems secure? The DAO and Parity freeze hacks can be considered as two of the most famous hacks were attackers could abuse the logic of smart contracts in Ethereum. Blockchain_Brute_forcer.js is a demonstration that how Ethereum nodes with user accounts having weak passwords can be breached. I hope that people will feel motivated to contribute their own ideas and improvements.

Requirements

Tested In
Node js v12.10.0
npm 6.10.3
npm packages
Web3 ^1.2.1
colors ^1.4.0
ethereumjs-testrpc ^6.0.3
evilscan ^1.7.5 Brute Forcing Requirments
For brute forcing accounts, it is necessary to have a txt file which contains all the possible password candidates.
Example: rockyou.txt https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt
For genetrating dynamic wordlist of passwords, tools such as crunch https://tools.kali.org/password-attacks/crunch can be leveraged

Usage

  1. Install node js and npm
  2. Install required npm packages. Example: npm install package name
  3. Change IP address, port and path to file in script
  4. Finally it's time to brute force blockchain ... ! node Blockchain_Brute_Forcer.js

alt text

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.