码迷,mamicode.com
首页 >  
搜索关键字:auxiliary    ( 90个结果
MSF魔鬼训练营-3.3.2 口令猜测与嗅探
密码暴力破解以SSH为例,其他协议方法类似 SSH msf > use auxiliary/scanner/ssh/ssh_login msf auxiliary(ssh_login) > set rhosts 192.168.3.199 rhosts => 192.168.3.199 msf au ...
分类:其他好文   时间:2017-09-19 23:02:44    阅读次数:318
duplicate database的时候,rman连接 auxiliary database的后状态不正确
auxiliary database 已经被startup nomount,但是rman连接后显示状态是not started $ export ORACLE_SID=dupdb $ sqlplus '/as sysdba' SQL> startup nomount $ rman Recovery ...
分类:数据库   时间:2017-09-16 20:24:12    阅读次数:197
jar/war/ear文件的区别
jar/war/ear三种文件,在文件结构上,三者并没有什么不同,它们都采用zip或jar档案文件压缩格式。但是它们的使用目的有所区别: Jar文件(扩展名为. Jar)包含Java类的普通库、资源(resources)、辅助文件 (auxiliary files)等 War文件(扩展名为.War) ...
分类:编程语言   时间:2017-09-07 10:08:51    阅读次数:153
browser_autopwn2
browser_autopwn2是个啥玩意儿? 类似一个集合了浏览器漏洞的小框架 option msf > use auxiliary/server/browser_autopwn2 msf auxiliary(browser_autopwn2) > show actions msf auxilia ...
分类:其他好文   时间:2017-08-15 10:20:34    阅读次数:131
Coursera Algorithms week3 归并排序 练习测验1: Merging with smaller auxiliary array
题目原文: Suppose that the subarray a[0] to a[n-1] is sorted and the subarray a[n] to a[2*n-1] is sorted. How can you merge the two subarrays so that a[0] ...
分类:编程语言   时间:2017-07-22 00:44:32    阅读次数:284
【RMAN】RMAN-05001: auxiliary filename conflicts with the target database
oracle 11.2.0.4 运行以下脚本,使用活动数据库复制技术创建dataguard备库报错rman-005001: run{ duplicate target database for standby from active database spfile set db_unique_nam ...
分类:数据库   时间:2017-06-28 20:32:26    阅读次数:276
RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile canno
今天是2014-06-18。在复制数据的时候出现例如以下错误: RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile cannot use SPFILE claus ...
分类:其他好文   时间:2017-05-13 19:07:09    阅读次数:346
metasploit 常用命令备忘
metasploit 常用命令备忘 MSFconsole Commands 24show exploits 查看所有exploitshow payloads 查看所有payloadshow auxiliary 查看所有auxiliarysearch name 搜索exploit 等info 查看加载 ...
分类:Web程序   时间:2017-05-05 14:12:14    阅读次数:313
RMAN-04006: error from auxiliary database
Oracle11gRAC+DG搭建过程中,在备库进行duplicate时报错如下:[oracle@xxxx-dg:/u01/app/oracle/11.2/db_1/dbs]$rmantargetsys/password@racdbauxiliarysys/password@racdgnocatalog RecoveryManager:Release11.2.0.4.0-ProductiononFriAbc2117:33:01xxxx Copyright(c)1982,2..
分类:数据库   时间:2017-04-26 13:02:13    阅读次数:196
JAR、WAR、EAR的使用和区别
Jar、war、EAR、在文件结构上,三者并没有什么不同,它们都采用zip或jar档案文件压缩格式。但是它们的使用目的有所区别: Jar文件(扩展名为. Jar,Java Application Archive)包含Java类的普通库、资源(resources)、辅助文件(auxiliary fil ...
分类:编程语言   时间:2017-03-02 00:51:51    阅读次数:235
90条   上一页 1 2 3 4 5 6 ... 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!