Updated default status message to be posted
[pwnitter] / pwnitter.py
index 3efd967..4d661fd 100755 (executable)
@@ -13,7 +13,7 @@ import gobject
 import select
 import subprocess
 
-status = 'I browsed twitter insecurely on #fossdotin  and all I got was this lousy tweet.'
+status = 'I browsed twitter insecurely, got #pwned and all I got was this lousy tweet.'
 
 def usage(): 
     print >>sys.stderr, 'Usage: %s [-i device]' % sys.argv[0]