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.
ADLeastCLI provides least operations for managing users/groups on Active Directory(AD).
When you want to use an AD for only authentication (i.e. AWS Client VPN with Directory Service), it can manage users/groups with very simple procedure.
And for changing password by each users, very simple web server is implemented. For very limited usage, it can be used for changing password by users without the administrator.
Example::
Create a user
$ adleastcli -S example.com user create testuser Password123#
Create a group
$ adleastcli -S example.com group create mygroup
Add the user to the group
$ adleastcli -S example.com user join testuser mygroup
Remove the user from the group
$ adleastcli -S example.com user leave testuser mygroup
Delete a group
$ adleastcli -S example.com group delete mygroup
Delete a user
$ adleastcli -S example.com user delete testuser
List users
$ adleastcli -S example.com user
Show user details
$ adleastcli -S example.com user info testuser
List groups
$ adleastcli -S example.com group
Show group details
$ adleastcli -S example.com group info mygroup
Set password(as administrator)
$ adleastcli -S example.com user setpw testuser NewPass123#
Change password(as a user)
$ adleastcli -S example.com -U testuser user passwd
Enter password for testuser:
Enter new password:
Confirm new password:
Start WebUI server for changing password by oneself
$ adleastcli -S example.com -b 0.0.0.0:8080 httpd
Install the latest release with pip install adleastcli
or simply downloading
adleastcli.py <https://github.com/nobrin/adleastcli/raw/master/adleastcli.py>
_.
Installing with pip
store adleastcli
to your bin path, but it is only
copy of adleastcli.py
. If you get adleastcli.py
with downloading, you
can rename it to adleastcli
.
FAQs
Simple user management CLI for Active Directory
We found that adleastcli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.