题目描述: 小宁写了个ping功能,但没有写waf,X老师告诉她这是非常危险的,你知道为什么吗。 考察内容: OS注入,命令执行 解答: ping 8.8.8.8; ifconfig // 可以执行ifconfig系统命令 ping 8.8.8.8; find / -iname "*flag*" / ...
分类:
Web程序 时间:
2021-02-26 13:17:30
阅读次数:
0
[Desktop Entry] Name=firefox-56 GenericName=Web Browser-Firefox OS Exec=/home/wons/ToolBox/Software/Firefox/firefox-56.0/firefox/firefox %u Terminal=f ...
分类:
系统相关 时间:
2021-02-26 12:52:44
阅读次数:
0
一、仓库克隆(代码下载) 登陆GitHub页面后,进入主页,可以发现一个叫Clone Or Download的按钮。点击该按钮后,会看到一个链接,保存这个连接 在本地命令行工具,我们可以使用之前保存的链接,通过命令git clone [仓库链接]将中央代码仓库下载到本地。 使用ls命令验证本地代码仓 ...
分类:
其他好文 时间:
2021-02-25 12:21:19
阅读次数:
0
https://openaccess.thecvf.com/content_CVPR_2019/papers/Zhang_Co-Occurrent_Features_in_Semantic_Segmentation_CVPR_2019_paper.pdf Co-occurrent Features ...
分类:
其他好文 时间:
2021-02-25 12:15:25
阅读次数:
0
参考资料: https://blog.csdn.net/qq_33547243/article/details/107433616 https://www.cnblogs.com/shoufu/p/12904832.html https://github.com/NVIDIA/nvidia-dock ...
分类:
其他好文 时间:
2021-02-25 12:13:14
阅读次数:
0
用于把一个字符串分割成字符串数组。 返回值:一个字符串数组,不包括 separator 自身 参数:string.split(separator,howmany) separator 必需。字符串或正则表达式,从该参数指定的地方分割 stringObject。 howmany 可选。该参数可指定返回 ...
分类:
其他好文 时间:
2021-02-24 13:03:07
阅读次数:
0
页面引入BootStrap和JQuery <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFe ...
分类:
其他好文 时间:
2021-02-24 12:59:05
阅读次数:
0
使用CacheManager 1 Cache 作用 Cache 缓存: 计算机内存中一段数据 作用: 用来减轻DB的访问压力,从而提高系统的查询效率 流程: 2 .使用shiro中默认EhCache实现缓存 (1).引入依赖 <!--引入shiro和ehcache--> <dependency> < ...
分类:
编程语言 时间:
2021-02-23 14:27:13
阅读次数:
0
xadmin后台管理 一、介绍 xadmin是Django的第三方扩展,可以使Django的admin站点使用更方便。 文档:https://xadmin.readthedocs.io/en/latest/index.html 二、安装 通过如下命令安装xadmin包 pip install htt ...
分类:
其他好文 时间:
2021-02-23 14:18:19
阅读次数:
0
root用户登录服务器 22端口修改为22525,22端口也打开,以防新端口设置有问题,登录不上服务器 向防火墙中添加修改的端口 systemctl start firewalld firewall-cmd --zone=public --add-port=22/tcp --permanent fi ...
分类:
系统相关 时间:
2021-02-23 14:06:08
阅读次数:
0