Commit graph

165 commits

Author SHA1 Message Date
_Frky
a9da565785 Add Cargo.lock to repo 2022-10-05 08:33:32 +02:00
_Frky
b91ac120b9
Update README.md 2022-10-05 06:36:46 +02:00
Pierre
0f93e1309f
Merge pull request #69 from ivre/dependabot/cargo/pcap-0.11.0
Update pcap requirement from 0.10.0 to 0.11.0
2022-10-03 11:14:53 +02:00
dependabot[bot]
699f7572ef
Update pcap requirement from 0.10.0 to 0.11.0
Updates the requirements on [pcap](https://github.com/rust-pcap/pcap) to permit the latest version.
- [Release notes](https://github.com/rust-pcap/pcap/releases)
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: pcap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 01:18:14 +00:00
Pierre
2fb1bc699a
Merge pull request #68 from ivre/dependabot/cargo/clap-4.0.4
Update clap requirement from 3.1.12 to 4.0.4
2022-09-30 13:44:26 +02:00
Pierre Lalet
ce4ac2858d Fixes for clap v4
See https://github.com/clap-rs/clap/blob/master/CHANGELOG.md
2022-09-30 13:35:35 +02:00
dependabot[bot]
fdf95c63bb
Update clap requirement from 3.1.12 to 4.0.4
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.0...v4.0.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 00:31:34 +00:00
_Frky
15c0d9c8b0
Merge pull request #66 from ivre/fix-log
Fix bug in console logger for TCP/UDP
2022-09-21 14:40:02 +02:00
_Frky
8b24ab4f24 Fix bug in console logger for TCP/UDP 2022-09-21 14:32:23 +02:00
_Frky
3122d4e362
Merge pull request #64 from ivre/enh-quiet
Add quiet mode
2022-09-20 15:12:00 +02:00
_Frky
cc2457db67 Add quiet mode 2022-09-20 14:44:23 +02:00
Pierre
4df3d17626
Merge pull request #63 from ivre/enh-ip-from-cmd
Add option for list of IP addresses to bind in CLI
2022-09-19 10:05:01 +02:00
_Frky
26eeb73db7 Update test with new CLI options 2022-09-15 17:55:31 +02:00
_Frky
331aca3d21 Format code 2022-09-15 17:48:36 +02:00
_Frky
b65ed20c1a Update README 2022-09-15 17:47:06 +02:00
_Frky
726b5d2e87 Add option for list of IP to bind in command-line argument 2022-09-15 17:46:56 +02:00
_Frky
851a418add
Merge pull request #60 from p-l-/master
Update pnet requirement from 0.29.0 to 0.31.0
2022-08-25 09:40:36 +02:00
Pierre Lalet
a4e9db8ead Update pnet requirement from 0.29.0 to 0.31.0
Fixes #55
See <https://github.com/libpnet/libpnet/issues/572>
2022-08-25 08:49:40 +02:00
_Frky
64161228ed
Merge pull request #61 from p-l-/fix-ssh-output
Display data using safe byte2str()
2022-08-25 08:07:39 +02:00
Pierre Lalet
321b8813aa Display data using safe byte2str()
Regression from 87c95ff240 (#13)
2022-08-25 01:24:22 +02:00
_Frky
754232de9d
Merge pull request #59 from ivre/dependabot/cargo/pcap-0.10.0
Update pcap requirement from 0.9.1 to 0.10.0
2022-08-17 16:12:47 +02:00
dependabot[bot]
6a2b7e0666
Update pcap requirement from 0.9.1 to 0.10.0
Updates the requirements on [pcap](https://github.com/rust-pcap/pcap) to permit the latest version.
- [Release notes](https://github.com/rust-pcap/pcap/releases)
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/compare/v0.9.1...v0.9.2)

---
updated-dependencies:
- dependency-name: pcap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-17 00:37:20 +00:00
_Frky
cc26132081
Merge pull request #58 from Frky/master
Update readme
2022-08-05 10:16:25 +02:00
_Frky
2b2fcd8125 Update readme 2022-08-05 10:16:15 +02:00
Pierre
5d43397cf1
Merge pull request #13 from ivre/proto-ssh
Improve proto SSH
2022-08-04 23:41:14 +02:00
Pierre
b7dc26f288
Merge pull request #56 from ivre/enh-dns
Add support for DNS - Class IN Type A
2022-08-04 23:07:51 +02:00
_Frky
ed464181bc Run cargo fmt 2022-08-04 17:57:20 +02:00
_Frky
1030dc7d43 Fix flake8 2022-08-04 17:33:30 +02:00
_Frky
7cf67e01b3 Answer to SSH-1.99 banners too 2022-08-04 17:27:06 +02:00
_Frky
1b3c0cbd2f Format code 2022-08-04 17:21:46 +02:00
_Frky
87c95ff240 Implement FSM for parsing SSH banner 2022-08-04 17:21:44 +02:00
_Frky
aaf2eb5e8f Run black on python tests 2022-08-04 16:52:37 +02:00
_Frky
9638e0900c Add test for multiple queries in one request 2022-08-04 16:49:18 +02:00
_Frky
2e296d7546 Add DNS to supported protocols + functionnal tests 2022-08-04 15:14:31 +02:00
_Frky
c6be16382f Move dissector into a separate file 2022-08-04 15:13:45 +02:00
_Frky
0dd0e1d645 Add DNS implementation - Query and RR for IN/A 2022-08-04 15:13:09 +02:00
_Frky
379f48ed80 Add dependency to iterate over enums (for tests) 2022-08-04 15:12:19 +02:00
_Frky
1d4feb49ec
Merge pull request #44 from gpotter2/smb
SMB: add SessionSetup responses
2022-05-31 14:51:24 +02:00
gpotter2
ea65f23a6c Reply to SMB1 SessionSetup 2022-05-31 14:13:37 +02:00
gpotter2
6eecc91ce4 Reply to SMB2 SessionSetup 2022-05-31 14:13:37 +02:00
Pierre
d0aa42ab33
Merge pull request #53 from ivre/fix-expect
Avoid panic with empty/misformed payloads
2022-05-30 17:50:23 +02:00
_Frky
c59893c2a6 Run Flake8 2022-05-30 17:27:51 +02:00
_Frky
f696afa45d Run Black 2022-05-30 15:28:05 +02:00
_Frky
9fdecf5be7 Cargo format 2022-05-30 14:48:55 +02:00
_Frky
e34f3a6bcd Fix bug with empty or misformed payload 2022-05-30 14:47:30 +02:00
_Frky
d2d916239d Add Rust unit tests for empty payload 2022-05-30 14:47:02 +02:00
_Frky
843729b961 Add check for masscanned panic in python tests 2022-05-30 14:45:49 +02:00
_Frky
bf1a2c7429 Add pytohn tests for empty payload (TCP/UDP) 2022-05-30 14:45:23 +02:00
_Frky
2ebeefb730
Merge pull request #52 from ivre/fix-pnet-version
Update Cargo.toml
2022-05-30 12:19:34 +02:00
_Frky
c2adf50f59
Update Cargo.toml 2022-05-30 12:19:15 +02:00