Post
Topic
Board Project Development
Re: Large Bitcoin Collider (Collision Finders Pool)
by
ryanc
on 17/04/2017, 16:21:42 UTC
Since I'm looking at the code anyway, I notice that there's a bunch of command execution using qx{} which IIRC is equivalent to backticks, and potentially vulnerable to shell injection. This should probably be replaced with `open` or `system`with arguments passed as an array.