SaferMobile / JaykBox

Smartphone (Android now) tools for network filtering and surveillance testing
https://lab.safermobile.org/wiki
3 stars 1 forks source link

Logging Loop Issue #10

Closed djhalliday closed 13 years ago

djhalliday commented 13 years ago

Looks like SMStester is logging false positives (that aren't actually being sent). For instance if the keywords.txt file consists of: foo bar baz qux

Then SMStester will log the following: sent: foo sent: foo sent: bar sent: foo sent: bar sent: baz sent: foo sent: bar sent: baz sent: qux

djhalliday commented 13 years ago

More info - it looks as though this is done by the app on the correct delay interval, so there may be some salvageable log data. To update the example above, if the time delay interval were set to 6000ms (6 seconds), it would be: 0:00:00 - first message sent (foo); log info: sent: foo 0:00:06 - second message sent (bar); log info: sent: foo sent: bar 0:00:12 - third message sent (baz); log info: sent: foo sent: bar sent: baz 0:00:18 - fourth message sent (qux); log info: sent: foo sent: bar sent: baz sent: qux

n8fr8 commented 13 years ago

now fixed over in SMSTester - yay!