03-21-2014, 11:56 AM
Just want to show you agent screenshot:
Note how the last Update in previous chunk completes AFTER the hashcat subprocess has actually exited. That's because these HTTP uploads are asynchronous, so you don't have to wait for them to complete in order to continue working, separating the hashcat control thread from the server communication.
Note how the last Update in previous chunk completes AFTER the hashcat subprocess has actually exited. That's because these HTTP uploads are asynchronous, so you don't have to wait for them to complete in order to continue working, separating the hashcat control thread from the server communication.