Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 535 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 535 Bytes

Distributed Systems - RMI Attack

Work of Distributed Systems. It is a Master-Slave architecture for a Brute force dictionary attack, using RMI for:

  • Many computers try a group of candidate keys
  • Linux and Windows can interact

How to Execute

  • Start in a machine the Master, it will await
  • In the same or other machines Start the Slaves, whom will have to be given the IP addres of the Master
  • After all the slaves have been started, press enter in the master to start the attack

@by Alexsander Ramos da Silva