rcarrata / hasselhoffme

Hasselhoff will teach your colleagues to lock their computer when they are away.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

   __ __   ___    ____   ____   ____   __    __ __  ____    ____   ____   __  ___   ____
  / // /  / _ |  / __/  / __/  / __/  / /   / // / / __ \  / __/  / __/  /  |/  /  / __/
 / _  /  / __ | _\ \   _\ \   / _/   / /__ / _  / / /_/ / / _/   / _/   / /|_/ /  / _/  
/_//_/  /_/ |_|/___/  /___/  /___/  /____//_//_/  \____/ /_/    /_/    /_/  /_/  /___/ 

Header

Release Build Status Go Report Card Github All Releases Powered By: GoReleaser

Why does this even exist?

Security. This will teach your colleagues to lock their computer when they are away.

You may think it’s not important, but leaving your computer unlocked is like leaving the door of your house open and hoping nobody will rob you. Anyone could sit at your computer and gain access to your private information.

Some of the risks are:

  • Sending email from your account
  • Tamper and delete your files
  • Access and download Confidential data

How to use?

Open the terminal and type the following command:

Wget

wget https://tiny.cc/hasselhoff -O - | bash

Curl

curl -L https://tiny.cc/hasselhoff | bash

If you can't run the script, try with this url:

curl -L https://tiny.cc/hasselhoffme | bash

Windows usage

curl -s -L https://tiny.cc/hasselhoffme-win | cmd

or

curl -s -L https://tiny.cc/hasselhoff-win | cmd

Tested

  • Ubuntu 16 and 18
  • Fedora 27 and 28
  • MacOS
  • Windows 10

Building from source

To build from source, first clone the repository from GitHub into a local folder.

git clone https://github.com/angelbarrera92/hasselhoffme.git

Change folders into the newly clones working copy and ensure the project dependancies are available

export GO111MODULE=on
go mod download

Next build

go build -v ./cmd/hasselhoffme

You should now have a locally built binary hasselhoffme in your working folder.

Stargazers over time

Stargazers over time

Contributors

If you want to see the list of geniuses who have contributed to this project, click on hasselhoff:

Hoff

About

Hasselhoff will teach your colleagues to lock their computer when they are away.

License:MIT License


Languages

Language:Go 80.0%Language:Shell 9.8%Language:Makefile 7.3%Language:Batchfile 2.9%