All Projects → krbcontext → python-krbcontext

krbcontext / python-krbcontext

Licence: GPL-3.0 license
A Kerberos context manager

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to python-krbcontext

kerby
Go wrapper for Kerberos GSSAPI
Stars: ✭ 33 (+43.48%)
Mutual labels:  kerberos, gssapi
omniauth-kerberos
OmniAuth strategy for kerberos authentication.
Stars: ✭ 13 (-43.48%)
Mutual labels:  kerberos
pure-sasl
A pure python SASL client
Stars: ✭ 32 (+39.13%)
Mutual labels:  kerberos
code
~/code – tools distributed across all of my systems
Stars: ✭ 73 (+217.39%)
Mutual labels:  kerberos
modules
Mesos modules examples and open source modules outside of the Apache Mesos source tree.
Stars: ✭ 26 (+13.04%)
Mutual labels:  kerberos
Impacket
Impacket is a collection of Python classes for working with network protocols.
Stars: ✭ 8,037 (+34843.48%)
Mutual labels:  kerberos
go-spnego
Wraps gokrb5 and sspi libraries to provide cross-platform way to make HTTP calls with Kerberos authentication
Stars: ✭ 20 (-13.04%)
Mutual labels:  kerberos
jupyterhub-kdcauthenticator
A Kerberos authenticator module for the JupyterHub platform
Stars: ✭ 22 (-4.35%)
Mutual labels:  kerberos
Cheat-Sheet---Active-Directory
This cheat sheet contains common enumeration and attack methods for Windows Active Directory with the use of powershell.
Stars: ✭ 154 (+569.57%)
Mutual labels:  kerberos
windows-lab
Windows Automated Lab with Vagrant
Stars: ✭ 78 (+239.13%)
Mutual labels:  kerberos
KerberosConfigMgrIIS
Kerberos Configuration Manager for IIS
Stars: ✭ 40 (+73.91%)
Mutual labels:  kerberos
WatchAD
AD Security Intrusion Detection System
Stars: ✭ 967 (+4104.35%)
Mutual labels:  kerberos
Evil Winrm
The ultimate WinRM shell for hacking/pentesting
Stars: ✭ 2,251 (+9686.96%)
Mutual labels:  kerberos
py-hdfs-mount
Mount HDFS with fuse, works with kerberos!
Stars: ✭ 13 (-43.48%)
Mutual labels:  kerberos
sieve-connect
A client for the MANAGESIEVE Protocol
Stars: ✭ 60 (+160.87%)
Mutual labels:  gssapi
proxyplease
Cross-platform proxy selection with optional native authentication negotiation
Stars: ✭ 37 (+60.87%)
Mutual labels:  kerberos
KerberosRun
A little tool to play with Kerberos.
Stars: ✭ 59 (+156.52%)
Mutual labels:  kerberos
active-directory-integration2
WordPress plug-in "Next Active Directory Integration"
Stars: ✭ 51 (+121.74%)
Mutual labels:  kerberos
docker-kdc
Docker container generator for a Kerberos KDC.
Stars: ✭ 46 (+100%)
Mutual labels:  kerberos
nsspi
A C# / .Net interface to the Win32 SSPI authentication API
Stars: ✭ 60 (+160.87%)
Mutual labels:  kerberos

krbcontext

PyPI PyPI - Python Version https://travis-ci.org/krbcontext/python-krbcontext.svg?branch=master

krbcontext provides a Kerberos context that you can put code inside, which requires a valid ticket in credential cache.

Documentation

Usage and API can be found from krbcontext.github.io.

Contribution

Welcome contributions, whatever idea, issue report, or a patch. Before making a pull request, please make sure your code passes checks. Run

tox

Sign-off commit

Every commit must be signed off with your name and email address. This can be done by specifying option -s to git commit, for example:

git commit -s -m "commit message"

The sign-off means you have read and agree to Developer Certificate of Origin. Nitrate uses version 1.1:

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

Report an Issue

If you have any issues, please report one.

IRC

#krbcontext on freenode.net

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].