Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Helper for managing an LDAP directory on CLI
ldapmgk is a simple command line program that manages an LDAP directory. You can use it to easily add or remove users and groups, reset passwords and add or remove users to groups.
This program requires openldap development files for using the python-ldap
module. It'll be needed wheh installing through pip
.
Using pip, it should be easy::
$ pip install ldapmgk
If you're not using pip or got it from the repository, use the following command::
$ pip install -e .
We recommend using virtualenv to setup a self-contained app directory. In this case, you should use::
$ virtualenv env
$ source env/bin/activate
$ pip install -e .
If you want to see which libraries this application uses, please check the
requirements.txt
file.
Default paths:
To run it, activate virtualenv first::
$ source env/bin/activate
$ ldapmgk -h
FAQs
Helper for managing an LDAP directory on CLI
We found that ldapmgk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.