Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 3
44 results for tags password x
  • Cracker le mot de passe de Windows 7 (et XP et Vista) - Korben
    permalink -
    - http://korben.info/trouver-mot-de-passe.html
    password
  • Développeurs & utilisateurs, comment gérer vos mots de passe
    permalink -
    - https://blog.imirhil.fr/2015/10/27/stockage-mot-passe.html
    password
  • Dumping Windows Credentials | Securus Global Blog
    permalink -
    - https://www.securusglobal.com/community/2013/12/20/dumping-windows-credentials/
    password windows
  • attactics[dot]org: Extracting Hashes & Plaintext Passwords from Windows 10
    permalink -
    - http://www.attactics.org/2015/09/windows-10-extracting-hashes-plaintext.html
    password windows
  • 53% des applications les plus populaires ne sont pas protégées contre le cassage de mot de passe | {niKo[piK]}
    permalink -
    - http://www.nikopik.com/2015/07/53-des-applications-les-plus-populaires-ne-sont-pas-protegees-contre-le-cassage-de-mot-de-passe.html
    android password
  • Change or Reset Windows Password from a Ubuntu Live CD
    oublier un mot de passe sous windows 7... c'est ballot !
    Bon, on arrive toujours à réinitialiser avec chntpw !
    permalink -
    - http://www.howtogeek.com/howto/14369/change-or-reset-windows-password-from-a-ubuntu-live-cd/
    password windows
  • LastPass users: Your worst nightmare just came true. So what now? | Computerworld
    permalink -
    - http://www.computerworld.com/article/2936144/cloud-computing/lastpass-hacked-itbwcw.html
    faille hack password
  • TNET Raspberry Pi Site: Reset Lost Password
    pour réinitialiser son mot de passe sur le raspberry (ben oui... ça vient de m'arriver !)
    sortir la carte (micro-) SD
    la mettre dans un PC
    éditer le fichier cmdline.txt et y ajouter : init=/bin/sh à la fin
    replacer la carte (micro-)SD dans le raspberry et lancer la bête (avec écran et clavier)
    quand on a la main on tape :
    mount -o remount,rw /
    passwd pi
    (enter a new password)
    sync
    exec /sbin/init

    entrez le login (pi)
    et le nouveau password

    ré-éditez /boot/cmdline.txt en root et supprimez : init=/bin/sh

    reboot !
    permalink -
    - https://rpi.tnet.com/project/faqs/resetpasswd
    password raspberry
  • LaZagne - Un outil pour récupérer des mots de passe - Korben
    https://github.com/AlessandroZ/LaZagne
    permalink -
    - http://korben.info/lazagne-un-outil-pour-recuperer-des-mots-de-passe.html
    password software
  • PHENOELIT-US.ORG
    mots de passe par défaut des routeurs/switches/...
    permalink -
    - http://www.phenoelit-us.org/dpl/dpl.html
    password
  • Most common passwords list from 3 databases
    voir aussi : http://blog.jimmyr.com/Most_Common_Passwords_20_2008.php

    et un bel exemple de mots de passe faibles (2012) et TRES utilisés : http://www.whatsmypass.com/the-top-500-worst-passwords-of-all-time
    permalink -
    - http://blog.jimmyr.com/Password_analysis_of_databases_that_were_hacked_28_2009.php
    password
  • imgur.com thumbnail
    A tutorial on how to get into an admin account on ANY computer. - Imgur
    technique(s) LARGEMENT connue(s) mais je poste quand même...

    dans les comments :

    - For mac in 140 chars:reboot>hold Command + R>Click the Utilities menu > select Terminal> type resetpassword > press enter. Macs are Secure!
    - Reboot > command+S > "mount -uw /" > "ls /Users" > "passwd [username]"

    Then what to do ?
    - To add accounts: "net user AccountName /add". To grant admin: "net localgroup Administrators /add AccountName".
    - Once you get to the cmd prompt type "net user administrator /active:yes" There are much easier ways to do this...

    Why it works :
    - The reason this works is that Windows doesn't check the integrity of the Sticky Keys executable and just runs it regardless.
    - 1/2: The reason why this works, is that the processes in the logon-environment always is started in context of the system user.

    Other options...
    - Hirens boot CD >Tools >Security> Reset Admin Password >follow Prompt (yes) Reboot no Password. Takes 2 minutes and less fart ass ing about.
    - I think changing sethc by registry debug value to cmd is much neater. But that works too. That debug can be also used for many other things.

    Countermeasures :  
    - Windows : System Settings -> Security and Privacy -> File Vault.
    - As a network manager, disable startup repair via group policy. Fixed.
    - bcdedit /set {default} recoveryenabled No
    - Unless it's a public machine (home/work),you can prevent this by adding disk encryption or even a BIOS boot password.Just don't forget them.
    -Disable Startup Repair with: bcdedit /set {default} bootstatuspolicy ignoreallfailures
    permalink -
    - https://imgur.com/gallery/H8obU
    hacking password
  • RaiderSec: How Browsers Store Your Passwords (and Why You Shouldn't Let Them)
    permalink -
    - http://raidersec.blogspot.fr/2013/06/how-browsers-store-your-passwords-and.html?m=1
    password
  • MySQL - Resetting a lost MySQL root password | Knowledge Center | Rackspace Hosting
    sudo /etc/init.d/mysql stop
    sudo mysqld_safe --skip-grant-tables &
    mysql -u root
    use mysql;
    update user set password=PASSWORD("mynewpassword") where User='root';
    flush privileges;
    quit

    sudo service mysql stop
    sudo service mysql start

    that's all
    permalink -
    - http://www.rackspace.com/knowledge_center/article/mysql-resetting-a-lost-mysql-root-password
    mysql password
  • Secure Salted Password Hashing - How to do it Properly
    permalink -
    - https://crackstation.net/hashing-security.htm
    password
  • Blocking Brute Force Attacks - OWASP
    permalink -
    - https://www.owasp.org/index.php/Blocking_Brute_Force_Attacks
    password
  • Troy Hunt: I’m sorry, but were you actually trying to remember your comical passwords?
    permalink -
    - http://www.troyhunt.com/2011/08/im-sorry-but-were-you-actually-trying.html
    password
  • Troy Hunt: Everything you ever wanted to know about building a secure password reset feature
    permalink -
    - http://www.troyhunt.com/2012/05/everything-you-ever-wanted-to-know.html
    password
  • Troy Hunt: The Tesco hack – here’s how it (probably) happened
    permalink -
    - http://www.troyhunt.com/2014/02/the-tesco-hack-heres-how-it-probably.html
    password
  • Tesco users' passwords released but what can we learn? | DPITDPIT
    permalink -
    - http://www.dpit.co.uk/tesco-users-passwords-released-can-learn/
    password
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.