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.
lab-django-ftpserver
Advanced tools
|build-status| |pypi| |docs|
FTP server application that used user authentication of Django.
::
$ pip install django-ftpserver
::
INSTALLED_APPS = ( # .. 'django_ftpserver', )
::
$ python manage.py migrate
manage.py ftpserver
command.::
$ python manage.py ftpserver 127.0.0.1:10021
This software is licensed under the MIT License.
The latest documentation is hosted at Read The Docs.
https://django-ftpserver.readthedocs.org/en/latest/
This project is hosted at Github: https://github.com/tokibito/django-ftpserver
.. |build-status| image:: https://travis-ci.org/tokibito/django-ftpserver.svg?branch=master :target: https://travis-ci.org/tokibito/django-ftpserver .. |docs| image:: https://readthedocs.org/projects/django-ftpserver/badge/?version=latest :target: https://readthedocs.org/projects/django-ftpserver/ .. |pypi| image:: https://badge.fury.io/py/django-ftpserver.svg :target: http://badge.fury.io/py/django-ftpserver
FAQs
FTP server application for Django.
We found that lab-django-ftpserver 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.