昨天公布了BackTrack5 (BT5)无线weppassword破解教程之minidwep-gtk破解法一文,对BT5下破解wep无线password的简单方法做了介绍,今天奶牛为朋友们介绍下怎样在bt5下破解wpa wpa2类型的无线password。前提:安装或者硬盘引导了BT5的gnome...
分类:
其他好文 时间:
2015-01-20 21:52:34
阅读次数:
158
方法1: 用SET PASSWORD命令
mysql -u root
mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpass');...
分类:
数据库 时间:
2015-01-20 20:30:42
阅读次数:
188
# mysql -uroot -pEnter password:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)使用网上介绍的方法修改root用户的密码:# mysqladmin -u...
分类:
数据库 时间:
2015-01-20 20:08:13
阅读次数:
185
方法1: 用SET PASSWORD命令
首先登录MySQL。
格式:mysql> set password for 用户名@localhost = password('新密码');
例子:mysql> set password for root@localhost = password('123');
方法2:用mysqladmin
格式:mysqladmin -u用户名...
分类:
数据库 时间:
2015-01-20 18:08:18
阅读次数:
157
一、登陆mysql以后执行以下命令: GRANT ALL ON *.* TO username@'%' IDENTIFIED BY 'password' WITH GRANT OPTION; FLUSH PRIVILEGES; 二、修改/etc/mysql/my.cnf,注释以下行: skip-ne...
分类:
数据库 时间:
2015-01-20 15:19:57
阅读次数:
154
PsExec.exe \\192.168.1.1 -u username -p password -i -d -s c:\Windows\system32\NETSTAT.exe -a
分类:
其他好文 时间:
2015-01-20 15:16:17
阅读次数:
110
$password = '';$chars = '123456789abcdefghjkmnpqrstuvwxyz';for($i = 0; $i < 8; $i ++) { $password .= substr ( $chars, mt_rand ( 0, strlen ( $chars ...
分类:
其他好文 时间:
2015-01-20 13:36:11
阅读次数:
108
1 基本使用1.1 基本使用 1.2 password 1.3 numeric 1.4 selectAllOnFocus
分类:
移动开发 时间:
2015-01-20 00:50:36
阅读次数:
229
In this Document Goal Solution 1. Error Starting Application Services After Changing APPS Password Using FNDCPASS 2. Log In Fails With: You Don't Have Permission To Access /pls/.../fnd_icx_launch.laun...
分类:
移动开发 时间:
2015-01-19 17:17:24
阅读次数:
467
本文转自:http://www.cnblogs.com/noevil/archive/2010/11/06/1870864.htmlfalse,'host'=>'localhost:3306','username'=>'root','password'=>'','database'=>'mysql'...
分类:
数据库 时间:
2015-01-19 14:07:53
阅读次数:
257