Contributions de Administrateur
De www.yakakliker.org
Un utilisateur avec 1 755 modifications. Compte créé le 9 mars 2024.
22 mars 2024
- 16:0322 mars 2024 à 16:03 diff hist +20 N Fichier:Capture d’écran du 2024-03-22 16-03-35.png Aucun résumé des modifications actuelle
- 16:0122 mars 2024 à 16:01 diff hist +115 Python : Operators →Liens Balise : Éditeur visuel
- 16:0022 mars 2024 à 16:00 diff hist +287 N Python : Operators Page créée avec « === Opérateurs arithmétiques === sans_cadre|591x591px === Opérateurs d'assignation === sans_cadre|588x588px === Liens === Catégorie:Python Catégorie:Scripts » Balise : Éditeur visuel
- 16:0022 mars 2024 à 16:00 diff hist +20 N Fichier:Capture d’écran du 2024-03-22 16-00-06.png Aucun résumé des modifications actuelle
- 15:5822 mars 2024 à 15:58 diff hist +20 N Fichier:Capture d’écran du 2024-03-22 15-58-01.png Aucun résumé des modifications actuelle
- 15:3122 mars 2024 à 15:31 diff hist +97 Python : Les variables Aucun résumé des modifications Balise : Éditeur visuel
- 15:3022 mars 2024 à 15:30 diff hist +16 N Fichier:Capture d’écran du 2024-03-22 15-29-41.png Aucun résumé des modifications actuelle
- 11:5922 mars 2024 à 11:59 diff hist +422 N Python : Les variables Page créée avec « === Déclarer une variable === <syntaxhighlight lang="python3"> nom_de_la_variable = uneValeur </syntaxhighlight> === Afficher une variable === <syntaxhighlight lang="python3"> variable = 'Bonjour tout le monde' print(variable) </syntaxhighlight> === Liens === https://dyma.fr/developer/list/chapters/core/619556fdd5fe7e09d4aba395/lesson/python/61969e5866ef0d5e68f7f66d/2/2 Catégorie:Python Catégorie:Scripts » Balise : Éditeur visuel
20 mars 2024
- 08:4120 mars 2024 à 08:41 diff hist +309 N Fail2ban : Débannir une adresse IP Page créée avec « <syntaxhighlight lang="bash"> fail2ban-client set jail unbanip ip </syntaxhighlight> * Exemple <syntaxhighlight lang="bash"> fail2ban-client set sshd unbanip 212.227.108.142 </syntaxhighlight> === Liens === https://www.linuxtricks.fr/wiki/fail2ban-bannir-automatiquement-les-intrus Catégorie:Fail2ban » Balise : Éditeur visuel
19 mars 2024
- 16:5819 mars 2024 à 16:58 diff hist +160 N Thinlinc : Interface d'administration Page créée avec « <syntaxhighlight lang="bash"> https://IP:1010 </syntaxhighlight> === Liens === https://www.cendio.com/resources/docs/tag/tlwebadm.html Catégorie:Thinlinc » Balise : Éditeur visuel
- 16:5619 mars 2024 à 16:56 diff hist +488 N Aruba : Création d'un VLAN Taggé sur un port Page créée avec « <syntaxhighlight lang="bash"> Access-1# configure terminal Access-1(config)# interface 1/1/28 Access-1(config-if)# vlan trunk allowed 1,111 Access-1(config-if)# end Access-1# Verification : Access-1# show interface trunk ------------------------------------------------------------------------- Port Native VLAN Trunk VLANs ------------------------------------------------------------------------- 1/1/28 1 1,111 Access-1# </syntaxhighlight> Catégorie:Aruba... » Balise : Éditeur visuel
- 16:5519 mars 2024 à 16:55 diff hist +239 N Aruba : Création d'un VLAN Page créée avec « <syntaxhighlight lang="bash"> Access-1# configure terminal Access-1(config)# vlan 111 Access-1(config-vlan-111)# name EMPLOYEES Access-1(config-vlan-111)# exit Access-1(config)# </syntaxhighlight> Catégorie:Aruba Catégorie:Reseau » Balise : Éditeur visuel
- 16:5419 mars 2024 à 16:54 diff hist +263 N Aruba : Configuration d'un VLAN en Untag sur un port Page créée avec « <syntaxhighlight lang="bash"> Access-1(config)# interface 1/1/1 Access-1(config-if)# vlan access 111 Access-1(config-if)# interface 1/1/13 Access-1(config-if)# vlan access 111 Access-1(config-if)# exit </syntaxhighlight> Catégorie:Aruba Catégorie:Reseau » Balise : Éditeur visuel
- 16:5219 mars 2024 à 16:52 diff hist +263 N Aruba : Configuration LACP Page créée avec « <syntaxhighlight lang="bash"> SwAruba# conf t SwAruba(config)# trunk 1/51,1/52 trk1 lacp SwAruba(config)# interface trk1 SwAruba(eth-Trk1)# tagged vlan 10,20,30 SwAruba(eth-Trk1)# untagged vlan 1 </syntaxhighlight> Catégorie:Aruba Catégorie:Reseau » Balise : Éditeur visuel
- 16:5119 mars 2024 à 16:51 diff hist +125 N Aruba : Configuration de la gateway par défaut Page créée avec « <syntaxhighlight lang="bash"> ip route 0.0.0.0/0 x.x.x.x wr mem </syntaxhighlight> Catégorie:Aruba Catégorie:Reseau » Balise : Éditeur visuel
- 16:3719 mars 2024 à 16:37 diff hist +94 N Zerotier : Dossier de configuration Page créée avec « <syntaxhighlight lang="bash"> /var/lib/zerotier-one </syntaxhighlight> Catégorie:Zerotier » Balise : Éditeur visuel
- 16:3619 mars 2024 à 16:36 diff hist +227 N Zerotier : Redémarrage des services controleur Page créée avec « <syntaxhighlight lang="bash"> sudo systemctl restart zerotier-one </syntaxhighlight><syntaxhighlight lang="bash"> sudo systemctl restart ztncui </syntaxhighlight> Catégorie:Zerotier Catégorie:VPN Catégorie:Reseau » Balise : Éditeur visuel
- 16:3519 mars 2024 à 16:35 diff hist +666 N Zerotier : Sortir via un routeur VPN Zerotier Page créée avec « * Créer la route 0.0.0.0/0 dans les routes du réseau Zerotier * Sur la station ajouter la route : <syntaxhighlight lang="bash"> sudo zerotier-cli set <networkId> allowDefault=1 </syntaxhighlight> === Liens === https://zerotier.atlassian.net/wiki/spaces/SD/pages/7110693/Overriding+Default+Route+Full+Tunnel+Mode [https://sensorsiot.github.io/IOTstack/Containers/ZeroTier/#:~:text=Launch%20the%20ZeroTier%20One%20app,on%20%22Enable%20Default%20Route%22. https://se... » Balise : Éditeur visuel
- 16:2819 mars 2024 à 16:28 diff hist +206 N Zerotier : Changement du mtu Page créée avec « Aller dans le dossier "/var/lib/zerotier-one/controller.d/network" Editer le fichier "ID Network.json" et trouver l'emplacement du MTU Catégorie:Zerotier Catégorie:VPN Catégorie:Reseau » Balise : Éditeur visuel
- 16:2519 mars 2024 à 16:25 diff hist +127 N Proxmox : Drivers Virtio Page créée avec « === Liens === https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/ Catégorie:Proxmox Catégorie:Virtio » Balise : Éditeur visuel
- 16:2219 mars 2024 à 16:22 diff hist +784 N Linux : Gestion des routes Page créée avec « === Afficher les routes === <syntaxhighlight lang="bash"> route -n ip route show </syntaxhighlight> === Ajout d'une route simple === <syntaxhighlight lang="bash"> sudo ip route add 10.0.2.0/24 via 192.168.43.223 dev enp0s3 </syntaxhighlight> === Ajout d'une route par défaut === <syntaxhighlight lang="bash"> sudo ip route add default via 192.168.43.1 dev eth0 </syntaxhighlight> === Suppression d'une route par défaut === <syntaxhighlight lang="bash"> sudo ip... » Balise : Éditeur visuel
- 16:1819 mars 2024 à 16:18 diff hist +151 N Linux : Création d'un utilisateur Page créée avec « <syntaxhighlight lang="bash"> useradd -m administrateur passwd administrateur usermod -aG sudo administrateur </syntaxhighlight> Catégorie:Linux » Balise : Éditeur visuel
- 16:1419 mars 2024 à 16:14 diff hist +1 155 N Linux : Redémarrage automatique des services après upgrade Page créée avec « <syntaxhighlight lang="bash"> As others mentioned, the trouble in this case is with the needrestart command, which is part of the apt-get upgrade process in Ubuntu now (specifically 22.04 which is what I am using). By default this is set to "interactive" mode which causes the interruption of scripts. To change this behavior, we can edit the /etc/needrestart/needrestart.conf file, changing the line: #$nrconf{restart} = 'i'; to $nrconf{restart} = 'a'; (if we wa... » Balise : Éditeur visuel
- 16:1019 mars 2024 à 16:10 diff hist +532 N Libreoffice : Menu déroulant Page créée avec « === Liens === [https://blog.shevarezo.fr/post/2020/09/30/comment-creer-liste-deroulante-excel-google-sheets-libreoffice-calc#:~:text=LibreOffice%20Calc,-La%20m%C3%A9thode%20pour&text=Sur%20la%20cellule%20qui%20doit,les%20%C3%A9l%C3%A9ments%20de%20la%20liste. https://blog.shevarezo.fr/post/2020/09/30/comment-creer-liste-deroulante-excel-google-sheets-libreoffice-calc#:~:text=LibreOffice%20Calc,-La%20m%C3%A9thode%20pour&text=Sur%20la%20cellule%20qui%20doit,les%20%... » actuelle Balise : Éditeur visuel
- 16:0819 mars 2024 à 16:08 diff hist +326 N Libreoffice : Définir le point au lieu de la virgule Page créée avec « Dans LibreOffice, va dans le menu Outils > Options, onglet Paramètres Linguistiques > Langues, et décoche "Touche du séparateur de décimales: identique au paramètre de la locale" === Liens === https://linuxfr.org/forums/linux-debutant/posts/libre-office-calc-point-comme-separateur-decimale Catégorie:Libreoffice » actuelle Balise : Éditeur visuel
- 16:0719 mars 2024 à 16:07 diff hist +565 N LibreOffice : Insertion d'une page paysage Page créée avec « Menu Insertion de LibreOffice On clique sur Saut manuel, on coche Saut de page et dans la liste déroulante des Styles, on choisit (plutôt vers le bas) « Paysage ». === Liens === [https://dutailly.net/portrait-paysage-et-libreoffice#:~:text=Menu%20Insertion%20de%20LibreOffice&text=On%20clique%20sur%20Saut%20manuel,le%20bas)%20%C2%AB%20Paysage%20%C2%BB. https://dutailly.net/portrait-paysage-et-libreoffice#:~:text=Menu%20Insertion%20de%20LibreOffice&text=On%20... » actuelle Balise : Éditeur visuel
- 16:0519 mars 2024 à 16:05 diff hist +156 N Linux : Créer une image USB/Iso avec dd Page créée avec « <syntaxhighlight lang="bash"> sudo dd if=/isos/ubuntu-19.04-live-server-amd64.iso of=/dev/sdb bs=1M status=progress </syntaxhighlight> Catégorie:Linux » Balise : Éditeur visuel
- 15:4719 mars 2024 à 15:47 diff hist +353 Mikrotik : NAT IP Aucun résumé des modifications Balise : Éditeur visuel
- 15:4619 mars 2024 à 15:46 diff hist +60 Mikrotik : Vlan Aucun résumé des modifications Balise : Éditeur visuel
- 15:4519 mars 2024 à 15:45 diff hist +1 592 N Mikrotik : Vlan Page créée avec « <syntaxhighlight lang="bash"> /interface bridge add admin-mac=18:FD:74:BC:B5:6F auto-mac=no comment=defconf name=bridge vlan-filtering=yes /interface vlan add interface=bridge name=vlan1-Admin vlan-id=1 add interface=bridge name=vlan2-Isis vlan-id=2 add interface=bridge name=vlan20-Voip vlan-id=20 /interface bonding add mode=802.3ad name=bonding1 slaves=qsfpplus1-1,qsfpplus1-2,qsfpplus1-3,qsfpplus1-4 transmit-hash-policy=layer-2-and-3 /interface ethernet switc... » Balise : Éditeur visuel
- 15:4419 mars 2024 à 15:44 diff hist +4 936 N Mikrotik : Vlan sur les séries Hex Page créée avec « <syntaxhighlight lang="bash"> [admin@MikroTik] > export # 2023-07-26 16:57:14 by RouterOS 7.10.2 # software id = EJAV-8QRI # # model = RB750Gr3 # serial number = CC210F337586 /interface bridge add admin-mac=DC:2C:6E:AA:3F:5E auto-mac=no comment=defconf ingress-filtering=no name=bridge vlan-filtering=yes /interface vlan add interface=bridge name=vlan2001 vlan-id=2001 add interface=bridge name=vlan2002 vlan-id=2002 add interface=bridge name=vlan2003 vlan-id=2003 a... » Balise : Éditeur visuel
- 15:4119 mars 2024 à 15:41 diff hist +2 532 N Mikrotik : Protection Bruteforce Page créée avec « === Paramètres Mikrotik === <syntaxhighlight lang="bash"> /ip firewall address-list add list=Blacklist comment="Liste des IP bloquées." /ip firewall raw add action=drop chain=prerouting comment="Blacklist" src-address-list="Blacklist" /ip firewall raw add action=drop chain=prerouting comment="Blacklist" dst-address-list="Blacklist" /ip firewall filter add chain=input action=drop comment="Drop new connections from Blacklist" connection-state=new src-address-li... » Balise : Éditeur visuel
- 15:3719 mars 2024 à 15:37 diff hist +4 Mikrotik : Blacklist par Pays →Scripts Balise : Éditeur visuel
- 15:3619 mars 2024 à 15:36 diff hist +1 785 N Mikrotik : Blacklist par Pays Page créée avec « === Scripts === <syntaxhighlight lang="bash"> # Script de telechargement de la liste AFGHANISTAN (AF) /system script add name="Downloadaf-aggregated" source={ /tool fetch url="http://blacklist.yakakliker.org/af-aggregated.rsc" mode=http; :log info "af-aggregated.rsc telecharge depuis http://blacklist.yakakliker.org"; } </syntaxhighlight><syntaxhighlight lang="bash"> # Script suppression de l'ancienne liste AFGHANISTAN (AF) et ajout de la nouvelle /system script... » Balise : Éditeur visuel
- 15:3219 mars 2024 à 15:32 diff hist +1 466 N Mikrotik : Sécurisation Page créée avec « <syntaxhighlight lang="bash"> /ip firewall address-list add list=BlackList comment="Liste des IP bloquées." /ip firewall raw add action=drop chain=prerouting comment="Blacklist" src-address-list="Blacklist" /ip firewall raw add action=drop chain=prerouting comment="Blacklist" dst-address-list="Blacklist" /ip firewall filter add chain=input action=drop comment="Drop new connections from Blacklist" connection-state=new src-address-list=Blacklist /ip firewall fil... » Balise : Éditeur visuel
- 15:2619 mars 2024 à 15:26 diff hist +11 231 Mikrotik : Intégrer des blacklists Aucun résumé des modifications Balise : Éditeur visuel
- 15:2219 mars 2024 à 15:22 diff hist +30 Mikrotik : Intégrer des blacklists Aucun résumé des modifications Balise : Éditeur visuel
- 15:2119 mars 2024 à 15:21 diff hist +5 997 N Mikrotik : Intégrer des blacklists Page créée avec « <syntaxhighlight lang="bash"> /system script add name="Download_dshield" source={ /tool fetch url="http://blacklist.comasys.loc/dshield.rsc" mode=http; :log info "Downloaded dshield.rsc from http://blacklist.comasys.loc"; } /system script add name="Replace_dshield" source={ /ip firewall address-list remove [find where comment="DShield"] /import file-name=dshield.rsc; :log info "Removed old dshield records and imported new list"; } /system scheduler add comment=... » Balise : Éditeur visuel
- 15:1919 mars 2024 à 15:19 diff hist +230 N Mikrotik : Problème de déconnexion RDP Page créée avec « <syntaxhighlight lang="bash"> ip/firewall/connection/tracking/set udp-timeout=20s </syntaxhighlight> === Liens === https://forum.mikrotik.com/viewtopic.php?t=178364 Catégorie:Mikrotik Catégorie:Reseau Catégorie:Rdp » Balise : Éditeur visuel
- 15:1619 mars 2024 à 15:16 diff hist +265 N Mikrotik : Autorisations accès web depuis Wan Page créée avec « <syntaxhighlight lang="bash"> /ip firewall filter add chain=input action=accept protocol=tcp in-interface=!WAN-interface dst-port=22,80 </syntaxhighlight> === Liens === https://forum.mikrotik.com/viewtopic.php?t=105934 Catégorie:Mikrotik Catégorie:Reseau » Balise : Éditeur visuel
- 15:1319 mars 2024 à 15:13 diff hist +540 N Mikrotik : NAT IP Page créée avec « <syntaxhighlight lang="bash"> /ip firewall nat add chain=dstnat dst-address=10.5.8.200 dst-port=21 protocol=tcp action=dst-nat to-addresses=192.168.0.109 /ip firewall nat add chain=dstnat dst-port=5060 action=dst-nat protocol=tcp to-address=172.18.15.243 to-port=5060 /ip firewall nat add chain=dstnat dst-port=5060 action=dst-nat protocol=udp to-address=172.18.15.243 to-port=5060 </syntaxhighlight> === Liens === https://wiki.mikrotik.com/wiki/Manual:IP/Firewa... » Balise : Éditeur visuel
- 15:1119 mars 2024 à 15:11 diff hist +197 N Mikrotik : Créer son serveur OVPN Page créée avec « === Liens === https://blog.cristou.fr/creer-un-serveur-openvpn-sur-un-mikrotik/ https://help.mikrotik.com/docs/display/ROS/OpenVPN Catégorie:Mikrotik Catégorie:Reseau Catégorie:VPN » Balise : Éditeur visuel
- 15:0919 mars 2024 à 15:09 diff hist +116 N Bruteforce RTSP Page créée avec « === Liens === https://gitlab.com/woolf/RTSPbrute Catégorie:Bruteforce Catégorie:RTSP Catégorie:Linux » Balise : Éditeur visuel
- 15:0719 mars 2024 à 15:07 diff hist +160 N Bruteforce SSH Page créée avec « === Liens === https://www.linkedin.com/pulse/bruteforce-ssh-hydra-ncrack-medusa-faizan-aslam/ Catégorie:Bruteforce Catégorie:SSH Catégorie:Linux » Balise : Éditeur visuel
- 15:0519 mars 2024 à 15:05 diff hist −36 Bruteforce : Patator Aucun résumé des modifications Balise : Éditeur visuel
- 15:0519 mars 2024 à 15:05 diff hist +341 N Bruteforce : Patator Page créée avec « <syntaxhighlight lang="bash"> patator mysql_login user=root password=FILE0 0=/root/passes.txt host=127.0.0.1 -x ignore:fgrep='Access denied for user' </syntaxhighlight> === Liens === <nowiki>https://www.kali.org/tools/patator/</nowiki> <nowiki>https://github.com/lanjelot/patator</nowiki> Catégorie:Bruteforce Catégorie:Linux » Balise : Éditeur visuel
- 15:0319 mars 2024 à 15:03 diff hist +108 N Nmap : Scan de ports Page créée avec « <syntaxhighlight lang="bash"> nmap -r Adresse IP </syntaxhighlight> Catégorie:Nmap Catégorie:Linux » Balise : Éditeur visuel
- 15:0119 mars 2024 à 15:01 diff hist +1 305 N Apache : VirtualHost Page créée avec « === Exemple de VirtualHost === <syntaxhighlight lang="bash" line="1"> <VirtualHost *:80> ServerName www.monwiki.org ServerAdmin webmaster@localhost DocumentRoot /var/www/mediawiki ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined <FilesMatch "\.(cgi|shtml|phtml|php)$"> </FilesMatch> <Directory /usr/lib/cgi-bin> </Directory> <Directory /var/www/m... » Balise : Éditeur visuel
- 14:5519 mars 2024 à 14:55 diff hist +194 N Nextcloud : Emplacement du fichier config.php dans une installation Snap Ubuntu Page créée avec « === Emplacement du fichier config.php === <syntaxhighlight lang="bash"> /var/snap/nextcloud/current/nextcloud/config/config.php </syntaxhighlight> Catégorie:Nextcloud Catégorie:Linux » Balise : Éditeur visuel
18 mars 2024
- 16:1218 mars 2024 à 16:12 diff hist +193 Installation de Fail2ban Aucun résumé des modifications Balise : Éditeur visuel