码迷,mamicode.com
首页 >  
搜索关键字:攻防比赛 xxe mezzanine virtualenv    ( 1080个结果
Hunting in the Dark – Blind XXE
Before getting into the post, this isn’t anything brand new or leet in the area of XML External Entity (XXE) attacks, it is purely something I came ac ...
分类:其他好文   时间:2019-01-06 18:53:44    阅读次数:204
XXE: XML eXternal Entity Injection vulnerabilities
From:https://www.gracefulsecurity.com/xml-external-entity-injection-xxe-vulnerabilities/ Here’s a quick write-up on XXE, starting with how to detect t ...
分类:其他好文   时间:2019-01-06 18:52:53    阅读次数:149
Playing with Content-Type – XXE on JSON Endpoints
Many web and mobile applications rely on web services communication for client-server interaction. Most common data formats for web services are XML, ...
分类:Web程序   时间:2019-01-06 18:52:30    阅读次数:185
request库
0x00 环境简介和安装 我这里使用的是python2.7版本,直接使用pycharm2018这款IDE。 首先在pycharm中配置一下virtualenv环境,virtualenv是一个创建独立Python运行环境的工具,为一个应用创建一套“隔离”的Python运行环境。 创建new proje ...
分类:其他好文   时间:2019-01-06 00:33:47    阅读次数:204
Windows系统Python 虚拟环境virtualenv安装
1.我们用pip安装virtualenv >pip3 install virtualenv 2.创建工程目录 >mkdir myproject 3.进入工程目录 >cd myproject 4.创建一个独立的Python运行环境,命名为venv。加上参数--no-site-packages,这样,已 ...
分类:编程语言   时间:2019-01-04 10:39:08    阅读次数:152
python开发之virtualenv与virtualenvwrapper讲解
在使用 Python 开发的过程中,工程一多,难免会碰到不同的工程依赖不同版本的库的问题; 亦或者是在开发过程中不想让物理环境里充斥各种各样的库,引发未来的依赖灾难。 此时,我们需要对于不同的工程使用不同的虚拟环境来保持开发环境以及宿主环境的清洁。 这里,就要隆重介绍 virtualenv,一个可以 ...
分类:移动开发   时间:2019-01-03 19:39:01    阅读次数:235
那些年,怼过的开发(二)——XXE
RabbitMask <!-- 关注用户按钮 --> <!-- 文章数据信息 --> <!-- 如果文章更新时间大于发布时间,那么使用 tooltip 显示更新时间 -->2018.12.04 13:10* 字数 1849 阅读 34评论 1喜欢 1 代码审计涉及漏洞:XML Entity Expa ...
分类:其他好文   时间:2018-12-30 22:08:43    阅读次数:293
python虚拟环境创建
1.模块安装: pip install virtualenv linux下:pip install virtualenvwrapper(用于workon管理) windows下:pip install virtualenvwrapper-win(用于windows下workon管理) 2.新建虚拟环 ...
分类:编程语言   时间:2018-12-30 15:13:54    阅读次数:181
virtualenv and virtualenvwrapper
virtualenv 1.下载virtualenv工具 通过物理环境的pip工具安装 清华 国内 安装完成后你的linux就多了一个virtualenv命令 2.创建虚拟环境venv1 venv2 调用虚拟环境的命令 --no-site-packages 这是构建干净,隔离的模块的参数 --pyth ...
分类:移动开发   时间:2018-12-28 22:27:11    阅读次数:224
linux的virtualenv和virtualenvwarpper
转自:https://www.cnblogs.com/qq631243523/p/10191748.html 一,介绍 在使用 Python 开发的过程中,工程一多,难免会碰到不同的工程依赖不同版本的库的问题;亦或者是在开发过程中不想让物理环境里充斥各种各样的库,引发未来的依赖灾难。此时,我们需要对 ...
分类:系统相关   时间:2018-12-28 22:27:02    阅读次数:236
1080条   上一页 1 ... 35 36 37 38 39 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!