Skip to content
Snippets Groups Projects
Commit 0c7661a6 authored by Vincent Mazenod's avatar Vincent Mazenod
Browse files

update authentication

parent 0bf59b1c
No related branches found
No related tags found
No related merge requests found
Pipeline #6342 passed
......@@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]:-$0}" )/.." && pwd )"
if [[ ! -d "${DIR}/.venv" ]] ; then
virtualenv -p /usr/bin/python3 "${DIR}/.venv"
virtualenv -p /usr/bin/python2 "${DIR}/.venv"
fi
source "${DIR}/.venv/bin/activate"
......
......@@ -316,7 +316,6 @@ Note:
* [John the Ripper](http://www.openwall.com/john/) permet de générer des mots de passes dérivant de parties du username
<!--
## [THC Hydra](http://www.thc.org/thc-hydra/)
* multi-protocole: IMAP, SMB, HTTP, VNC, MS-SQL MySQL, SMTP, SSH, VNC, Asterisk, ...
......@@ -377,14 +376,13 @@ unshadow /etc/passwd /etc/shadow > mypasswd
## attaques par tables arc-en-ciel
* [Project RainbowCrack](http://www.antsight.com/zsl/rainbowcrack/)
* [CrackStation](https://crackstation.net/)
* avec la signature de smithy dans la table user
```shell
5f4dcc3b5aa765d61d8327deb882cf99
```
-->
## <i class="fa fa-medkit"></i> Se protéger
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment