Benutzer-Werkzeuge

Webseiten-Werkzeuge


start

Dies ist eine alte Version des Dokuments!


Hallo Besucher! Willkommen in diesem kleinen Wiki rund um IT. Vieles ist noch unvollständig, unstrukturiert oder vielleicht sogar falsch bzw. irreführend.

Du kannst Artikel gerne ergänzen oder verbessern. Gerne mit so vielen Links wie nötig. Bitte keine Werbelinks und nur selbst verfasste oder lizenzfreie Texte! Copyright beachten!

<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8">
    <title>USB Webcam Anzeige</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background: #1e1e1e;
            color: #f0f0f0;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 2rem;
        }

        video {
            border: 2px solid #00ff88;
            border-radius: 10px;
            width: 640px;
            height: 480px;
            background: #000;
        }

        button {
            margin-top: 1rem;
            padding: 0.5rem 1rem;
            font-size: 1rem;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            background-color: #00ff88;
            color: #000;
        }

        button:hover {
            background-color: #00cc6a;
        }
    </style>
</head>
<body>
    <h1>Meine USB Webcam</h1>
    <video id="webcam" autoplay playsinline></video>
    <button onclick="startWebcam()">Webcam starten</button>

    <script>
        async function startWebcam() {
            try {
                const stream = await navigator.mediaDevices.getUserMedia({
                    video: { width: 640, height: 480 },
                    audio: false
                });
                document.getElementById('webcam').srcObject = stream;
            } catch (error) {
                alert("Fehler beim Zugriff auf die Webcam:\n" + error.message);
                console.error(error);
            }
        }
    </script>
</body>
</html>

Fehlende Verlinkungen

Eine Liste von Seiten die noch erstellt werden müssen.

# ID Links
1turn3 : Show backlinks
2graylog2 : Show backlinks
3chef2 : Show backlinks
4https2 : Show backlinks
5netzwerkkarte2 : Show backlinks
6xml2 : Show backlinks
73des1 : Show backlinks
8srtp1 : Show backlinks
9nvme1 : Show backlinks
10hub1 : Show backlinks
11soundkarte1 : Show backlinks
12fierce1 : Show backlinks
13sips1 : Show backlinks
14dnsrecon1 : Show backlinks
15dnscat21 : Show backlinks
16ddos1 : Show backlinks
17sata1 : Show backlinks
18creddump71 : Show backlinks
19courier1 : Show backlinks
20rpc1 : Show backlinks
21tshark1 : Show backlinks
22unix1 : Show backlinks
23oakley1 : Show backlinks
24iax21 : Show backlinks
25ice1 : Show backlinks
26ssd1 : Show backlinks
27iscsitarget1 : Show backlinks
28playground:playground1 : Show backlinks
29vmfs1 : Show backlinks
30vnc1 : Show backlinks
31pjsip1 : Show backlinks
32pcie1 : Show backlinks
33webrtc1 : Show backlinks
34base641 : Show backlinks
35isakmp1 : Show backlinks

=⇒

dsregcmd

blueducky.py (Bluetooth Cracking)

{
  "query": {
    "bool": {
      "must": [
        {
          "match": {
            "winlog.event_data.AuthenticationPackageName": "Kerberos"
          }
        },
        {
          "wildcard": {
            "agent.name": "*fs0*"
          }
        }
      ],
      "should": [],
      "must_not": [
        {
          "wildcard": {
            "winlog.event_data.TargetUserName": "s_*"
          }
        },
        {
          "wildcard": {
            "winlog.event_data.TargetUserName": "*$"
          }
        },
        {
          "wildcard": {
            "winlog.event_data.TargetUserName": "admin_*"
          }
        },
        {
          "wildcard": {
            "winlog.event_data.TargetUserName": "ANONYMOUS*"
          }
        },
        {
          "match": {
            "winlog.event_data.TargetUserName": "Administrator"
          }
        }
      ],
      "filter": []
    }
  },
  "sort": [
    {
      "@timestamp": "desc"
    }
  ]
}
start.1750849353.txt.gz · Zuletzt geändert: 2025/06/25 13:02 von jango