diff options
author | David Timber <mieabby@gmail.com> | 2020-08-30 21:30:46 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-08-30 21:30:46 +0930 |
commit | fbb4d5d648a8dc6dba9e33240bf66d82939e2880 (patch) | |
tree | a3ba1be81b7c5c5dcd2f64a5d50be1b969c1048d /src/data/proto-test/runcmd_outonly | |
parent | f36333b2c915ac7d9cf82e09ab5cb2a2f8296177 (diff) |
* Impl run_cmd
* Add prne_htbt_hover_t
* Add run_cmd test data
Diffstat (limited to 'src/data/proto-test/runcmd_outonly')
-rw-r--r-- | src/data/proto-test/runcmd_outonly | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/data/proto-test/runcmd_outonly b/src/data/proto-test/runcmd_outonly new file mode 100644 index 0000000..56e25c2 --- /dev/null +++ b/src/data/proto-test/runcmd_outonly @@ -0,0 +1,20 @@ +# msg id 0xA03, init +8A03 +# PRNE_HTBT_OP_RUN_CMD +05 + # args_len = 40 + 00 28 + # "/bin/dd" + 2f 62 69 6e 2f 64 64 00 + # "if=/dev/urandom" + 69 66 3d 2f 64 65 76 2f 75 72 61 6e 64 6f 6d 00 + # "bs=4096" + 62 73 3d 34 30 39 36 00 + # "count=4" + 63 6f 75 6e 74 3d 34 00 +# msg id 0xA03, init +8A03 +# PRNE_HTBT_OP_STDIO +08 + # stdio err = 0, fin = 1, len = 0 + 4000 |