Commit Graph

2031 Commits

Author SHA1 Message Date
Michel Oosterhof 53288f91c0 prompt fix for Py3 telnet 2018-07-15 15:00:00 +04:00
Michel Oosterhof e6be0beff7 Py3 fix for nobanner 2018-07-15 14:57:44 +04:00
Michel Oosterhof 0364d9d1c7 Same interactive timeout on telnet 2018-07-15 14:55:58 +04:00
Michel Oosterhof d957bff867 rename loginTime->startTime. Interactive timeout. Fix str/bytes 2018-07-15 14:53:45 +04:00
Michel Oosterhof 948e9b8780 same timeout for telnet auth 2018-07-15 14:44:51 +04:00
Michel Oosterhof 5aab2a797f configurable authentication timeout 2018-07-15 14:41:27 +04:00
Michel Oosterhof 9d3fb5a657 string/bytes fixes for scp 2018-07-15 14:24:45 +04:00
Michel Oosterhof 29afc1227e write sessionid to textlog 2018-07-15 14:17:01 +04:00
Michel Oosterhof 01b60f1e44 remove unused tests. rewrite len() tests. 2018-07-15 14:14:32 +04:00
Michel Oosterhof 4e420d9a74 to make parsing work better on py3.6 externalize wordchar additions 2018-07-15 14:06:32 +04:00
Michel Oosterhof 683271e91f renumber. more grep test 2018-07-15 13:45:04 +04:00
Michel Oosterhof 372e04ab17 test9, grep from file 2018-07-15 13:41:58 +04:00
Michel Oosterhof f049877cca grep working 2018-07-15 13:39:40 +04:00
Michel Oosterhof e5a7600b31 working echo tests 2018-07-15 13:29:46 +04:00
Michel Oosterhof db6b235f3c Fix E265 2018-07-14 11:10:28 +00:00
Michel Oosterhof afcafa4c97 more echo tests. Found bug 2018-07-14 11:05:40 +00:00
Michel Oosterhof 772c3191f3 add shortname so can be executed from any path 2018-07-14 10:46:18 +00:00
Michel Oosterhof 162c9049a4 extra error message if not found 2018-07-14 10:36:43 +00:00
Michel Oosterhof f660a591d0 string->bytes 2018-07-14 10:09:05 +00:00
Michel Oosterhof d9456d01de comment out invalid test 2018-07-14 10:08:51 +00:00
Michel Oosterhof 720cbd5065 typo 2018-07-13 13:55:08 +04:00
Michel Oosterhof 8ed94c1d03 FileNotFound 2018-07-13 13:51:50 +04:00
Michel Oosterhof d737ca8c36 Fix F405 2018-07-13 13:44:32 +04:00
Michel Oosterhof 0286511ef1 Fix E226 2018-07-13 13:40:39 +04:00
Michel Oosterhof dbde8dbf21 Fix W293 2018-07-13 13:39:57 +04:00
BS a6fa01c1fb Update sqlite3.sql (#812)
correct syntax error
2018-07-13 01:26:48 +04:00
Zimer 8bb0f2d935 Documenting the usage of multiple_endpoints (#813) 2018-07-13 01:26:22 +04:00
Michel Oosterhof f13efb8f66 make dd output bytes 2018-07-11 23:50:25 +04:00
Michel Oosterhof 058a5fb7c2 use find, not index 2018-07-11 23:45:41 +04:00
Michel Oosterhof bb450d7ff9 update slack link 2018-07-11 13:25:21 +04:00
Michel Oosterhof cca6bb17b7 remove debug statement 2018-07-11 13:20:39 +04:00
Michel Oosterhof e09648460d imports at the top 2018-07-11 13:17:25 +04:00
Zimer 405baa5657 Fixing output.py bug (#810)
Bug Fix - fixing a bug that caused some eventids to be ignored by output.py.
2018-07-11 12:38:34 +04:00
Michel Oosterhof 5438fd6a73 Fix #805 2018-07-11 12:36:37 +04:00
Michel Oosterhof 1db627b7f8 Add 'do' and 'done' as nop commands 2018-07-11 12:32:19 +04:00
Michel Oosterhof e96b0dd969 Fix #808 2018-07-11 12:30:33 +04:00
Michel Oosterhof 6513ab966c trusty -> xenial 2018-07-08 18:14:46 +00:00
Michel Oosterhof 62f16f4e43 flake8 2018-07-08 17:58:29 +00:00
Michel Oosterhof e4582fb91b don't need exceptions import 2018-07-08 16:52:19 +00:00
Michel Oosterhof bf9ff8d943 tests for echo 2018-07-08 16:49:32 +00:00
Michel Oosterhof 0bb1c5d8c4 exception for iterator 2018-07-08 17:54:11 +04:00
Michel Oosterhof a88e2775b2 session support 2018-07-08 17:47:22 +04:00
Michel Oosterhof 6d30a30936 update 2018-07-08 16:39:54 +04:00
Michel Oosterhof 46d4c23c09
str/bytes conversions to make tests work on Py3. (#806)
* move the conversion from bytes-string-bytes
2018-07-08 16:38:05 +04:00
Michel Oosterhof aa2a84fe04 Update issue templates 2018-07-08 16:37:08 +04:00
Michel Oosterhof af9ac92ba5 refactor command in seperate file 2018-07-08 12:47:35 +04:00
Michel Oosterhof b4c4ca54d3 Load virtual environment from $COWRIEDIR/.. 2018-07-08 12:02:43 +04:00
Michel Oosterhof 2b9b47fb07 add +x bit 2018-07-07 18:16:02 +00:00
Michel Oosterhof 6ac0de34c0 add .dist setting, remove process.py, move json 2018-07-07 18:11:32 +00:00
Dave Germiquet 8daa497136 Added changable process listing. (#787)
* Fixed merge conflict changes

* Implemented dynamic processing from snapshots of systems

* Fixed formatting

Add process in server.py

Added Process into its own class instead of config.
Load in the server class

* Fix formatting

* Update config.py

* Update server.py

* Update server.py

* Update process.py

* Update server.py

* Update base.py

* Update base.py

* Update base.py

* Update protocol.py
2018-07-07 22:07:12 +04:00