simple-pam | Basic PAM module and test application

 by   beatgammit C Version: Current License: MIT

kandi X-RAY | simple-pam Summary

kandi X-RAY | simple-pam Summary

simple-pam is a C library. simple-pam has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This is just a simple PAM module and test code for it. There really isn’t much to it, but it does make a good example of how to get started with a PAM module.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              simple-pam has a low active ecosystem.
              It has 165 star(s) with 64 fork(s). There are 12 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 0 have been closed. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of simple-pam is current.

            kandi-Quality Quality

              simple-pam has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              simple-pam 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

              simple-pam releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of simple-pam
            Get all kandi verified functions for this library.

            simple-pam Key Features

            No Key Features are available at this moment for simple-pam.

            simple-pam Examples and Code Snippets

            No Code Snippets are available at this moment for simple-pam.

            Community Discussions

            Trending Discussions on simple-pam

            QUESTION

            Custom PAM for SSHD in C
            Asked 2019-Dec-17 at 14:04

            I am trying to understand how PAM works by creating an SSH backdoor. Following this example https://github.com/beatgammit/simple-pam I already know how to make a functional PAM module, but I want to read a hardcode token from the CIN. I tried the following:

            ...

            ANSWER

            Answered 2018-Oct-18 at 08:22

            You cannot use scanf() to read a value from the user, since stdin is not passed to the user. You have to use ssh keyboard-interactive authentication with the appropriate functions. This is supported by the pam_conv (PAM conversation) functions.

            The manpage _man 3 pam_conv_ describes the interface. It works basically like this:

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install simple-pam

            You can download it from GitHub.

            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/beatgammit/simple-pam.git

          • CLI

            gh repo clone beatgammit/simple-pam

          • sshUrl

            git@github.com:beatgammit/simple-pam.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

            Consider Popular C Libraries

            linux

            by torvalds

            scrcpy

            by Genymobile

            netdata

            by netdata

            redis

            by redis

            git

            by git

            Try Top Libraries by beatgammit

            base64-js

            by beatgammitJavaScript

            gzip-js

            by beatgammitJavaScript

            rtsp

            by beatgammitGo

            tar-js

            by beatgammitJavaScript

            pam-http

            by beatgammitC