TheDAO is currently under attack and a counter-attack by spam has been suggested by Stephan Tual https://blog.slock.it/dao-security-advisory-live-updates-2a0a42a2d07b#.r3wg8cxlw
What does this code actually do?
for (var i = 0; i < 100; i++) {
eth.sendTransaction({from: eth.accounts[0], gas: 2300000,
gasPrice: web3.toWei(20, “shannon”),
data: “0x5b620186a05a131560135760016020526000565b600080601f600039601f565b6000f3”}) }
}
I figured that it sends 100 transactions from account 0 with some data. But what is that data and how does it help the DAO from getting drained?