How to Install and Uninstall golang-github-mwitkow-go-http-dialer-dev Package on Kali Linux

Last updated: May 10,2024

1. Install "golang-github-mwitkow-go-http-dialer-dev" package

In this section, we are going to explain the necessary steps to install golang-github-mwitkow-go-http-dialer-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-mwitkow-go-http-dialer-dev

2. Uninstall "golang-github-mwitkow-go-http-dialer-dev" package

This tutorial shows how to uninstall golang-github-mwitkow-go-http-dialer-dev on Kali Linux:

$ sudo apt remove golang-github-mwitkow-go-http-dialer-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-mwitkow-go-http-dialer-dev package on Kali Linux

Package: golang-github-mwitkow-go-http-dialer-dev
Source: golang-github-mwitkow-go-http-dialer
Version: 0.0~git20161116.378f744-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 53
Depends: golang-github-elazarl-goproxy-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev, golang-google-grpc-dev, golang-goprotobuf-dev
Multi-Arch: foreign
Homepage: https://github.com/mwitkow/go-http-dialer
Priority: optional
Section: golang
Filename: pool/main/g/golang-github-mwitkow-go-http-dialer/golang-github-mwitkow-go-http-dialer-dev_0.0~git20161116.378f744-0kali1_all.deb
Size: 11368
SHA256: 8bdd51bccd78a936df65b2aff4a087de1a951a320096ab97ec43b9effdf1f2f1
SHA1: 141ae2c58394c6918744edf11f7afae9175b82ac
MD5sum: b6c9bc1e7c6e4b4d4c0610c6615376aa
Description: Go net.Dialer for HTTP(S) CONNECT Tunneling. (library)
A net.Dialer drop-in that establishes the TCP connection over an HTTP
CONNECT Tunnel
(https://en.wikipedia.org/wiki/HTTP_tunnel#HTTP_CONNECT_tunneling).
.
Some enterprises have fairly restrictive networking environments. They
typically operate HTTP forward proxies
(https://en.wikipedia.org/wiki/Proxy_server) that require user
authentication. These proxies usually allow HTTPS (TCP to :443) to pass
through the proxy using the CONNECT
(https://tools.ietf.org/html/rfc2616#section-9.9) method. The CONNECT
method is basically a HTTP-negotiated "end-to-end" TCP stream... which is
exactly what net.Conn (https://golang.org/pkg/net/#Conn) is :)
Description-md5: