Skip to content

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

Notifications You must be signed in to change notification settings

alexdevassy/Blockchain-Brute-Forcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published