https://tools.cybb0rg.com/

Submitted URL:
https://tools.cybb0rg.com/
Report Finished:

The outgoing links identified from the page

LinkText
https://www.cybb0rg.com/Website

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errorother
URL
https://tools.cybb0rg.com/
Text
X-Frame-Options may only be set via an HTTP header sent along with a document. It may not be set inside <meta>.

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CybB0rg » Tools</title>
    <link rel="icon" type="image/png" href="https://www.cybb0rg.com/wp-content/uploads/2024/05/fav.png">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&amp;display=swap" rel="stylesheet">
    <meta http-equiv="X-Content-Type-Options" content="nosniff">
    <meta http-equiv="X-Frame-Options" content="DENY">
    <meta http-equiv="Referrer-Policy" content="no-referrer">
    <meta http-equiv="Strict-Transport-Security" content="max-age=63072000; includeSubDomains; preload">
    <style>
        body {
            margin: 0;
            font-family: 'Roboto', sans-serif;
            background-color: #f0f4f8;
            color: #333;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2em;
        }

        .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #1a73e8;
            padding: 1em;
            color: #fff;
        }

        .logo {
            display: flex;
            align-items: center;
        }

        .logo img {
            width: auto;
            height: 50px;
            margin-right: 15px;
        }

        .tools {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2em;
            margin-top: 2em;
        }

        .tool-card {
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s;
            padding: 1.5em;
        }

        .tool-card:hover {
            transform: translateY(-5px);
        }

        .tool-name {
            font-size: 1.5em;
            font-weight: 700;
            margin-bottom: 0.5em;
        }

        .tool-description {
            font-size: 1em;
            line-height: 1.6;
            margin-bottom: 1em;
        }

        .learn-more {
            text-decoration: none;
            color: #1a73e8;
            font-weight: bold;
        }

        .learn-more:hover {
            text-decoration: underline;
        }

    </style>
</head>
<body>
    <header class="header">
        <div class="logo">
            <img src="https://www.cybb0rg.com/wp-content/uploads/2024/05/logo_.png" alt="Logo">
            <h1>Tools</h1>
        </div>
        <nav>
            <a href="https://tools.cybb0rg.com/" class="learn-more" style="color: #fff;">Tools</a>
            <a href="https://www.cybb0rg.com/" class="learn-more" target="_blank" style="color: #fff; margin-left: 20px;">Website</a>
        </nav>
    </header>
    <div class="container">
        <section class="tools">
            <div class="tool-card">
                <div class="tool-name">Leak Checker - ACESSO.GOV.PT</div>
                <p class="tool-description">You can use this tool to check if your NIF is within the public data leaks.</p>
                <a href="https://tools.cybb0rg.com/accessgovleak" target="_blank" class="learn-more">Open Tool</a>
            </div>
            <!-- Add more tool cards as needed -->
        </section>
    </div>


</body></html>