0x01简介 hydra 是一个支持众多协议的爆破工具,在kali上集成,但也可以在windows上下载运行; github上的源码: https://github.com/vanhauser-thc/thc-hydra 支持的协议: adam6500、asterisk、cisco、cisco-en ...
分类:
其他好文 时间:
2020-02-19 23:51:53
阅读次数:
134
代码 wget --mirror --convert-links --adjust-extension --page-requisites --retry-connrefused --exclude-directories=comments -U "Mozilla/5.0 (Macintosh; I ...
分类:
Web程序 时间:
2020-02-18 20:55:45
阅读次数:
92
转自:http://cnlearn.linksprite.com/?p=7372 Posted by: admin , 九月 12, 2014 <a href="http://cnlearn.linksprite.com/wp-content/uploads/2014/09/2010-01-01-0 ...
分类:
其他好文 时间:
2020-02-15 21:55:39
阅读次数:
107
Problem: new loss Label: new loss; Abstract: A differentiable learning loss; Introduction: supervised learning: learn a mapping that links an input to ...
分类:
其他好文 时间:
2020-02-15 10:10:36
阅读次数:
59
Has any interviewer in the tech industry realized that they lost a good software engineer just because he/she failed the algorithms interview? By Dmit ...
分类:
其他好文 时间:
2020-02-13 20:52:06
阅读次数:
85
给出一个区间的集合,请合并所有重叠的区间。 示例 1: 输入: [[1,3],[2,6],[8,10],[15,18]] 输出: [[1,6],[8,10],[15,18]] 解释: 区间 [1,3] 和 [2,6] 重叠, 将它们合并为 [1,6]. 示例?2: 输入: [[1,4],[4,5]] ...
分类:
其他好文 时间:
2020-02-12 00:53:10
阅读次数:
66
一、启动服务时,出现若干循环符号链接错误,比如下面是启动ranger时发生的其中一个错误信息: setup_tagsync(upgrade_type=upgrade_type) File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/RAN ...
分类:
其他好文 时间:
2020-02-08 11:44:06
阅读次数:
83
网络结构:对象: 节点,端点 (nodes, vertices) N交互:链接,边 (links,edges) E系统:网络,图,图谱 (network,graph) G(N,E)Graph与Network的区别:Network:真实存在的系统,如网络Web,社交网络social network,新... ...
分类:
Web程序 时间:
2020-02-07 01:31:45
阅读次数:
120
我们知道 ln 用于创建连接文件,ln命令的选项有很多,此处主要理解 -snf三个 -s --symbolic比较容易,有-s时表示创建软连接,没有-s时,表示创建硬链接 -f --force 强行删除任何已存在的目标文件 -n --no-dereference 把符号连接的目的目录视为一般文件 硬 ...
分类:
其他好文 时间:
2020-02-05 16:30:57
阅读次数:
175
```shell Links: https://github.com/CyC2018/CS-Notes/blob/master/notes/Leetcode%20%E9%A2%98%E8%A7%A3%20-%20%E9%93%BE%E8%A1%A8.md#3-%E5%BD%92%E5%B9%B6%E... ...
分类:
其他好文 时间:
2020-02-05 16:18:54
阅读次数:
62