Skip to content

sylveryte/mini-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Projects

OS

sh script to create html+css system report

How to run

  1. Read os/report.sh

NPL

distributed sha1 password cracker

How to run

tip: get sha1 code from here(make sure to use lenght of string 6 or less)

  1. from pc1 run master
    • syntax : python3 master.py [local ip addr] [port] [sha1 code]
    • eg : python3 master.py 192.168.1.105 9987 e5acb1a96e34cd7f263aada0b69aa58bdd722a03
  2. from pc2..n run slave
    • syntax : python3 slave.py [master ip addr] [master port]
    • eg : python3 slave.py 192.168.1.105 9987