This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'net/http' | |
require 'date' | |
# Fetches the first argument passed to the script, if no is given | |
# it raises and error with this simple custom message. | |
unless @domain = ARGV.first | |
raise "You need to pass in a domain like www.6wunderkinder.com" | |
end | |
puts "[#{DateTime.now}] Started the DNS check for #{@domain}..." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'resolv' | |
require 'date' | |
unless @domain = ARGV.first | |
puts "DNS Checker\n\n" | |
puts "Performs a DNS lookup on a domain until it can be resolved.\n\n" | |
puts "USAGE:" | |
puts " ruby #{__FILE__} <domain> [<sleep>]\n\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function viewsource { | |
/usr/bin/curl --user-agent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0" -s "$1" | /usr/local/bin/pygmentize -g -O encoding='utf-8' | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A Ruby script for spoofing mail directly to the destination's SMTP server. | |
# https://defuse.ca/email-spoofing-in-ruby.htm | |
# | |
# This code is in the public domain. Do whatever you want with it. | |
# | |
# Usage: mailspoof.rb <options> | |
# -t, --to ADDRESS Send mail to this email address | |
# -f, --from ADDRESS Send mail from this email address | |
# -s, --subject SUBJECT Mail subject | |
# -m, --mail FILE File containing email message |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Put this file in /etc/pm/power.d/ and make it executable | |
case $1 in | |
true) | |
# Replace <username> with your actual username. | |
# You might need to use gnome-screensaver-command instead | |
if DISPLAY=:0.0 XAUTHORITY=/home/<username>/.Xauthority sudo -u <username> cinnamon-screensaver-command -q | egrep -q 'is active'; then | |
# Kill KeePassX | |
killall keepassx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require "net/http" | |
require "uri" | |
require "cgi" | |
require "resolv" | |
require "optparse" | |
require "socket" | |
require "timeout" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
connect25lovylmq.onion <-- blackbook a privacy based social network | |
sejnfjrq6szgca7v.onion <---- Tor mirror of Debian.org | |
pugljpwjhbiagkrn.onion <-- Debian manpages | |
7b42twezybs23hrr.onion <--- linux.sh terminal based file shareing utility | |
74ypjqjwf6oejmax.onion <-- Beneath VT, Exploring Virginia Tech's steam tunnels and beyond |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Category | Settings Page | URI Command | |
---|---|---|---|
Accounts | Access work or school | ms-settings:workplace | |
Accounts | Email & app accounts | ms-settings:emailandaccounts | |
Accounts | Family & other people | ms-settings:otherusers | |
Accounts | Set up a kiosk | ms-settings:assignedaccess | |
Accounts | Sign-in options | ms-settings:signinoptions | |
Accounts | Sync your settings | ms-settings:sync | |
Accounts | Windows Hello setup | ms-settings:signinoptions-launchfaceenrollment | |
Accounts | Your info | ms-settings:yourinfo | |
Apps | Apps & Features | ms-settings:appsfeatures |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name | Shell Command Shortcut | |
---|---|---|
3D Objects | explorer "shell:3D Objects" | |
AccountPictures | explorer "shell:AccountPictures" | |
AddNewProgramsFolder | explorer "shell:AddNewProgramsFolder" | |
Administrative Tools | explorer "shell:Administrative Tools" | |
AppData | explorer "shell:AppData" | |
AppDataDesktop | explorer "shell:AppDataDesktop" | |
AppDataDocuments | explorer "shell:AppDataDocuments" | |
AppDataFavorites | explorer "shell:AppDataFavorites" | |
AppDataProgramData | explorer "shell:AppDataProgramData" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name | Shell Command Shortcut | |
---|---|---|
%UserProfile% | explorer "shell:::{59031a47-3f72-44a7-89c5-5595fe6b30ee}" | |
%UserProfile%\Desktop | explorer "shell:::{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}" | |
%UserProfile%\Documents | explorer "shell:::{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}" | |
%UserProfile%\Downloads | explorer "shell:::{088e3905-0323-4b02-9826-5d99428e115f}" | |
%UserProfile%\Pictures | explorer "shell:::{24ad3ad4-a569-4530-98e1-ab02f9417aa8}" | |
Add Network Location | explorer "shell:::{D4480A50-BA28-11d1-8E75-00C04FA31A86}" | |
Additional Information | explorer "shell:::{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}\resultPage" | |
Advanced Problem Reporting Settings | explorer "shell:::{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}\pageAdvSettings" | |
Advanced sharing settings | explorer "shell:::{8E908FC9-BECC-40f6-915B-F4CA0E70D03D}\Advanced" |
NewerOlder