huuck / ADBHoney

Low interaction honeypot designed for Android Debug Bridge over TCP/IP
GNU General Public License v3.0
158 stars 33 forks source link

Separate the "<<<<" and ">>>>" lines into a separate log file #10

Closed bontchev closed 5 years ago

bontchev commented 5 years ago

Currently these lines, while useful for debugging what is actually happening, clutter the log file and it is hard to see what the attacker is really doing. I propose that these are written to a separate .log file (the creation of which should be optional and controlled by the config file), while the main report is in JSON format. See also issues #2 and #7.

bontchev commented 5 years ago

Implemented the behavior we have discussed in pull request #22.

huuck commented 5 years ago

Looks good, closing