Jason Trost

Results 5 comments of Jason Trost

This is how we do it for shockpot: https://github.com/threatstream/shockpot/blob/master/commands.py. We just grabbed a bunch of example exploit attempts and made sure that we covered most of them. The bad guys...

i think a tornado branch in the main repo may make sense as long as the changes are too drastic. if they are, then a new repo may make more...

Yeah if this can live in a separate module this seems like a great addition. Thanks @tristeng

Try this conn.scan(table)[:5] Or itertools.islice(conn.scan(table), 0, 4)

At the time of this project's creation the thrift proxy was only included in 1.5.0-SNAPSHOT. Now that 1.5 has been released we should be able to drop the snapshot.