для eToken – 1234567890
для Rutoken:
пользователь: 12345678
администратор: 87654321
Кто-нибудь тут этим заморачивается? Поделитесь наработками, если есть чем делиться и не жалко))
xakep.ru
Вроде как даже эффективный. Было бы любопытно проверить на ком-нибудь xD
Интересный подход к безопасности — Вроде как даже эффективный. Было бы любопытно проверить на ком-нибудь xD
Updated password of Webmin user admin
Start -> Run, вводим команду
control userpasswords2
После открытия апплета, служащего для управления учетными записями пользователей, снимаем на вкладке Users флажок напротив "Users Must Enter A User Name And Password To Use This Computer". После нажатия на кнопку ОК появится диалоговое окно "Automatically Log On", где нужно будет указать имя пользователя и пароль.
#выбираем базу данных wiki
USE wiki;
#уточняем имена пользователей wiki
SELECT * FROM wiki_user;
#ну и наконец меняем пароль пользователя же ж
UPDATE wiki_user SET user_password = MD5(CONCAT(user_id,'-', MD5('ПАРОЛЬ'))) WHERE user_name = 'ПОЛЬЗОВАТЕЛЬ';
В моем 17
# достало вбивать пароли. пусть запоминает пароль от самого входа.
sudo nano /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy:
<allow_active>auth_admin_keep</allow_active>
# меняем на:
<allow_active>yes</allow_active>
скачал себе енигу он, а она с паролем на распаковку
прога TrIDNet (http://mark0.net/soft-tridnet-e.html) говорит что сие чудо есть заUPXенный Win32 Executable Borland Delphi 7
чем раскусить брюшко архива? :)
Пароль был: "торт"
Теперь этот пасс занимает лидирующую позицию в рейтинге самых смешных паролей. А какие вы знаете пароли? (в этом же духе)
wictorwilen.se
I recently ran into a problem where I had by mistake checked the Remember password checkbox in Internet Explorer 7 (RC) when visiting a NTLM based website, then I wanted to get back to use my currently logged on user to access this website. There is no way to clear these usernames and passwords using the standard ways in Internet Explorer.
First of all I tried to turn off the Automatic logon only in Intranet Zone and entering a new but faulty password for the user and checking the remember password checkbox. This cleared the old password but after resetting the automatic logon Internet Explorer always asked for my password for that site and I didn't want to enter my current logon information and save the password (this would only ask me for a new password whenever I change it).
After some searching on the Internet I found no other solution than the one I tried above. But after digging into the problem for some time I found out where Internet Explorer 7 RC stores the cached credentials. They are stored in file (Documents and Settings\\Application Data\Microsoft\Credentials\<SID>\Credentials) that I removed (of course after making a backup). Then I rebooted the computer and the automatic logon worked fine.
If you are interested in what usernames and passwords that are stored on your machine you can check out Nir Sofers Password Recovery Utilities.
I recently ran into a problem where I had by mistake checked the Remember password checkbox in Internet Explorer 7 (RC) when visiting a NTLM based website, then I wanted to get back to use my currently logged on user to access this website. There is no way to clear these usernames and passwords using the standard ways in Internet Explorer.
First of all I tried to turn off the Automatic logon only in Intranet Zone and entering a new but faulty password for the user and checking the remember password checkbox. This cleared the old password but after resetting the automatic logon Internet Explorer always asked for my password for that site and I didn't want to enter my current logon information and save the password (this would only ask me for a new password whenever I change it).
After some searching on the Internet I found no other solution than the one I tried above. But after digging into the problem for some time I found out where Internet Explorer 7 RC stores the cached credentials. They are stored in file (Documents and Settings\\Application Data\Microsoft\Credentials\<SID>\Credentials) that I removed (of course after making a backup). Then I rebooted the computer and the automatic logon worked fine.
If you are interested in what usernames and passwords that are stored on your machine you can check out Nir Sofers Password Recovery Utilities.
Помнится, забыл пароль root'а :)
Решение: грузим машину в single user mode (в GRUB'е в конце строки kernel добавляем слово single). Система загружается и... командой passwd устанавливаем новый пароль.
Источник: linuxforums.org