Skip to content

Instantly share code, notes, and snippets.

View ConceptCodes's full-sized avatar
🎯
Focusing

David Ojo ConceptCodes

🎯
Focusing
View GitHub Profile
@ConceptCodes
ConceptCodes / poems.csv
Created January 14, 2019 20:37
poems dataset
We can't make this file beautiful and searchable because it's too large.
author,content,poem name,age,type
WILLIAM SHAKESPEARE,"Let the bird of loudest lay
On the sole Arabian tree
Herald sad and trumpet be,
To whose sound chaste wings obey.
But thou shrieking harbinger,
Foul precurrer of the fiend,
Augur of the fever's end,
To this troop come thou not near.
@ConceptCodes
ConceptCodes / get_saved_passwords.py
Created January 21, 2019 00:01
this python script will create a txt file that shows saved passwords to networks your computer has connected to.
import time
from tqdm import tqdm
import subprocess
txt = ""
data = subprocess.check_output(['netsh', 'wlan', 'show', 'profiles']).decode('utf-8', errors="backslashreplace").split('\n')
profiles = [i.split(":")[1][1:-1] for i in data if "All User Profile" in i]
for i in tqdm(profiles):
time.sleep(1)
try:
results = subprocess.check_output(['netsh', 'wlan', 'show', 'profile', i, 'key=clear']).decode('utf-8', errors="backslashreplace").split('\n')
"adolph's meat tenderizer
"annie's goddess dressing
"aunt jane's krazy mixed up salt
"baker's angel flake sweetened coconut
"baker's german's chocolate
"baker's semi-sweet baking chocolate
"baker's semi-sweet chocolate
"baker's special dry milk
"baker's unsweetened chocolate square
"baker's unsweetened chocolate squares

API Documentation: [Endpoint Title]

Endpoint: [HTTP Method] /api/v1/[resource]

Point of Contact(s)

  • Developer
  • Developer

Description