Pinned Loading
-
recordScreen.ps1
recordScreen.ps1 1# Simple PowerShell script that just records your screen. Must have FFMPEG installed and on PATH.23# Set the filename with timestamp4$timestamp = Get-Date -Format "yyyy-MM-dd_HH-mm-ss"
5$outputFile = "screen_recording_$timestamp.mp4"
-
-
screenshot.js
screenshot.js 1// this script loads the modules needed and then takes a screenshot of the entire site. I made this to capture screenshots purely in the Chrome Developer Tools console, with nothing else needed.2(function () {
3const src = 'https://cdnjs.cloudflare.com/ajax/libs/html2canvas/0.4.1/html2canvas.js';
4const script = document.createElement('script');
5script.type = 'text/javascript';
-
IPGEO.py
IPGEO.py PublicForked from matts0613/IPGEO
Gives your public IP, region of world/country, country, city, and org.
Python
-
Proof-of-concept-key-logging-user-script
Proof-of-concept-key-logging-user-script PublicForked from matts0613/Proof-of-concept-key-logging-user-script
JavaScript
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.