A collection of various useful scripts to add to your PATH. Some scripts from GitHub, others written by me.
Validates a credit card number. Usage:
ccsum 0000000000000000
httpstat visualizes curl(1) statistics in a way of beauty and clarity. See https://github.com/reorx/httpstat
It's like
catbut for images.
See https://github.com/eddieantonio/imgcat
Displays your current external IP address. Usage:
my_ip
Searches Ubuntu package manager. Usage:
pfind rtl-sdr trusty
Returns geographic location and ID of a given telephone number using Twilio. Edit the script with your own Twilio SID and auth token. Usage:
phonelookup +01234567890
Sends an SMS from the command line using Twilio. Edit the script with your own Twilio SID, phone number, and auth token. Usage:
sms +01234567890 'message body'
A tool for ssh server auditing. See https://github.com/arthepsy/ssh-audit
Searches through git repositories for high entropy strings, digging deep into commit history and branches. This is effective at finding secrets accidentally committed that contain high entropy. See https://github.com/dxa4481/truffleHog
Returns a simple weather report for a given zip code. Usage:
weather 47906
Download videos from youtube.com or other video platforms Seehttps://github.com/rg3/youtube-dl