Michel Oosterhof

Results 134 comments of Michel Oosterhof

I would put it in as an output plugin. Like [output_asn] or something, not in the main code, to keep it separated. Updates for the ASN files would be a...

You don't need a separate log file. Look at `src/cowrie/output/virustotal.py` and how it inserts events with `eventid='cowrie.virustotal.scanurl'`. This way you can write to the log file and even have your...

Commands starting with `sudo` require the users normal passwords. Commands starting with `su` require the root password (or another user if you are switching to that) @VoIP 's request was...

There's maybe another way to do this, Cowrie has the support for multiple levels of shells. So that means you can actually put an extra HoneypotShell on the commands stack,...

You can use "textlog" as an output, as documented in cowrie.cfg.dist: ``` # Text output # This writes audit log entries to a text file # # Format can be:...

Yeah. The problem is the normal log contains both the audit entries and the system entries. Internally the same logging framework is used for both messages. To get what you...

Yeah I removed it, because I thought it didn't work? It was something I hacked together and never properly tested! It's nice ot hear it actually works, I could actually...

Hi! I recommend you run on python3 instead of python2!

Non-ASCII error should be fixed in https://github.com/cowrie/cowrie/pull/1410

Confirmed! I see the same behavior.