Emissary | A generic TCP payload proxy | Proxy library

 by   craSH Python Version: Current License: No License

kandi X-RAY | Emissary Summary

kandi X-RAY | Emissary Summary

Emissary is a Python library typically used in Networking, Proxy applications. Emissary has no bugs, it has no vulnerabilities and it has low support. However Emissary build file is not available. You can download it from GitHub.

This is a simple but flexible generic TCP payload proxy. The reasoning behind its creation was to have something similar to Portswigger's Burp Proxy, for TCP instead of just HTTP. Currently there is no GUI and it is just a command-line based application. Upon starting the proxy, you are presented with an IPython shell and you can manipulate various settings on the fly, such as search and replace operations, the level of information displayed, etc. Lots of work needs to be done, but it's a functional and useful tool at the moment. The socket connections are managed by the asyncore module, and the proxy can handle truly asynchronous connections, and it seems to do so with quite good performance (I don't have any numbers at the moment - but I don't notice any performance hits when passing any interactive traffic through it such as HTTP, RDP, SSH, etc.). Aside from some custom fuzzing and data logging code that I have not yet released, I believe IPython (>= 0.11) is the only dependency for this code to run outside of standard Python modules. The custom modules referenced are not loaded by default, so it should not be an issue. I intend the fuzzing and data logging to be modular, so you should be able to fit something in if you need to (I hope to get those components online soon as well, however.).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Emissary has a low active ecosystem.
              It has 11 star(s) with 9 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 0 have been closed. On average issues are closed in 1847 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Emissary is current.

            kandi-Quality Quality

              Emissary has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              Emissary does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              Emissary releases are not available. You will need to build from source code and install.
              Emissary has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              Emissary saves you 228 person hours of effort in developing the same functionality from scratch.
              It has 557 lines of code, 44 functions and 5 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed Emissary and discovered the below as its top functions. This is intended to give you an instant insight into Emissary implemented functionality, and help decide if they suit your requirements.
            • Return a hexadecimal representation of x
            • Return a human - readable string
            • Render a template
            • Color a string
            Get all kandi verified functions for this library.

            Emissary Key Features

            No Key Features are available at this moment for Emissary.

            Emissary Examples and Code Snippets

            No Code Snippets are available at this moment for Emissary.

            Community Discussions

            QUESTION

            Argo workflows is trying to save the artifact to /var/run/argo/outputs/artifacts. Where is this specified?
            Asked 2022-Mar-18 at 11:45

            I found Argo lint today. Thank you to the Argo team!!! This is a very useful tool and has saved me tons of time. The following yaml checks out with no errors, but when I try to run it, I get the following error. How can I track down what is happening?

            ...

            ANSWER

            Answered 2022-Mar-18 at 11:45

            The complete fix is detailed here https://github.com/argoproj/argo-workflows/issues/8168#event-6261265751

            for purposes of this discussion, the output must be the explicit location (not a placeholder) e.g. /tmp/ouput

            I think the standard is that you do not put the .tgz suffix in the output location, but that is not yet confirmed as there was another fix involved. Perhaps someone from the Argo team can confirm this.

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

            QUESTION

            Clean Ambassador Edge Stack install on GKE fails with DNS resolving
            Asked 2022-Jan-06 at 14:36

            we are testing out the Ambassador Edge Stack and started with a brand new GKE private cluster in autopilot mode.

            We installed from scratch following the quick start tour to get a feeling of it and ended up with the following error

            ...

            ANSWER

            Answered 2022-Jan-05 at 09:13

            That sounds like an issue related to the webhooks limitation in GKE Autopilot

            Which version of GKE are you on ?

            Also there is a limitation with which resources and namespaces we allow webhooks to intercept

            Additionally, webhooks which specify one or more of following resources (and any of their sub-resources) in the rules, will be rejected:

            • group: "" resource: nodes
            • group: "" resource: persistentvolumes
            • group: certificates.k8s.io resource: certificatesigningrequests
            • group: authentication.k8s.io resource: tokenreviews

            You probably have to check the manifests of Ambassador Edge Stack to figure this out.

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

            QUESTION

            Serviceaccount name does not "stick" to Argo Workflow when memoizing
            Asked 2021-Oct-18 at 20:30

            I am trying to run a workflow (https://github.com/argoproj/argo-workflows/blob/master/examples/memoize-simple.yaml) with limited permissions in Argo. I am specifying a serviceaccount with the requisite permissions in the execution command and in the workflow itself, but the workflow controller logs show a different serviceaccount.

            This is the execution command

            ...

            ANSWER

            Answered 2021-Oct-18 at 13:29

            The workflow-controller itself, which is running in the argo namespace with the argo ServiceAccount, needs permissions to patch the ConfigMap. The workflow-controller is modifying the ConfigMap on behalf of the Workflow. The Workflow itself does not modify the ConfigMap.

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

            QUESTION

            How can I use Ambassador Emissary -ingress for TLS?
            Asked 2021-Jul-16 at 18:38

            I have a really quick question. To clarify something I have to share with you my postman result.

            I am using 2 articles to be successful for that:

            https://www.getambassador.io/docs/emissary/pre-release/topics/install/

            https://www.getambassador.io/docs/emissary/pre-release/howtos/tls-termination/

            I am trying to add TLS for my Ambassador Ingress. Everything looks good. Please look below

            But When I am sending a request over https (look above postman) it returns to me error : "Error: Client network socket disconnected before secure TLS connection was established"

            My deployment.yaml will be usefull for solving my issue:

            ...

            ANSWER

            Answered 2021-Jul-16 at 18:38

            Emissary and Edge Stack actually handle TLS identically – given that curl works, I'm inclined to think that what you're seeing here is that you're following the directions to get a self-signed TLS certificate, and Postman is simply being stricter about certificates than curl is.

            If you drop the -k from curl, I would expect it to fail too. Likewise, if you're doing HTTPS from a browser, most browsers are very picky about proper certificates. So I'd recommend that you start by getting a properly-signed certificate (perhaps from Let's Encrypt?), and try that.

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install Emissary

            You can download it from GitHub.
            You can use Emissary like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            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/craSH/Emissary.git

          • CLI

            gh repo clone craSH/Emissary

          • sshUrl

            git@github.com:craSH/Emissary.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 Proxy Libraries

            frp

            by fatedier

            shadowsocks-windows

            by shadowsocks

            v2ray-core

            by v2ray

            caddy

            by caddyserver

            XX-Net

            by XX-net

            Try Top Libraries by craSH

            Chrome-STS

            by craSHPython

            toolbox

            by craSHPython

            https-everywhere

            by craSHJavaScript

            macho_decrypt

            by craSHPython

            dotfiles

            by craSHShell