Videos

Published on May 24th, 2020 📆 | 5155 Views ⚑

0

CHAOS PAYLOADS ON KALI–CREATING A PERSISTENT UNDETECTABLE BACKDOOR(BOTNET C2) FOR WINDOWS/LINUX/MAC


https://www.ispeech.org

Subscribe to my channel and leave a comment letting me know, to get free Ethical Hacking CEH10 tutorials ABSOLUTELY FREE OF COST.

Social Media:
Official Facebook Page :

Twitter:

In this video , I am going to demonstrate the new Rat tool chaos V3.0.
This is one of the best tools to generate and drop a backdoor persistant payload on windows/linux/mac os to create your own botnet.

The dependencies involved are the Go language (golang)





1. apt install golang git -y
Get the Chaos repsoitory :
2. go get github.com/tiagorlampert/CHAOS
3. go get github.com/kbinani/screenshot
4. go get github.com/lxn/win
Ignore the error : "package github.com/lxn/win: build constraints exclude all Go files".
5. go get github.com/matishsiao/goInfo
6. go get golang.org/x/sys/windows
7. cd /go/src/github.com/tiagorlampert/CHAOS

Finally fire up CHAOS using:
8.go run main.go

Happy Hacking

#Captain_Nemo
source

Tagged with:



0 Responses to CHAOS PAYLOADS ON KALI–CREATING A PERSISTENT UNDETECTABLE BACKDOOR(BOTNET C2) FOR WINDOWS/LINUX/MAC