Skip to content

d4l3k/sketchy-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketchy URL Shortener

https://fn.lc/short

Running on Docker (port 8080)

docker run --net=host -d --restart=always d4l3k/sketchy-url-shortener app -listen=":8080" -host="https://fn.lc/"

Build & Run

$ go get -u github.com/d4l3k/sketchy-url-shortener
$ cd $GOPATH/src/github.com/d4l3k/sketch-url-shortener
$ sketchy-url-shortener -host="https://fn.lc/"

Word Lists

nsa_watchlist.txt is the keywords the NSA looks for. Source

nfl_dirty_words.txt is the list of words banned from being put on jerseys. Source

linux_commands.txt is a list of Linux commands available on my system. Obtained by running compgen -c in bash.

cracklib-small is a dictionary file found on my Arch Linux system at /usr/share/dict/. Not sure what it's from.

pornstars.txt is a generated list from Wikipedia

About

A sketchy URL shortener that uses keywords from selectable lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published