easybuggy4django:在Django上构建的EasyBuggy克隆

时间:2024-06-07 15:31:31
【文件属性】:

文件名称:easybuggy4django:在Django上构建的EasyBuggy克隆

文件大小:120KB

文件格式:ZIP

更新时间:2024-06-07 15:31:31

django errors python3 exceptions vulnerabilities

EasyBuggy Django EasyBuggy克隆基于Django 2.0构建。 是一个损坏的Web应用程序,旨在了解错误和漏洞的行为,例如,内存泄漏,死锁,无限循环,SQL注入等。 快速开始 $ git clone https://github.com/k-tamura/easybuggy4django.git $ cd easybuggy4django/ $ pip install -r requirements.txt $ python manage.py runserver 但是,建议使用venv(在运行上述命令之前): $ python3 -m venv venv $ source venv/bin/activate 进入 http://localhost:8000 停止: 使用CTRL + C


【文件预览】:
easybuggy4django-master
----setup.py(1KB)
----db.sqlite3(52KB)
----.gitignore(1KB)
----easybuggy()
--------urls.py(2KB)
--------__init__.py(0B)
--------views.py(36KB)
--------uploadhandler.py(957B)
--------models.py(433B)
--------apps.py(89B)
--------admin.py(95B)
--------forms.py(89B)
--------tests.py(60B)
----templates()
--------mojibake.html(509B)
--------header.html(594B)
--------unrestrictedsizeupload.html(635B)
--------csrf.html(635B)
--------commandinjection.html(487B)
--------unrestrictedextupload.html(882B)
--------roundofferror.html(450B)
--------xss.html(701B)
--------xxe.html(1KB)
--------mailheaderinjection.html(1KB)
--------deadlock.html(464B)
--------codeinjection.html(493B)
--------login.html(744B)
--------deadlock2.html(1KB)
--------threadleak.html(206B)
--------clickjacking.html(640B)
--------intoverflow.html(474B)
--------index.html(7KB)
--------dbconnectionleak.html(642B)
--------filedescriptorleak.html(606B)
--------memoryleak.html(860B)
--------adminmain.html(380B)
--------messages.html(482B)
--------truncationerror.html(491B)
--------lossoftrailingdigits.html(448B)
--------netsocketleak.html(581B)
--------base.html(2KB)
--------sqlijc.html(998B)
----requirements.txt(197B)
----.travis.yml(114B)
----MANIFEST.in(169B)
----LICENSE(1KB)
----static()
--------easybuggyL_monochro.png(7KB)
--------easybuggyL.png(4KB)
--------easybuggy.png(15KB)
--------easybuggy_monochro.png(15KB)
--------favicon.ico(15KB)
--------regular-expression.png(3KB)
----README.rst(1KB)
----config()
--------urls.py(1008B)
--------__init__.py(0B)
--------wsgi.py(399B)
--------settings.py(5KB)
----test-server.ldif(1023B)
----locale()
--------ja()
--------en()
----manage.py(538B)
----README.jp.rst(1KB)

网友评论