Domain desty.site
Germany
AMAZON-02
Software information

Netlify

tcp/443

  • Git configuration and history exposed
    First seen 2025-12-12 11:57
    Last seen 2025-12-27 02:14
    Open for 14 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb13ccd3a0

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/Staelle-desti/Projet_international.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2025-12-27 02:14
      316 Bytes
  • Open service 35.157.26.135:443 · desty.site

    2026-01-09 21:24

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 3
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 5401
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 09 Jan 2026 21:24:52 GMT
    Etag: "1abdf66d243588d8b736441e0ffaed82-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEJABQMBC9QSMWRHRWZEFNES
    Connection: close
    
    Page title: ForeIUT � Welcome
    
    <!DOCTYPE html>
    <html lang="fr">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>ForeIUT � Welcome</title>
    
        <style>
            body {
                font-family: "Arial", sans-serif;
                background: #ffffff;
                margin: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
            }
    
            .container {
                width: 340px;
                background: #f8ffff;
                border-radius: 30px;
                border: 3px solid #cfeaf5;
                padding: 20px;
                text-align: center;
                box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            }
    
            h1 {
                color: #2ecc71;
                font-size: 32px;
                margin-bottom: 10px;
            }
    
            /* SECTION ANIMAUX */
            .animals-wrapper {
                margin-top: 15px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
    
            .top {
                display: flex;
                justify-content: center;
            }
    
            .bottom {
                display: flex;
                justify-content: space-between;
                width: 220px;
            }
    
            .animal {
                width: 90px;
                animation: float 3s ease-in-out infinite;
            }
    
            @keyframes float {
                0% { transform: translateY(0px); }
                50% { transform: translateY(-8px); }
                100% { transform: translateY(0px); }
            }
    
            /* BOUTONS */
            .button-container {
                margin-top: 20px;
                display: flex;
                flex-direction: column;
                gap: 10px;
                align-items: center;
            }
    
            button {
                width: 200px;
                padding: 14px;
                font-size: 20px;
                border-radius: 40px;
                border: 2px solid #333;
                background: #2ecc71;
                color: white;
                cursor: pointer;
                transition: 0.25s;
            }
    
            button:hover {
                transform: scale(1.05);
                background: #e6fff0;
                color: black;
            }
    
            .home-btn {
                background: #6dc5ff;
            }
    
            .lang-box {
                margin-top: 10px;
            }
    
            select {
                padding: 5px 10px;
                border-radius: 10px;
                border: 2px solid #888;
                background: #eef7ff;
                cursor: pointer;
                font-size: 14px;
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1 id="title">ForeIUT</h1>
            <h2 id="welcome" style="font-weight: normal;">Welcome!</h2>
    
            <!-- Selecteur de langue -->
            <div class="lang-box">
                <select id="langSelect">
                    <option value="en">🌐 English</option>
                <option value="fr">🇫🇷 Français</option>
                </select>
            </div>
    
            <!-- ANIMAUX EN 3 BLOCS -->
            <div class="animals-wrapper">
                <!-- Bloc du haut : Abeille -->
                <div class="top">
                    <img class="animal" src="abeille.jpg">
                </div>
    
                <!-- Bloc du bas : Poule + Mouton -->
                <div class="bottom">
                    <img class="animal" src="poule.png">
                    <img class="animal" src="mouton.jpeg">
                </div>
            </div>
    
            <!-- BOUTONS -->
            <div class="button-container">
                <!-- Bouton Start -->
                <button id="startBtn">Start!</button>
    
                <!-- NOUVEAU BOUTON POUR ACCUEIL -->
                <button id="homeBtn" class="home-btn">Home</button>
            </div>
        </div>
    
        <script>
            const translations = {
                en: { welcome: "Welcome!", start: "Start!", home: "Home" },
                fr: { welcome: "Bienvenue!", start: "Commencer!", home: "Accueil" }
            };
    
            const langSelect = document.getEl
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · desty.site

    2025-12-23 03:34

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 5401
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 23 Dec 2025 03:34:18 GMT
    Etag: "1abdf66d243588d8b736441e0ffaed82-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD4MB80XMV08EW9XGZYS9P6G
    Connection: close
    
    Page title: ForeIUT � Welcome
    
    <!DOCTYPE html>
    <html lang="fr">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>ForeIUT � Welcome</title>
    
        <style>
            body {
                font-family: "Arial", sans-serif;
                background: #ffffff;
                margin: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
            }
    
            .container {
                width: 340px;
                background: #f8ffff;
                border-radius: 30px;
                border: 3px solid #cfeaf5;
                padding: 20px;
                text-align: center;
                box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            }
    
            h1 {
                color: #2ecc71;
                font-size: 32px;
                margin-bottom: 10px;
            }
    
            /* SECTION ANIMAUX */
            .animals-wrapper {
                margin-top: 15px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
    
            .top {
                display: flex;
                justify-content: center;
            }
    
            .bottom {
                display: flex;
                justify-content: space-between;
                width: 220px;
            }
    
            .animal {
                width: 90px;
                animation: float 3s ease-in-out infinite;
            }
    
            @keyframes float {
                0% { transform: translateY(0px); }
                50% { transform: translateY(-8px); }
                100% { transform: translateY(0px); }
            }
    
            /* BOUTONS */
            .button-container {
                margin-top: 20px;
                display: flex;
                flex-direction: column;
                gap: 10px;
                align-items: center;
            }
    
            button {
                width: 200px;
                padding: 14px;
                font-size: 20px;
                border-radius: 40px;
                border: 2px solid #333;
                background: #2ecc71;
                color: white;
                cursor: pointer;
                transition: 0.25s;
            }
    
            button:hover {
                transform: scale(1.05);
                background: #e6fff0;
                color: black;
            }
    
            .home-btn {
                background: #6dc5ff;
            }
    
            .lang-box {
                margin-top: 10px;
            }
    
            select {
                padding: 5px 10px;
                border-radius: 10px;
                border: 2px solid #888;
                background: #eef7ff;
                cursor: pointer;
                font-size: 14px;
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1 id="title">ForeIUT</h1>
            <h2 id="welcome" style="font-weight: normal;">Welcome!</h2>
    
            <!-- Selecteur de langue -->
            <div class="lang-box">
                <select id="langSelect">
                    <option value="en">🌐 English</option>
                <option value="fr">🇫🇷 Français</option>
                </select>
            </div>
    
            <!-- ANIMAUX EN 3 BLOCS -->
            <div class="animals-wrapper">
                <!-- Bloc du haut : Abeille -->
                <div class="top">
                    <img class="animal" src="abeille.jpg">
                </div>
    
                <!-- Bloc du bas : Poule + Mouton -->
                <div class="bottom">
                    <img class="animal" src="poule.png">
                    <img class="animal" src="mouton.jpeg">
                </div>
            </div>
    
            <!-- BOUTONS -->
            <div class="button-container">
                <!-- Bouton Start -->
                <button id="startBtn">Start!</button>
    
                <!-- NOUVEAU BOUTON POUR ACCUEIL -->
                <button id="homeBtn" class="home-btn">Home</button>
            </div>
        </div>
    
        <script>
            const translations = {
                en: { welcome: "Welcome!", start: "Start!", home: "Home" },
                fr: { welcome: "Bienvenue!", start: "Commencer!", home: "Accueil" }
            };
    
            const langSelect = document.getEl
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · desty.site

    2025-12-20 16:51

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 5401
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 20 Dec 2025 16:51:37 GMT
    Etag: "1abdf66d243588d8b736441e0ffaed82-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCYAS0K7YJMSEBY7XWPHEGFP
    Connection: close
    
    Page title: ForeIUT � Welcome
    
    <!DOCTYPE html>
    <html lang="fr">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>ForeIUT � Welcome</title>
    
        <style>
            body {
                font-family: "Arial", sans-serif;
                background: #ffffff;
                margin: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
            }
    
            .container {
                width: 340px;
                background: #f8ffff;
                border-radius: 30px;
                border: 3px solid #cfeaf5;
                padding: 20px;
                text-align: center;
                box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            }
    
            h1 {
                color: #2ecc71;
                font-size: 32px;
                margin-bottom: 10px;
            }
    
            /* SECTION ANIMAUX */
            .animals-wrapper {
                margin-top: 15px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
    
            .top {
                display: flex;
                justify-content: center;
            }
    
            .bottom {
                display: flex;
                justify-content: space-between;
                width: 220px;
            }
    
            .animal {
                width: 90px;
                animation: float 3s ease-in-out infinite;
            }
    
            @keyframes float {
                0% { transform: translateY(0px); }
                50% { transform: translateY(-8px); }
                100% { transform: translateY(0px); }
            }
    
            /* BOUTONS */
            .button-container {
                margin-top: 20px;
                display: flex;
                flex-direction: column;
                gap: 10px;
                align-items: center;
            }
    
            button {
                width: 200px;
                padding: 14px;
                font-size: 20px;
                border-radius: 40px;
                border: 2px solid #333;
                background: #2ecc71;
                color: white;
                cursor: pointer;
                transition: 0.25s;
            }
    
            button:hover {
                transform: scale(1.05);
                background: #e6fff0;
                color: black;
            }
    
            .home-btn {
                background: #6dc5ff;
            }
    
            .lang-box {
                margin-top: 10px;
            }
    
            select {
                padding: 5px 10px;
                border-radius: 10px;
                border: 2px solid #888;
                background: #eef7ff;
                cursor: pointer;
                font-size: 14px;
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1 id="title">ForeIUT</h1>
            <h2 id="welcome" style="font-weight: normal;">Welcome!</h2>
    
            <!-- Selecteur de langue -->
            <div class="lang-box">
                <select id="langSelect">
                    <option value="en">🌐 English</option>
                <option value="fr">🇫🇷 Français</option>
                </select>
            </div>
    
            <!-- ANIMAUX EN 3 BLOCS -->
            <div class="animals-wrapper">
                <!-- Bloc du haut : Abeille -->
                <div class="top">
                    <img class="animal" src="abeille.jpg">
                </div>
    
                <!-- Bloc du bas : Poule + Mouton -->
                <div class="bottom">
                    <img class="animal" src="poule.png">
                    <img class="animal" src="mouton.jpeg">
                </div>
            </div>
    
            <!-- BOUTONS -->
            <div class="button-container">
                <!-- Bouton Start -->
                <button id="startBtn">Start!</button>
    
                <!-- NOUVEAU BOUTON POUR ACCUEIL -->
                <button id="homeBtn" class="home-btn">Home</button>
            </div>
        </div>
    
        <script>
            const translations = {
                en: { welcome: "Welcome!", start: "Start!", home: "Home" },
                fr: { welcome: "Bienvenue!", start: "Commencer!", home: "Accueil" }
            };
    
            const langSelect = document.getEl
    Found 2025-12-20 by HttpPlugin
    Create report
desty.sitewww.desty.site
CN:
desty.site
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-12-12 10:57
Not after:
2026-03-12 10:57
Domain summary
IP summary