repochecker: New plugin ip-inspector
This commit is contained in:
parent
7eb56999a3
commit
f1a2e6c360
5 changed files with 196 additions and 3 deletions
18
repochecker/pcap-inspector/README.md
Normal file
18
repochecker/pcap-inspector/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# IP-INSPECTOR
|
||||
|
||||
Inspects pcap and pcapng files for packets with ip src and ip dst using private IPs
|
||||
|
||||
Set VERBOSE_PCAP_CHECK environment variable to enable verbose mode
|
||||
|
||||
## Build library
|
||||
|
||||
go build -o ip-inspector -buildmode=plugin main.go files.go
|
||||
|
||||
## Requirement
|
||||
|
||||
github.com/google/gopacket
|
||||
|
||||
## TODO
|
||||
|
||||
Custom rules on packet filtering
|
||||
Handle log files
|
||||
Reference in a new issue