
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
django-createsuperuserwithpassword
Advanced tools
Django management command to create usable super users, programmatically
⌠provides a Django management command to create ready-to-login super users during development.
Install the pip package locally or globally:
.. code:: shell
pip install [--user] django-createsuperuserwithpassword
Enable the Django management command by extending your Django project settings:
.. code:: python
INSTALLED_APPS += ("django_createsuperuserwithpassword", )
Call the command â e.g. from within a container entrypoint script â like this:
.. code:: shell
python manage.py createsuperuserwithpassword
--username admin
--password admin
--email admin@example.org
--preserve
If you want to help fix a bug, an easy way to spin up a development environment is:
.. code:: shell
git clone https://github.com/hartwork/django-createsuperuserwithpassword cd django-createsuperuserwithpassword docker-compose up --build
django-createsuperuserwithpassword is based on code by Adam Charnock
_ licensed under the MIT license
_ that started out at
adamcharnock/swiftwind-heroku
_.
Sebastian Pipping
_ added and fixed a few things, on top.
.. _Adam Charnock: https://github.com/adamcharnock .. _the MIT license: https://opensource.org/licenses/MIT .. _adamcharnock/swiftwind-heroku: https://github.com/adamcharnock/swiftwind-heroku/commits/master/swiftwind_heroku/management/commands/create_superuser_with_password.py .. _Sebastian Pipping: https://github.com/hartwork
FAQs
Django management command to create usable super users, programmatically
We found that django-createsuperuserwithpassword 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.