会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
安迪9468
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
66
下一页
2019年12月12日
虚拟机-VMware小结
摘要: 汇总 https://www.cnblogs.com/andy9468/p/14212193.html 1、网卡的3种模式 桥接模式:虚拟机=物理机器,连接物理网卡,虚拟ip设置物理网卡的网段和网管。可上网。 NAT模式:虚拟机把物理机器当做路由器,虚拟ip网段ip自动获取。可上网。 https:/
阅读全文
posted @ 2019-12-12 23:41 安迪9468
阅读(242)
评论(0)
推荐(0)
2019年12月9日
Linux装B命令
摘要: 原文: https://mp.weixin.qq.com/s/CNmMRjl0iZ8EBPq5VgJHsA 1、空心字体 yum install -y figlet figlet happy 1.0 2、火车 sl 3、动物说话 yum install -y cowsay
阅读全文
posted @ 2019-12-09 23:14 安迪9468
阅读(417)
评论(0)
推荐(0)
2019年11月28日
AutoIT的语法和使用案例-小结
摘要: 1、windows自动化-脚本案例 https://www.cnblogs.com/andy9468/p/11939412.html 2、autoit中文教程 https://www.jb51.net/shouce/autoit/
阅读全文
posted @ 2019-11-28 10:09 安迪9468
阅读(433)
评论(0)
推荐(0)
2019年11月27日
ip黑名单-做过ssh扫描黑的ip
摘要: # # hosts.deny This file contains access rules which are used to # deny connections to network services that either use # the tcp_wrappers library or
阅读全文
posted @ 2019-11-27 22:11 安迪9468
阅读(7062)
评论(0)
推荐(0)
windows自动化-脚本案例
摘要: ; Script Start - Add your code below here Run("D:\Navicat Premium\navicat.exe") Sleep(1000) ;~ 获取窗口句柄 $handle=WinGetHandle("Navicat Premium", "") Sleep(1000) ;~ 最大化 WinSetState($handle, "", @SW_MAX...
阅读全文
posted @ 2019-11-27 00:57 安迪9468
阅读(1095)
评论(0)
推荐(0)
2019年11月26日
window界面自动化
摘要: 一、windows带界面的自动化1、AutoIt AutoIt3官方下载地址:https://www.autoitscript.com/files/autoit3/autoit-v3-setup.exeAutoIt:Windows自动化测试https://blog.csdn.net/u0135119
阅读全文
posted @ 2019-11-26 19:08 安迪9468
阅读(517)
评论(0)
推荐(0)
2019年11月22日
日记-20191122
摘要: 时间和行动管理的开始 一个时间管理软件::mylifeorganized http://www.chaoxz.com/wp-content/themes/begin/down.php?id=1389 软件教程:https://wenku.baidu.com/view/eff227ed76a20029
阅读全文
posted @ 2019-11-22 23:04 安迪9468
阅读(227)
评论(0)
推荐(0)
2019年11月21日
tmp-scmj
摘要: 1、apk下载 http://app6.wpf2x4.cn/?downloadfrom=sichuan 麻将图: Big_mahjonghn_tiles_sr.png
阅读全文
posted @ 2019-11-21 14:37 安迪9468
阅读(2121)
评论(0)
推荐(0)
2019年11月20日
安全知识小结
摘要: 1、源码扫描的工作原理。 即为白盒测试、静态扫描。 https://www.cnblogs.com/andy9468/p/11897812.html 2、我从事安全岗位后,对信息安全的理解 安全,是一种能力,包括抵御能力、恢复能力和控制能力。即为:事前防御、事后恢复、整体控制。(我的理解) 信息,就
阅读全文
posted @ 2019-11-20 17:49 安迪9468
阅读(247)
评论(0)
推荐(0)
源码扫描的工作原理
摘要: 对应用程序自身的安全检查有:静态扫描和动态扫描 静态扫描:就是对源码进行代码语法和逻辑的安全漏洞检查。 第一代静态扫描的原理方式有2中:AST(抽象语法树)扫描、正则匹配扫描。详见:静态代码扫描方法及工具介绍 https://www.itcodemonkey.com/article/13892.ht
阅读全文
posted @ 2019-11-20 14:58 安迪9468
阅读(1457)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
66
下一页
公告