Git-Go is a supposed cross platform website blocker that will block any web domain by looping the connection to the loopback

git-go

Git-Go is a supposed cross platform website blocker that will block any web domain by looping the connection to the loopback

 ______ _____ _______      ______  _____ 
 |  ____   |      |    ___ |  ____ |     |
 |_____| __|__    |        |_____| |_____|
-----------------------------------------------------------------------------
_________________________________________________
|System Name             |=> Linux
|Node/System Name        |=> X43DW91
|System Current Version  |=> #3 SMP Tue Nov 9 20:52:29 CST 2021
|Release Version         |=> 5.10.60-amd64-desktop
|Machine ARCH            |=> x86_64
|CPU is                  |=> AMD Ryzen 7 3700X 8-Core Processor             


# how does this tool work?
it works by taking various path's of the etc hosts file and loops irt back by connecting the domain name with the loopback

how can you add your own domains?

this script opens a file called blacklist.txt in the file txt, when you want to add a website or blacklist one just open the file and type the domain name. an example is => www.twitter.com. now when you run the script the following will output

for this example i am on DEEPIN os using a pre compiled version of this script, with the following websites in the blacklist.txt

www.example.com
www.google.com
www.duckduckgo.com
www.blog.logrocket.com
www.liquidweb.com
www.apple.stackexchange.com
www.en.wikipedia.org
www.pkg.go.dev
www.twitter.com
www.facebook.com

the following will output

 ______ _____ _______      ______  _____ 
 |  ____   |      |    ___ |  ____ |     |
 |_____| __|__    |        |_____| |_____|
-----------------------------------------------------------------------------


_________________________________________________
|System Name             |=> Linux
|Node/System Name        |=> X43DW91
|System Current Version  |=> #3 SMP Tue Nov 9 20:52:29 CST 2021
|Release Version         |=> 5.10.60-amd64-desktop
|Machine ARCH            |=> x86_64
|CPU is                  |=> AMD Ryzen 7 3700X 8-Core Processor             




 Script started blocking At:
_______________________________________
|Current Year        | 2021
|Current Month       | December
|Current Day         |  13
|Current Hour        | 14
|Current Minute      | 13
|Current Second      | 41
|Current Nanosecond  | 345331031
|____________________|__________________
 


  ______________HOSTS IN FILE__________________
 | 1 | www.example.com
 | 2 | www.google.com
 | 3 | www.duckduckgo.com
 | 4 | www.blog.logrocket.com
 | 5 | www.liquidweb.com
 | 6 | www.apple.stackexchange.com
 | 7 | www.en.wikipedia.org
 | 8 | www.pkg.go.dev
 | 9 | www.twitter.com
 | 10 | www.facebook.com
 | 11 | www.instagram.com
 
[ ? ] Connection was established? was host down or blocked?
 
[ * ] STAT: Trying TCP dialup again ->  &{{0xc000193880}}
                                                                                                                                                                                                                     
[ ? ] Connection was established? was host down or blocked?                                                                                                                                                          
                                                                                                                                                                                                                     
[ * ] STAT: Trying TCP dialup LAST TIME ->  &{{0xc000193b80}}                                                                                                                                                        
                                                                                                                                                                                                                     
[ ? ] Connection was established? was host down or blocked? ->  &{{0xc000134580}}                                                                                                                                    
                                                                                                                                                                                                                     
[ ? ] Connection was established? was host down or blocked?                                                                                                                                                          
                                                                                                                                                                                                                     
[ * ] STAT: Trying TCP dialup again ->  &{{0xc000134880}}                                                                                                                                                            
                                                                                                                                                                                                                     
[ ? ] Connection was established? was host down or blocked?                                                                                                                                                          
                                                                                                                                                            
[ * ] STAT: Trying TCP dialup LAST TIME ->  &{{0xc000134b80}}                  

once the output continues you can now visit the website but you will recieve the following error

alt text

Owner
RE43P3R
Owner Of Stop being a snowflake and live a fucking life for once, stop being stuck on social worlds and fight for what you love
RE43P3R
Similar Resources

A command-line tool that makes git easier to use with GitHub.

hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier. For an official

Jan 1, 2023

A tool to monitor git repositories and automatically pull & push changes

git-o-matic A tool to monitor git repositories and automatically pull & push changes Installation Packages & Binaries Arch Linux: gitomatic Binaries f

