Pinned Loading
-
-
PopupWindowsAPI
PopupWindowsAPI PublicA Windows API popup C program, licensed under the MIT License.
C
-
CyberSecBookmarks
CyberSecBookmarks PublicWeb browser bookmarks containing useful Cyber Security tools/services
HTML
-
Get Session Key for encrypted traffi...
Get Session Key for encrypted traffic in PCAP (Interactive) 1#!/usr/bin/env python3
23"""
4This is a Python3 improved/interactive version of the script made by khr0x40sh for decrypting encrypted session keys in a PCAP file to view encrypted traffic.
5 -
Export CSV file of all assigned MS T...
Export CSV file of all assigned MS Teams phone numbers 1# Connect to Microsoft Teams PowerShell module
2Import-Module MicrosoftTeams
34# Connect to Microsoft Teams
5Connect-MicrosoftTeams
-
Print Available Disk Space (Linux)
Print Available Disk Space (Linux) 1#!/bin/bash
23total=$(df -h /dev/sda5 --output=size | tail -1)
4used=$(df -h /dev/sda5 --output=used,pcent | tail -1)
5available=$(df -h /dev/sda5 --output=avail | tail -1)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.