Skip to content

Instantly share code, notes, and snippets.

@tyler-smith
Created July 2, 2019 20:15
Show Gist options
  • Save tyler-smith/1177ad6333edf735e245119938bcaeab to your computer and use it in GitHub Desktop.
Save tyler-smith/1177ad6333edf735e245119938bcaeab to your computer and use it in GitHub Desktop.
Fake `tree` command for scam baiting
package main
import "fmt"
func main() {
fmt.Println("No hackers found. System security at 100%.")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment