Skip to content

Instantly share code, notes, and snippets.

@PaulSec
PaulSec / wordlists.txt
Created September 19, 2017 11:58
Found passwords links from hashes.org
https://hashes.org/download.php?type=leak&id=6505&list=found
https://hashes.org/download.php?type=leak&id=5638&list=found
https://hashes.org/download.php?type=leak&id=4920&list=found
https://hashes.org/download.php?type=leak&id=3282&list=found
https://hashes.org/download.php?type=leak&id=3186&list=found
https://hashes.org/download.php?type=leak&id=2499&list=found
https://hashes.org/download.php?type=leak&id=2498&list=found
https://hashes.org/download.php?type=leak&id=1619&list=found
https://hashes.org/download.php?type=leak&id=1535&list=found
https://hashes.org/download.php?type=leak&id=1427&list=found
@gfoss
gfoss / Extract-WiFi-Creds.ps1
Last active October 21, 2024 17:03
Simple script to extract locally-stored Wi-Fi Credentials
#====================================#
# Extract Wi-Fi Credentials #
# greg . foss @ owasp . org #
# v0.1 -- July, 2017 #
#====================================#
# Licensed under the MIT License
<#
@mubix
mubix / infosec_newbie.md
Last active October 31, 2025 06:47
How to start in Infosec
#!/bin/bash
# export DBUS_SESSION_BUS_ADDRESS environment variable because cron hates me
PID=$(pgrep -u USER gnome-session-b)
export DBUS_SESSION_BUS_ADDRESS=$(grep -z DBUS_SESSION_BUS_ADDRESS /proc/$PID/environ|cut -d= -f2-)
/usr/bin/gsettings set org.gnome.shell.extensions.user-theme name 'Flat-Plat'
/usr/bin/gsettings set org.gnome.desktop.interface gtk-theme 'Flat-Plat'
/usr/bin/gsettings set org.gnome.desktop.background picture-uri 'file://WALLPAPER-PATH'
/usr/bin/gsettings --schemadir ~/.local/share/gnome-shell/extensions/[email protected] set org.zzrough.gs-extensions.drop-down-terminal background-color 'rgb(69,90,100)'