๐บ
๐ฑ๏ธ : โจ๏ธ :: ๐๏ธ : ๐จ
๐ฑ๏ธ : โจ๏ธ :: ๐๏ธ : ๐จ
-
Engineer by day, Scientist by night
- Huntsville, AL
- theastrowolfe.com
- @theastrowolfe
Pinned Loading
-
crypt.py - Library to naively encryp...
crypt.py - Library to naively encrypt and decrypt ASCII data 1#!/usr/bin/env python3
23import argparse
4import os
5import random
-
shred.py - Library to naively shred ...
shred.py - Library to naively shred a file 1#!/usr/bin/env python3
23import argparse
4import os
5import random
-
grab.py - Library to naively banner ...
grab.py - Library to naively banner grab services running on all or specific ports of a host 1#!/usr/bin/env python3
23import argparse
4import socket
5 -
time.js - Simple time util
time.js - Simple time util 1const time = Object.freeze({
2get day() { return 24 * 60 * 60 * 1000 },
3get hour() { return this.day / 24 },
4get minute() { return this.hour / 60 },
5get second() { return this.minute / 60 },
-
monitor.js - Visual page monitoring ...
monitor.js - Visual page monitoring through a popup 1let popup = (url = window.location.href) => window.open(url,"","height=200,width=200");
2let refresh = (browserWindow = window) => browserWindow.location.reload(1);
3let monitor = (browserWindow, intervalInSeconds = 10) => setInterval(() => refresh(browserWindow), intervalInSeconds * 1000);
45let monitorId;
-
robot.py - Simple mouse script to ke...
robot.py - Simple mouse script to keep (Windows) computer awake 1#!/usr/bin/env python3
23from ctypes import windll, Structure, c_long, byref
4import time
5import threading
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.