Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Volltextergebnisse:

router
108 Treffer, Zuletzt geändert:
client changeme2 database The BBSD Windows Client password will match the BBSD MSDE Client password Cisco BBSD MSDE Client 5.0 and 5.1 Telnet or Nam... bbsd-client NULL database The BBSD Windows Client password will match the BBSD MSDE Client password Cisco BBSM Administrator 5.0 and 5.1 Multi Admin... net Router Annex A v2 HTTP admin epicrouter Admin Password can also be password E-Tech Wireless 11Mbps Router Model:WLRT03 HTTP ... in 0.84 HTTP admin hp.com Admin you can find more passwords here: http://www.vulnerabilite.com/password_db/ Huawei MT880r Multi TMAR#HWMT8007079 (none)
reset_password @mysql
21 Treffer, Zuletzt geändert:
d don't forget to flush privileges: <code> > SET PASSWORD FOR 'debian-sys-maint'@'localhost' = PASSWORD('password_from_/etc/mysql/debian.cnf'); > FLUSH PRIVILEGES
d-link
19 Treffer, Zuletzt geändert:
//IPADDRESS:PORT_NUMBER/mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=[CHANNEL] DCS-5010L - http://IPADDRE... //IPADDRESS:PORT_NUMBER/mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=[CHANNEL] DCS-5020L - http://IPADDRE... //IPADDRESS:PORT_NUMBER/mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=[CHANNEL] DCS-930L - http://IPADDRES... //IPADDRESS:PORT_NUMBER/mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=[CHANNEL] DCS-931L - http://IPADDRES
squid
16 Treffer, Zuletzt geändert:
passwords. Here is how it's done: 1) Create the password file. The name of the password file should be /etc/squid/squid_passwd, and you n... you should consider automatically tying the Squid password to the user's regular login password. This will make them think twice about giving their passwords away. Internet access is one thing, letting your
mysql
10 Treffer, Zuletzt geändert:
Passwort!): <code> mysql> UPDATE mysql.user SET Password=PASSWORD('IhrNeuesPasswort') -> WHER... de> apt-get install mysqladmin mysqladmin -u root password 'HIER_PASSWORD_REINSCHREIBEN' </code> Half auch nichts. Nochmal:... n mysql (als root). <code> UPDATE mysql.user SET password=PASSWORD('gemerktesPasswort') WHERE User='debian-sys-maint... k --check-upgrade --all-databases --auto-repair --password=[pw] mysql_fix_privilege_tables --password=[pw] <
backup
10 Treffer, Zuletzt geändert:
000' BHOST='u10000.your-backup.de' # Setting the password for the Backup account that the # backup files wi... see: # http://wiki.hetzner.de/index.php/Backup #BPASSWORD='yourpass' # directories to backup (use . for /)... ="--gpg-options '--cipher-algo $ALGO'" fi if [ $BPASSWORD ]; then BAC="$BPROTO://$BUSER:$BPASSWORD@$BHOST" else BAC="$BPROTO://$BUSER@$BHOST" fi # Check to see if
pdftk
9 Treffer, Zuletzt geändert:
when interrupted and <i>optimized attack of owner-passwords when user-password is known. </i> </blockquote> <p> Das ist aber v... | - | PROMPT&gt; [input_pw &lt;input PDF owner passwords | PROMPT&gt;] [&lt;operation&gt; &lt;operation... [allow &lt;permissions&gt;] [owner_pw &lt;owner password | PROMPT&gt;] [user_pw &lt;user password | PROMPT&gt;] [flatten] [compress | uncompress] [verbose] [d
gruppen
8 Treffer, Zuletzt geändert:
root@sonne> '''gpasswd newgroup''' Changing the password for group users New Password: Re-enter new password: 4. Die Gruppenmitglieder sind anzulegen (siehe [[Linuxfibel - System-Administrati... ' <code> root@sonne> gpasswd fibel Changing the password for group fibel New Password: Re-enter new pass
fhem
7 Treffer, Zuletzt geändert:
be ist bei lokalen Aufrufen nicht nötig, wenn das Password in fhem.cfg mit globalpassword (anstatt password) angegeben wird. <code> ... define tPort telnet 7072 global attr tPort globalpassword <PASSWORD> ... </code> ====== DoorPi & FHEM ====== [[http
cracking_wep_and_wpa_wireless_networks
7 Treffer, Zuletzt geändert:
, RADIUS is not so much. PSK uses a user defined password to initialize the TKIP, temporal key integrity protocol. There is a password and the user is involved, for the most part that ... e TKIP, like during an authentication, we get the password (well the PMK anyways). A robust dictionary attack will take care of a lot of consumer passwords. Radius involves physical transferring of the k... ur over insecure channels and in plaintext so the password is not actually sent across. There are some fancy
ic1500 @webcam
6 Treffer, Zuletzt geändert:
ue="'+ login +'">'); document.write('<PARAM name="Password" value="'+ password +'">'); document.write('<PARAM name="Code" value=... Das Plugin kann man mit <code> wget http://admin:[password]@gerald.webhop.org:14322/IPCamPluginMJPEG.cab </c... 01, // user name // 1x 0x00, // password, // Nx 0x00, $logincmd = pack( ... il der mlpegtools) <code> wget -O - http://admin:[password]@gerald.webhop.org:14322/snapshot.cgi | lavplay
nut @ups
5 Treffer, Zuletzt geändert:
vi /etc/nut/upsd.users <code> [your_username] password = YOUR_PASSWORD_HERE actions = SET instcmds = ALL upsmon ma... stecken) <code> users: - username: gerald password: xxxx instcmds: - all actions: [] d... . Gibt Probleme: <code> - username: monuser password: pass actions: [] instcmds: [] </code>
ssh_without_password
5 Treffer, Zuletzt geändert:
to login (via ssh) from A to B without typing the password that machine B would normally ask for. A is calle... e> Press enter twice. Then it will ask you for password when u run this command but this w ill be the la... orized_keys"' </code> It will ask you for your password. Don't worry, this is the last time you will ha... identity </code> Since this file is like your password, it must be readable by you only. You are all
string_operations @bash
4 Treffer, Zuletzt geändert:
pts followed by a colon and a space, then reads a password from the terminal. Prints the password. Node:Variables, Next:Main, Previous:Dialog,... is "comet". Here's the script that prompts for a password then displays the default configuration: $ p
input_password @shell
4 Treffer, Zuletzt geändert:
====== input passwords ====== Common practice for inputing passwords is to read the text without displaying it on the screen. Th... terminal (in which case we cannot prevent echoing passwords) and the result of the second command will be th... ed after the read. The following code will read a password into the variable secret: <code bash> stty_orig
opendns @fritzbox
4 Treffer, Zuletzt geändert:
webdav @ftp:server
4 Treffer, Zuletzt geändert:
usb-modem @acer_aspire_one
3 Treffer, Zuletzt geändert:
mplayer @acer_aspire_one
2 Treffer, Zuletzt geändert:
macos
2 Treffer, Zuletzt geändert:
wiimote-ubuntu-mouse-lightpen @wii
2 Treffer, Zuletzt geändert:
debian @truecrypt
2 Treffer, Zuletzt geändert:
google @iphone
2 Treffer, Zuletzt geändert:
explode @shell
2 Treffer, Zuletzt geändert:
webdav
2 Treffer, Zuletzt geändert:
htaccess
2 Treffer, Zuletzt geändert:
apache @webdav
2 Treffer, Zuletzt geändert:
oxid
2 Treffer, Zuletzt geändert:
ecryptfs
2 Treffer, Zuletzt geändert:
rsync
2 Treffer, Zuletzt geändert:
nginx
2 Treffer, Zuletzt geändert:
batocera
1 Treffer, Zuletzt geändert:
samba @acer_aspire_one
1 Treffer, Zuletzt geändert:
film
1 Treffer, Zuletzt geändert:
phoscon
1 Treffer, Zuletzt geändert:
china-kamera
1 Treffer, Zuletzt geändert:
ssh
1 Treffer, Zuletzt geändert:
install_kde
1 Treffer, Zuletzt geändert:
nfs @macos
1 Treffer, Zuletzt geändert:
wine
1 Treffer, Zuletzt geändert:
nvidia
1 Treffer, Zuletzt geändert:
dump @mysql
1 Treffer, Zuletzt geändert:
p2k @xina
1 Treffer, Zuletzt geändert:
heizstab
1 Treffer, Zuletzt geändert:
iso-to-usb
1 Treffer, Zuletzt geändert:
bluetooth @acer_aspire_one
1 Treffer, Zuletzt geändert:
usermod
1 Treffer, Zuletzt geändert:
elphel
1 Treffer, Zuletzt geändert:
wii-remote_on_linux @wii
1 Treffer, Zuletzt geändert:
shell
1 Treffer, Zuletzt geändert:
rfid
1 Treffer, Zuletzt geändert:
nfs @m740av
1 Treffer, Zuletzt geändert:
 
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0
DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp   Dogecoin Donations Accepted Here    DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp  DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp