10-20-2020, 05:10 PM
I have a small web server in AWS running the Hashtopolis server instance.
My agents are on various machines around the world. At least one of my wordlists is 22GB+.
I'm looking for a way to have this file already included in my image and the server verify its existence, rather than push it.
--debug
{'action': 'getFile', 'token': 'xxxxx', 'taskId': 41, 'file': 'top2billion.txt'}
http://www.hash-server.com:80 "POST /api/server.php HTTP/1.1" 200 155
b'{"action":"getFile","filename":"top2billion.txt","extension":"txt","response":"SUCCESS","url":"getFile.php?file=8&token=xxxxxx","filesize":2286876
This puts the "top2billiob.txt" file in /home/cracking-agent/files/top2billion.txt
If I already have this file there, it appears to want to overwrite it.
Is there a workaround or a method to avoid sending 20GB+ to every agent?
My agents are on various machines around the world. At least one of my wordlists is 22GB+.
I'm looking for a way to have this file already included in my image and the server verify its existence, rather than push it.
--debug
{'action': 'getFile', 'token': 'xxxxx', 'taskId': 41, 'file': 'top2billion.txt'}
http://www.hash-server.com:80 "POST /api/server.php HTTP/1.1" 200 155
b'{"action":"getFile","filename":"top2billion.txt","extension":"txt","response":"SUCCESS","url":"getFile.php?file=8&token=xxxxxx","filesize":2286876
This puts the "top2billiob.txt" file in /home/cracking-agent/files/top2billion.txt
If I already have this file there, it appears to want to overwrite it.
Is there a workaround or a method to avoid sending 20GB+ to every agent?