"kali linux"

How to Install anew tool on Kali Linux

Hello all, today we will see how to install anew tool on Kali Linux. To install this new tool we require a go language to be installed on our Kali Linux System. And as per the latest go language version, the installation steps are also changed a lit…

How to Install Teamviewer on Kali Linux

Hi all, today we will see how to install Teamviewer on Kali Linux.  Teamviewer - is a multi purpose application but here we will see it for Remote Desktop Service. Steps to install Teamviewer on Kali Linux are as follows :  Visit Teamviewer official w…

Install Waybackurls on Kali Linux [Updated]

waybackurls : fetch known URLs from the Wayback Machine for domains. Instructions to Install waybackurls on Kali Linux Note: This method is applicable only if you have Go Lang Version 1.17 or above is installed on your Kali Linux or Linux Syste…

Install CRLFuzz on Kali Linux

CRLFuzz — A fast tool to scan CRLF vulnerability written in Go. Instructions to Install CRLFuzz on Kali Linux. Method One : from Source ▶ Requirement : go Lang (https://www.youtube.com/watch?v=dr2Wo7qETZ8) ▶ Check : go version ▶ Run : GO111MODULE=on g…

Install subjs on Kali Linux

subjs — fetches javascript files from a list of URLS or subdomains. Instructions to Install subjs on Kali Linux. Method One : from Source ▶ Requirement : go Lang (https://www.youtube.com/watch?v=dr2Wo7qETZ8) ▶ Check : go version ▶ Run : GO111MODULE=on…

How to Install BFAC Tool on Kali Linux

BFAC (Backup File Artifacts Checker): Tool to check backup artifacts that may disclose the web-application’s source code | Sensitive Information. Instructions to Install BFAC on Kali Linux are as follow’s : ▶ Open Terminal ▶ Run : git clone https://gi…

How to install gf tool in Kali Linux

gf : A wrapper around grep, to help you grep for things. To find multiple vulnerable patterns for bug bounty / security testing. Steps to install gf tool on Kali Linux are as follows : Get root access ▶ Run : sudo su Check go lang version ▶ Check : go…

How to Install freq tool on Kali Linux

freq : is a tool written in go for sending fast multiple get HTTP request. Instructions to install freq github tool on Kali Linux are as follows : Step 1 :  ▶ Run : git clone https://github.com/takshal/freq.git Step 2 : ▶  Run : cd freq Step 3 : …

How to Install GauPlus on Kali Linux

GauPlus — A modified version of gau (get all urls). Instructions to Install GauPlus on Kali Linux. ▶ Requirement : go Lang (https://www.youtube.com/watch?v=dr2Wo7qETZ8) ▶ Check : go version ▶ Run : GO111MODULE=on go get -u -v github.com/bp0lr/gauplus …

Install Crobat on Kali Linux

Crobat : Collect subdomains for a given domain. Instructions to Install Crobat on Kali Linux. ▶ Requirement : go Lang (https://www.youtube.com/watch?v=dr2Wo7qETZ8) ▶ Check : go version ▶ Run : go install github.com/cgboal/sonarsearch/cmd/crobat@latest…

How to Install urldedupe on Kali Linux

urldedupe — is a tool to quickly pass in a list of URLs, and get back a list of deduplicated (unique) URL and query string combination. Instructions to Install urldedupe on Kali Linux. ▶ Run : git clone https://github.com/ameenmaali/urldedupe.git ▶ Ru…

Install XSpear on Kali Linux

XSpear — is XSS Scanner on ruby gems. Instructions to Install XSpear on Kali Linux. Requirements : ▶ Run : gem install colorize ▶ Run : gem install selenium-webdriver ▶ Run : gem install terminal-table ▶ Run : gem install progress_bar Method One : fro…

How to Install Aquatone on Kali Linux

Aquatone — is a tool for visual inspection of websites Instructions to Install Aquatone on Kali Linux. ▶ Requirement : Google Chrome or Chromium Browser (Chromium is recommended) ▶ Download the latest release of Aquatone : https://github.com/michenrik…

How to Install cmake on Kali Linux

cmake — is used to control the software compilation process. Instructions to Install cmake on Kali Linux. ▶ Open Terminal and Enable root user. ▶ Run : apt install cmake ▶ Run (Check) : cmake -h ▶ More Info : https://cmake.org/ Thank You for reading..…

Go Lang Tools Installation Error

Hello there, You may receive the below error during running or installing any go lang tool on Kali Linux: “go get: installing executables with ‘go get’ in module mode is deprecated. Use ‘go install pkg@version’ instead. For more information, see https…

That is All