08-19-2021, 10:29 PM
Hi guys!
10.9.0.1 - server
10.9.0.11 - Linux agent
10.9.0.10 - Win agent
I enable multicast on server and Linux agent.
Agent:
![[Image: 1629411090659.png]](https://psc.d0br0.ru/1629411090659.png)
Server:
![[Image: 1629411449834.png]](https://psc.d0br0.ru/1629411449834.png)
Win agent starts downloading the file immediately. Linux-waiting for something (below is the debug):
How do I understand what the problem is?
- 0.12.0 commit 2be8530 branch master
- Python agent v0.6.1
- Hashcat v6.2.3
- #HL# -a 0 -O -w 4 iam_11.txt
10.9.0.1 - server
10.9.0.11 - Linux agent
10.9.0.10 - Win agent
I enable multicast on server and Linux agent.
Agent:
![[Image: 1629411090659.png]](https://psc.d0br0.ru/1629411090659.png)
Server:
![[Image: 1629411449834.png]](https://psc.d0br0.ru/1629411449834.png)
Win agent starts downloading the file immediately. Linux-waiting for something (below is the debug):
Code:
http://hashcat.sitename.com:80 "POST /api/server.php HTTP/1.1" 200 None
b'{"action":"downloadBinary","response":"SUCCESS","url":"https:\\/\\/hashcat.net\\/files\\/hashcat-6.2.3.7z","name":"hashcat","executable":"hashcat.bin"}'
{'action': 'getFile', 'token': 'n5XEFSwLld', 'taskId': 31, 'file': 'iam_11.txt'}
http://hashcat.sitename.com:80 "POST /api/server.php HTTP/1.1" 200 None
b'{"action":"getFile","filename":"iam_11.txt","extension":"txt","response":"SUCCESS","url":"getFile.php?file=9&token=n5XEFSwLld","filesize":1128963450}'
Multicast is enabled, need to wait until it was delivered!
How do I understand what the problem is?