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 22 / 167
Newer►
  • Kaxon clio 3 HS après changement comodo phares - Renault - Mécanique / Électronique - FORUM Technique
    voir aussi : http://www.auto-evasion.com/forum-auto/panne-auto-mecanique-et-entretien/renault/clio-3/panne-klaxon-clio-3/277248-1118-electronique.html

    Panne éléctriques et éléctroniques en série... c'est ma 3ème Clio... peut-être la dernière ;-)
    permalink -
    - http://www.forum-auto.com/pole-technique/mecanique-electronique/sujet592520.htm
    voiture
  • Du Pixel Art en perles à repasser
    tuto perles à repasser pour faire du pixel art....Mmm !
    permalink -
    - http://www.onatesté.com/index.php/rubriques/art/20-du-pixel-art-en-perles-a-repasser
  • Taratata - Neeskens "Volunteers" (Open Mic) (2012)
    permalink -
    - http://mytaratata.com/taratata/426/neeskens-volunteers-open-mic-2012
    music
  • réhabilitation thermique - Rehabilitation-thermique.pdf
    isolation
    permalink -
    - http://www.info-energie-paysdelaloire.fr/docs/Renovation/Rehabilitation-thermique.pdf
    travaux
  • 3107_ANAH LOGEMENTS INDIVIDUELS - evaluation_travaux_rehabilitation.pdf
    cout détaillé des travaux (date de 2006)
    permalink -
    - http://www.info-energie-paysdelaloire.fr/docs/Renovation/evaluation_travaux_rehabilitation.pdf
    travaux
  • imgur.com thumbnail
    Suicide cat - GIF on Imgur
    via bronco ;-)
    permalink -
    - https://imgur.com/gallery/traDfCn
    lol
  • AvenioWeb - Affiche image
    ancienne carte
    permalink -
    - http://www.catalogue.archives.nantes.fr/4DCGI/Web_DFPict/034/1Fi1066/ILUMP7903
    nantes
  • http://www.youscribe.com/BookReader/Index/2684591?documentId=2844908
    permalink -
    - http://www.youscribe.com/BookReader/Index/2684591?documentId=2844908
    maison
  • Quels objectifs pour la politique migratoire ?
    excellente émission avec notamment claire rodier :
    Migrants & réfugiés : réponse aux indécis, aux inquiets et aux réticents La Découverte, 2016 Claire Rodier.
    Des réponses qui changent un peu du discours ambiant. On parle du droit des réfugiers et de la politique de rejet des états signataires de la convention.
    permalink -
    - https://www.franceculture.fr/emissions/du-grain-moudre/quels-objectifs-pour-la-politique-migratoire
    société
  • How to Create & Obfuscate a Virus Inside of a Microsoft Word Document « Null Byte
    permalink -
    - https://null-byte.wonderhowto.com/how-to/create-obfuscate-virus-inside-microsoft-word-document-0167780/
    malware vba
  • Tools to extract VBA Macro source code from MS Office Documents | Decalage
    outils pour accéder aux macros dans les documents office
    permalink -
    - https://www.decalage.info/vba_tools
    malware vba
  • Creating a 13 line backdoor worry free of A/V - TrustedSec - Information Security
    voir aussi :
    https://www.youtube.com/watch?v=p2u5iOKLrt8
    https://www.youtube.com/watch?v=tNvsBzNoiMU
    https://0x00sec.org/t/how-to-make-a-reverse-tcp-backdoor-in-python-part-1/1038
    https://www.trustedsec.com/june-2011/creating-a-13-line-backdoor-worry-free-of-av/
    permalink -
    - https://www.trustedsec.com/june-2011/creating-a-13-line-backdoor-worry-free-of-av/
    backdoor python
  • Welcome to PyInstaller official website — PyInstaller
    permalink -
    - http://www.pyinstaller.org/
    python
  • Episode195 - Paul's Security Weekly
    voir aussi : https://pen-testing.sans.org/blog/2013/05/06/netcat-without-e-no-problem/
    permalink -
    - http://wiki.securityweekly.com/wiki/index.php/Episode195
    netcat
  • Remote Shells. Part I - Networking / Tutorials - 0x00sec
    https://0x00sec.org/t/remote-shells-part-ii-crypt-your-link/306
    https://0x00sec.org/t/remote-shells-part-iii-shell-access-your-phone/508
    https://0x00sec.org/t/remote-shells-part-iv-the-invisible-remote-shell/743

    code c pour des remote/reverse shell.
    tuto 4 pour un canal ICMP
    permalink -
    - https://0x00sec.org/t/remote-shells-part-i/269
    hacking
  • Self-Destructing Python Script - Programming / Tutorials - 0x00sec
    On Linux:

    #!/usr/bin/env python

    import subprocess as sp
    from os import path

    # This gives us the absolute(full) path to this python script
    self_path = path.abspath(__file__)

    # Do stuff -- I just created a folder
    sp.call(["mkdir", "/home/User/Desktop/thinair"])

    # At the end of the script, the file shreds itself
    sp.call(["/usr/bin/shred", "-fuz" , self_path])

    On Windows:

    import os

    # This gives us the absolute(full) path to this python script
    file_path = os.path.abspath(__file__)

    # Do stuff -- I just created a folder
    os.system("mkdir %USERPROFILE%\Desktop\dontlook")

    # At the end of the script, the file is deleted & over-written
    os.remove(file_path)
    folder_path = os.path.dirname(file_path)
    os.system("cipher /W:%s" % folder_path)

    The Python codes needed to actually delete a file/folder are given in this4 stackoverflow accepted answer, those being:

    os.remove() will remove a file.
    os.rmdir() will remove an empty directory.
    shutil.rmtree() will delete a directory and all its contents.
    permalink -
    - https://0x00sec.org/t/self-destructing-python-script/898/3
    script
  • Windows 10 : bientôt des publicités dans l'explorateur de fichiers
    Pouahh !! :-(

    via sebsauvage
    permalink -
    - http://www.futura-sciences.com/tech/actualites/pc-windows-10-bientot-publicites-explorateur-fichiers-66655/
    windows windows10
  • boot-repair / Home / fr
    via sebsauvage
    POUR REPARER GRUB easy way !
    permalink -
    - https://sourceforge.net/p/boot-repair/home/fr/
    grub linux
  • [Linux/Debian] Astuce du jour: apt download - Liens en vrac de sebsauvage
    """Besoin d'installer une application sur une machine qui est offline (et donc pas accès aux dépôts ?)

     sudo apt download filezilla

    et il vous pond un joli petit filezilla.tar.gz contenant tous les .deb nécessaires, assorti d'un install.sh qui se charge de les installer.
    (testé sous Linux Mint 18.1)

    <3"""
    permalink -
    - http://sebsauvage.net/links/?uPEUIA
    linux
  • Google’s DeepMind made ‘inexcusable’ errors handling UK health data, says report - The Verge
    via http://sebsauvage.net/links/?FoGUyg

    Donner l'accès de données médiacles à google ? WTF !!!
    permalink -
    - http://www.theverge.com/2017/3/16/14932764/deepmind-google-uk-nhs-health-data-analysis
Links per page: 20 50 100
◄Older
page 22 / 167
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.