被动信息收集 基于公开渠道,不与目标系统产生直接交互,尽量避免留下痕迹(不进行大量扫描,正常交互范围) 信息收集内容 IP段 域名 邮件地址(定位邮件服务器,分为个人搭建和公网邮件系统) 文档图片数据(可能是公开的、搜索引擎爬到的、泄漏的等) 公司地址(可进行物理渗透) 公司组织架构(针对不同部门、 ...
分类:
其他好文 时间:
2017-08-20 18:32:01
阅读次数:
154
You are given a sequence of n integers a1 , a2 , ... , an in non-decreasing order. In addition to that, you are given several queries consisting of in ...
分类:
其他好文 时间:
2017-08-15 19:48:36
阅读次数:
241
虽然python也能做数据分析,不过参加数学建模,咱还是用专业的 1. Matlab-入门篇:Hello world! 程序员入门第一式: disp(‘hello world!’) 2. 基本运算 先了解基本的运算符,做一些简单的尝试: + Plus; addition operator. - Mi ...
分类:
其他好文 时间:
2017-08-14 20:13:29
阅读次数:
391
使用响应文件静默安装软件包(生成相应文件,不安装):./IBMIM -record /response_files/install_product.xml -skipInstall skipInstall/IBM_product./imcl input /response_files/install ...
分类:
Web程序 时间:
2017-08-14 16:33:52
阅读次数:
229
修改为阿里云的镜像 <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <!--<mirrorOf>central</ ...
分类:
其他好文 时间:
2017-08-13 14:17:28
阅读次数:
221
@implementation WDEnterLineViewController{ float xx; float yy; UIImageView *bgImgView; } - (void)viewDidLoad { [super viewDidLoad]; // Do any addition... ...
分类:
其他好文 时间:
2017-08-10 13:38:56
阅读次数:
163
shell 基础语法 推荐:http://c.biancheng.net/cpp/shell/ 第一个Shell脚本 格式: (1)扩展名为sh(sh代表shell) 比如:bash.sh (2)文件头(文件头固定格式) 如:#!/bin/bash 作为可运行程序: (1)使脚本具有运行权限 ~]# ...
分类:
系统相关 时间:
2017-08-09 10:19:18
阅读次数:
233
XPS15 9560 切换显卡之后,无法登陆的解决方式 Boot as normal and get to login screen press Ctrl + Alt + F1 Login with your username and password. type sudo stop lightdm ...
分类:
其他好文 时间:
2017-08-08 19:37:07
阅读次数:
154
题目: Implement a function that adds two numbers together and returns their sum in binary. The conversion can be done before, or after the addition. The ...
分类:
其他好文 时间:
2017-08-08 13:56:39
阅读次数:
122
矩阵是元素布置成二维矩形布局的R对象。 它们包含相同原子类型的元素。尽管我们可以创建只包含字符或只逻辑值的矩阵,但是它们没有多大用处。我们使用的是在数学计算中含有数字元素矩阵。 使用 matrix()函数创建一个矩阵。 语法 R语言中创建矩阵的基本语法是: 以下是所使用的参数的说明: data - ...
分类:
其他好文 时间:
2017-08-05 20:33:27
阅读次数:
731