Building-Hacking-Tools-From-Scratch

How to run Password Spraying Tool

Step 1: Run Back End

cd TargetMachine/backend
npm install
node server.js

Step 2: Run Front End

cd TargetMachine
npm install
npm run dev

Step 3: Run Password Spraying

cd PasswordSprayingTool
python3 PasswordSprayingTool/password_spraying.py