Dec 20, 2022

SQL interface to git repositories, written in Go. https://docs.sourced.tech/gitbase

gitbase gitbase, is a SQL database interface to Git repositories. This project is now part of source{d} Community Edition, which provides the simplest

Dec 25, 2022

Implementation of git internals from scratch in Go language

Implementation of git internals from scratch in Go language

This project is part of a learning exercise to implement a subset of "git" commands. It can be used to create and maintain git objects, such as blobs, trees, commits, references and tags.

Nov 27, 2022

A Simple and Comprehensive Vulnerability Scanner for Container Images, Git Repositories and Filesystems. Suitable for CI

A Simple and Comprehensive Vulnerability Scanner for Container Images, Git Repositories and Filesystems. Suitable for CI

A Simple and Comprehensive Vulnerability Scanner for Containers and other Artifacts, Suitable for CI. Abstract Trivy (tri pronounced like trigger, vy

Jan 9, 2023

go mod vendor lets you check in your dependencies to git, but that's both bloaty (for developers) and tedious (remembering to update it).

go-mod-archiver Afraid of being unable to build historical versions of your Go program? go mod vendor lets you check in your dependencies to git, but

Dec 1, 2022

Quickly clone git repositories into a nested folders like GOPATH.

cl cl clones git repositories into nested folders like GOPATH and outputs the path of the cloned directory. Example: cl https://github.com/foo/bar Is

Nov 30, 2022

Switch between your git profiles easily

Switch between your git profiles easily

Git Profile Switcher Switch between your git profiles easily Install With Brew brew install theykk/tap/git-switcher With golang go get github.com/the

Dec 11, 2022

Store private data inside a git repository.

git-private lets you store private data inside a git repo. A common use case is protecting files containing API keys et.c.

Nov 13, 2022
Related tags
ReGit: A Tiny Git-Compatible Git Implementation written in Golang

ReGit is a tiny Git implementation written in Golang. It uses the same underlying file formats as Git. Therefore, all the changes made by ReGit can be checked by Git.

Oct 31, 2022
A Git RPC service for handling all the git calls made by GitLab
A Git RPC service for handling all the git calls made by GitLab

Quick Links: Roadmap | Want to Contribute? | GitLab Gitaly Issues | GitLab Gitaly Merge Requests | Gitaly is a Git RPC service for handling all the gi

Nov 13, 2021
A simple cli tool for switching git user easily inspired by Git-User-Switch
A simple cli tool for switching git user easily inspired by Git-User-Switch

gitsu A simple cli tool for switching git user easily inspired by Git-User-Switch Installation Binary releases are here. Homebrew brew install matsuyo

Dec 31, 2022
Removes unnecessarily saved git objects to optimize the size of the .git directory.

Git Repo Cleaner Optimizes the size of the .git directory by removing all of the files that are unnecessarily-still-saved as part of the git history.

Mar 24, 2022
Gum - Git User Manager (GUM) - Switch between git user profiles
Gum - Git User Manager (GUM) - Switch between git user profiles

Git User Manager (GUM) Add your profile info to config.yaml Build project: go bu

Feb 14, 2022
Git-now-playing - Git commits are the new AIM status messages

git-now-playing git-now-playing is an attempt to bring some of the panache of th

Apr 4, 2022
Fast and powerful Git hooks manager for any type of projects.
Fast and powerful Git hooks manager for any type of projects.

Lefthook The fastest polyglot Git hooks manager out there Fast and powerful Git hooks manager for Node.js, Ruby or any other type of projects. Fast. I

Jan 4, 2023
Gogs is a painless self-hosted Git service
Gogs is a painless self-hosted Git service

Gogs - A painless self-hosted Git service 简体中文 ?? Vision The Gogs (/gɑgz/) project aims to build a simple, stable and extensible self-hosted Git servi

Jan 9, 2023
A highly extensible Git implementation in pure Go.
A highly extensible Git implementation in pure Go.

go-git is a highly extensible git implementation library written in pure Go. It can be used to manipulate git repositories at low level (plumbing) or

Jan 8, 2023
commit/branch/workdir explorer for git

gitin gitin is a commit/branch/status explorer for git gitin is a minimalist tool that lets you explore a git repository from the command line. You ca

Dec 31, 2022