Pierre
|
57bba9e700
|
Merge pull request #29 from ivre/dependabot/cargo/pnet-0.28.0
Update pnet requirement from 0.26.0 to 0.28.0
|
2022-01-02 12:28:50 +01:00 |
|
dependabot[bot]
|
294aa3ba3e
|
Update rand requirement from 0.7.3 to 0.8.4
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.7.3...0.8.4)
---
updated-dependencies:
- dependency-name: rand
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-01 22:09:24 +00:00 |
|
dependabot[bot]
|
cb5cba7a4d
|
Update pnet requirement from 0.26.0 to 0.28.0
Updates the requirements on [pnet](https://github.com/libpnet/libpnet) to permit the latest version.
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](https://github.com/libpnet/libpnet/compare/v0.26.0...v0.28.0)
---
updated-dependencies:
- dependency-name: pnet
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-01 22:09:19 +00:00 |
|
Pierre
|
0718e35c15
|
Merge pull request #26 from ivre/dependabot/cargo/itertools-0.10.3
Update itertools requirement from 0.9.0 to 0.10.3
|
2022-01-01 23:08:10 +01:00 |
|
Pierre
|
b068a2e617
|
Merge pull request #31 from ivre/fix-kill
Fix terminaison of processes in python test script
|
2022-01-01 18:16:46 +01:00 |
|
_Frky
|
e85f527ca6
|
Use SIGINT and remove unecessary terminate
|
2021-12-31 16:03:10 +01:00 |
|
Pierre
|
dab5cb737f
|
Merge pull request #30 from ivre/fix-finack
Fix FIN,ACK behaviour
|
2021-12-31 15:44:46 +01:00 |
|
_Frky
|
81e6100713
|
Fix terminaison of processes in python test script
|
2021-12-31 12:04:34 +01:00 |
|
_Frky
|
0749e23eea
|
Fix TCP FIN,ACK behaviour
|
2021-12-31 11:21:33 +01:00 |
|
_Frky
|
797c30ce91
|
Add unit tests for FIN,ACK packets
|
2021-12-31 11:14:15 +01:00 |
|
dependabot[bot]
|
d5c3fddc19
|
Update itertools requirement from 0.9.0 to 0.10.3
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.9.0...v0.10.3)
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-31 06:24:25 +00:00 |
|
_Frky
|
d29ee1553c
|
Merge pull request #25 from p-l-/enh-dependabot
Add a Dependabot config file
|
2021-12-31 07:23:33 +01:00 |
|
Pierre Lalet
|
0f742f4f2c
|
Add a Dependabot config file
|
2021-12-30 23:56:54 +01:00 |
|
_Frky
|
1874bc5d61
|
Merge pull request #19 from p-l-/enh-rpc
Proto/RPC: support RPC over UDP
|
2021-12-24 15:02:08 +01:00 |
|
Pierre Lalet
|
166f121d76
|
Proto/RPC: support RPC over UDP
|
2021-12-23 16:21:16 +01:00 |
|
Pierre
|
f28e0770f6
|
Merge pull request #23 from Frky/master
Clean a few commented lines
|
2021-12-23 15:19:54 +01:00 |
|
Pierre
|
ddfeb1461d
|
Merge pull request #22 from ivre/fix-http
Fix bug in HTTP FSM
|
2021-12-23 15:19:26 +01:00 |
|
_Frky
|
6f2f3226a4
|
Clean a few commented lines
|
2021-12-23 11:19:14 +01:00 |
|
_Frky
|
cffc94feb7
|
Fix bug in HTTP FSM
|
2021-12-23 11:06:48 +01:00 |
|
_Frky
|
a422f60a9a
|
Add test to emphasis bug in HTTP FSM
|
2021-12-23 11:03:40 +01:00 |
|
_Frky
|
54fede96a2
|
Merge pull request #16 from p-l-/enh-rpc
Add Unix RPC
|
2021-12-22 10:15:16 +01:00 |
|
Pierre Lalet
|
c70d9b3f1d
|
Test: add rpcinfo test for RPC
|
2021-12-22 09:54:02 +01:00 |
|
Pierre Lalet
|
5a52dcace7
|
Tests: add Nmap test for RPC
|
2021-12-22 09:54:02 +01:00 |
|
Pierre Lalet
|
37895f9528
|
Add Unix RPC
|
2021-12-22 09:54:02 +01:00 |
|
_Frky
|
122607190a
|
Merge pull request #17 from p-l-/enh-tests
Tests: use a veth pair of interfaces rather than a tap
|
2021-12-21 07:15:47 +01:00 |
|
Pierre Lalet
|
951b5a0ba0
|
Tests: use a veth pair of interfaces rather than a tap
This will allow the use of "regular" network tools and scanners (nc /
socat, Nmap, Masscan).
|
2021-12-19 18:45:45 +01:00 |
|
Pierre
|
719101110f
|
Merge pull request #15 from p-l-/doc
Initial documentation
|
2021-12-17 18:32:34 +01:00 |
|
_Frky
|
dfd35d233d
|
Review of usage.rst
|
2021-12-17 18:21:21 +01:00 |
|
Pierre Lalet
|
920a0a0768
|
Initial documentation
|
2021-12-17 17:05:50 +01:00 |
|
_Frky
|
c116c7bfdb
|
Move HTTP tests into a module
|
2021-12-16 22:40:54 +01:00 |
|
_Frky
|
dfb4707577
|
Merge pull request #9 from p-l-/add-ghost
Add Ghost RAT protocol
|
2021-12-16 22:22:39 +01:00 |
|
Pierre Lalet
|
c127fec54c
|
Add Ghost RAT protocol
|
2021-12-16 22:11:46 +01:00 |
|
_Frky
|
6da8a23ede
|
Merge pull request #12 from p-l-/enh-proto
Replace if / else if using a match
|
2021-12-16 20:25:02 +01:00 |
|
_Frky
|
af659e272b
|
Merge pull request #11 from p-l-/test-fmt
CI: check Rust format
|
2021-12-16 20:24:20 +01:00 |
|
Pierre Lalet
|
7427d28d52
|
Replace if / else if using a match
|
2021-12-16 02:00:40 +01:00 |
|
Pierre Lalet
|
e533b1ce25
|
CI: check Rust format
|
2021-12-16 01:14:43 +01:00 |
|
_Frky
|
5fb3481607
|
Merge pull request #10 from p-l-/tests-fix-ipv6-warn
Tests: fix IPv6 warnings from Scapy
|
2021-12-15 22:29:45 +01:00 |
|
Pierre Lalet
|
b5fb589361
|
Tests: fix IPv6 warnings from Scapy
|
2021-12-15 16:06:53 +01:00 |
|
_Frky
|
96b82bdce2
|
Merge pull request #8 from p-l-/tests-add-p0f
Tests: add p0f logs
|
2021-12-15 06:16:27 +01:00 |
|
Pierre Lalet
|
e65ce63e70
|
Tests: use OUTDIR config value
|
2021-12-13 19:32:48 +01:00 |
|
Pierre Lalet
|
ec8011a6e4
|
Tests: add p0f logs
|
2021-12-13 19:30:40 +01:00 |
|
Pierre
|
2163383613
|
Merge pull request #7 from 0xflotus/patch-1
fix: small typo errors
|
2021-12-11 11:08:22 +01:00 |
|
0xflotus
|
afe1619b9e
|
fix: small typo errors
|
2021-12-11 00:11:07 +01:00 |
|
_Frky
|
2c73d44923
|
Merge pull request #6 from p-l-/enh-tests
Tests: cosmetic changes
|
2021-12-09 16:03:15 +01:00 |
|
Pierre Lalet
|
d2054ffc05
|
Tests: remove hardcoded addresses
|
2021-12-09 15:57:19 +01:00 |
|
Pierre Lalet
|
05a739bdb1
|
Tests: find IVRE Zeek module location
|
2021-12-09 15:57:02 +01:00 |
|
_Frky
|
f010a38d17
|
Merge pull request #5 from p-l-/enh-clean-tests
Tests: clean Python code, add linting to CI
|
2021-12-09 15:33:57 +01:00 |
|
Pierre Lalet
|
6efcbbbf59
|
Tests: add Zeek to get passiverecon logs
|
2021-12-09 15:11:36 +01:00 |
|
Pierre Lalet
|
1619261ebf
|
Tests: update addr to use a real network address
|
2021-12-09 15:01:47 +01:00 |
|
Pierre Lalet
|
db75ffb9c5
|
Tests: fix TCP seq #
|
2021-12-09 14:52:15 +01:00 |
|