简介 SSH或Secure Shell是一种远程管理协议,允许用户通过Internet控制和修改远程服务器。该服务是作为未加密Telnet的安全替代品创建的,它使用加密技术确保与远程服务器之间的所有通信都以加密的方式进行。它提供了一种机制,用于验证远程用户,将输入从客户机传输到主机,并将输出转发回客 ...
分类:
其他好文 时间:
2019-01-05 16:37:45
阅读次数:
222
查看无线网卡 airmon-ng 开启网卡监听模式 airmon-ng start wlan0 扫描附近的wifi airodump-ng wlan0mon 停止扫描: ctrl c 使用airodump-ng监听指定目标频道 airodump-ng -c 6 -w Desktop/handshak ...
分类:
其他好文 时间:
2018-12-11 21:44:37
阅读次数:
276
一、安装OpenResty Linux官方建议直接通过官方提供的预编译包安装:http://openresty.org/cn/linux-packages.html openresty默认安装在/usr/local/openresty,其中已自带nginx。 二、使用安全规则ngx_lua_waf ...
分类:
其他好文 时间:
2018-11-23 20:58:58
阅读次数:
272
15. 3Sum (medium) 描述 Given an array of n integers, are there elements a, b, c in such that a + b + c = 0? Find all unique triplets in the array which ...
分类:
其他好文 时间:
2018-10-02 00:49:28
阅读次数:
241
Description: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Example 2: ...
分类:
其他好文 时间:
2018-08-14 18:55:16
阅读次数:
148
前几天在百度搜索资源平台的论坛中看到有网友在论坛里求助,说自己的网站快照与实际内容不符,网站的TKD也都被篡改了。很明显,这位网友遇到的就是我们本文的主题——百度快照被劫持。 网站是如何被劫持的? 劫持是一种“见不得光”的黑帽SEO手法,具体可分为流量劫持、快照劫持、PR劫持等。快照劫持就是黑客通过 ...
分类:
Web程序 时间:
2018-07-18 13:56:14
阅读次数:
242
问题描述: The Hamming distance between two integers is the number of positions at which the corresponding bits are different. Now your job is to find the ...
分类:
其他好文 时间:
2018-07-07 10:43:04
阅读次数:
134
问题描述: Suppose you are at a party with n people (labeled from 0 to n - 1) and among them, there may exist one celebrity. The definition of a celebrity ...
分类:
其他好文 时间:
2018-06-17 13:40:14
阅读次数:
133
网络爬虫道德的话:客户授权or爬取公开数据、尽量放慢你的速度、尽量遵循robots、不要公开你的爬虫源码、不要分享你的爬虫数据。 2017.06.01号《中华人民共和国网络安全法》开始实施,这个安全法在爬虫的这一块宝地上掀一阵大风波,到处都在转这篇试图解读该规定的文章:「 你的爬虫会送老板进监狱吗? ...
分类:
其他好文 时间:
2018-06-05 13:26:33
阅读次数:
598