freki | manipulate packets in usermode using NFQUEUE | TLS library

 by   kung-foo Go Version: v1.1.0 License: MIT

kandi X-RAY | freki Summary

kandi X-RAY | freki Summary

freki is a Go library typically used in Security, TLS applications. freki has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

The ravenous and greedy one. Freki is a tool for manipulating packets in userspace. Using iptable’s raw table, packets are routed down into userspace where freki takes over. A set of rules is applied allowing for a large amount of flexibility. For example, you can forward all TCP ports to an HTTP honeypot and log the requests. Or you can proxy TCP port 22 into a docker container running an ssh honeypot.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              freki has a low active ecosystem.
              It has 44 star(s) with 9 fork(s). There are 5 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 3 open issues and 6 have been closed. On average issues are closed in 116 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of freki is v1.1.0

            kandi-Quality Quality

              freki has 0 bugs and 0 code smells.

            kandi-Security Security

              freki has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              freki code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              freki 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

              freki releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 1288 lines of code, 76 functions and 14 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed freki and discovered the below as its top functions. This is intended to give you an instant insight into freki implemented functionality, and help decide if they suit your requirements.
            • initRule initializes rule
            • mainEx is the main entry point for freki .
            • New creates a new Queue .
            • getNonLoopbackIPs returns all non - loopback IP addresses
            • pcapBPFToXBPF converts a pcap . BPFInstruction to an XBPF .
            • Run the filter .
            • ParseRuleSpec parses a rule spec
            • NewConnKeyByEndpoints returns a connection key based on the given endpoint and client port .
            • generate rule spec
            • go callback function
            Get all kandi verified functions for this library.

            freki Key Features

            No Key Features are available at this moment for freki.

            freki Examples and Code Snippets

            No Code Snippets are available at this moment for freki.

            Community Discussions

            QUESTION

            Trying to pull the Name and/or ID of the code below, but can only pull the Job-Base-Cost
            Asked 2018-Dec-29 at 13:47

            Below is the code I have now. It pulls the Job-Base-Cost just fine, however I cannot get it to pull the ID and or Name of the item. Can you help?

            Link to the sites XML pull.

            ...

            ANSWER

            Answered 2018-Dec-29 at 13:47

            This is a sample of one line of the OP's XML file
            109555912.69

            The OP wants to use the IMPORTXML function to report the ID and Name as well as the Job Cost from the XML data. Presently, the OP's formula is:
            =importxml("link","//job-base-cost")

            There are two options:
            1 - One long column
            =importxml("link","//@id | //@name | //job-base-cost")

            Note //@id and //@name in the xpath query: // indicate nodes in the document (at any level, not just the root level) and @ indicate attributes. The pipe | operator indicates AND. So the plain english query is to display the id, name and job-base-cost.

            2 - Three columns (table format)
            ={IMPORTXML("link","//@name"),IMPORTXML("link","//job-base-cost"),IMPORTXML("link","//@id")}

            This creates a series that will display the fields in each of three columns.

            Note: there is an arrayformula that uses a single importXML function described in How do I return multiple columns of data using ImportXML in Google Spreadsheets?. Readers may want to look at whether that option can be implemented.

            My thanks to @Tanaike for his comment which spurred me to look at how xpath works.

            Source https://stackoverflow.com/questions/53868515

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

            Vulnerabilities

            No vulnerabilities reported

            Install freki

            requires: go 1.7+, libnetfilter-queue-dev>=1.0.0, libpcap-dev, iptables-dev.

            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/kung-foo/freki.git

          • CLI

            gh repo clone kung-foo/freki

          • sshUrl

            git@github.com:kung-foo/freki.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

            Explore Related Topics

            Consider Popular TLS Libraries

            mkcert

            by FiloSottile

            v2rayN

            by 2dust

            acme.sh

            by acmesh-official

            nginxconfig.io

            by digitalocean

            v2ray

            by 233boy

            Try Top Libraries by kung-foo

            certgrep

            by kung-fooGo

            waitforit

            by kung-fooGo

            bruya

            by kung-fooGo

            dod-workshop

            by kung-fooGo

            alpine-postgres

            by kung-fooShell