lsconntrack | Linux netfilter conntrack-based connection

 by   yuuki Go Version: v0.3.0 License: MIT

kandi X-RAY | lsconntrack Summary

kandi X-RAY | lsconntrack Summary

lsconntrack is a Go library. lsconntrack has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

lsconntrack prints host flows (aggregated connection flows to the same source or destination ports) tracked by Linux netfilter conntrack and enables you to simply grasp the network relationship between localhost and other hosts.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              lsconntrack has a low active ecosystem.
              It has 35 star(s) with 2 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 1 have been closed. On average issues are closed in 44 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of lsconntrack is v0.3.0

            kandi-Quality Quality

              lsconntrack has no bugs reported.

            kandi-Security Security

              lsconntrack has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              lsconntrack is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              lsconntrack releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed lsconntrack and discovered the below as its top functions. This is intended to give you an instant insight into lsconntrack implemented functionality, and help decide if they suit your requirements.
            • Run runs the CLI command .
            • parseLine parses a line from a line .
            • ParseEntries takes a reader and parses it into a HostFlows .
            • LocalIPAddrs returns a list of local IP addresses
            • LocalListeningPorts returns a list of open connections
            • FindConntrackPath returns the path to the ipackrack path
            • contains returns true if a string is in strs
            • ResolveAddr returns the address of an address
            • Runs the CLI
            • init initializes log .
            Get all kandi verified functions for this library.

            lsconntrack Key Features

            No Key Features are available at this moment for lsconntrack.

            lsconntrack Examples and Code Snippets

            lsconntrack,How to use,JSON format
            Godot img1Lines of Code : 38dot img1License : Permissive (MIT)
            copy iconCopy
            $ lsconntrack --json | jq -r -M '.'
            [
              {
                "direction": "active",
                "local": {
                  "Addr": "localhost",
                  "Port": "many"
                },
                "peer": {
                  "addr": "10.0.100.1",
                  "port": "3306"
                },
                "stat": {
                  "total_inbound_packet  
            lsconntrack,How to use
            Godot img2Lines of Code : 20dot img2License : Permissive (MIT)
            copy iconCopy
            $ lsconntrack -n
            Local Address:Port   <-->   Peer Address:Port     Inpkts  Inbytes   Outpkts Outbytes
            localhost:many       -->    10.0.1.10:3306        5521792 123258667 5423865 282041045
            localhost:many       -->    10.0.1.11:3306          
            lsconntrack,How to use,filter by port
            Godot img3Lines of Code : 1dot img3License : Permissive (MIT)
            copy iconCopy
            $ lsconntrack --active --aport 3306 --aport 11211
              

            Community Discussions

            No Community Discussions are available at this moment for lsconntrack.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install lsconntrack

            Load ip_conntrack / nf_conntrack module
            Download the binary from https://github.com/yuuki/lsconntrack/releases .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/yuuki/lsconntrack.git

          • CLI

            gh repo clone yuuki/lsconntrack

          • sshUrl

            git@github.com:yuuki/lsconntrack.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link