Quantcast
Channel: Backdoor – Security List Network™
Viewing all articles
Browse latest Browse all 164

backdoorGolang is a Backdoor with Golang (Cross-Platform).

$
0
0

backdoorGolang is a Backdoor with Golang (Cross-Platform)
The main goals of this project is to implement an attack scenario as below https://github.com/pilebones/backdoorBash :
+ Implement backdoor like remote-shell with Bash
+Attack Man In the middle with Ettercap (like ARP Spoofing)
+ Hosting a backdoor installer
+Automate data alteration to inject our backdoor inside the computer of target by a browser
+ If the target run (naively) the script (ie: the backdoor installer) without reading source-code the computer is infected and the attacker will obtain a remote-access command
+ Detect and prevent this kind of attack with NIDS tool as Snort
Notice :
+ The programming language was choose only for a Proof of Concept (POC)
+ The socket layer is assumed by a portable version of Netcat. I compiled Netcat for i686 and x86_64 computer architecture a put the binary inside this project.
+ The transmited data were encrypted with AES-128 (without using Cryptocat). The data are encrypted on the fly via OpenSSL.

Golang Backdoor

Golang Backdoor

Requirements
Golang SDK : Compiler and tools for the Go programming language from Google (see: https://golang.org/doc/install)

LatestChange 27/4/2016:
+ Bug fixing type init with key:value syntaxee
+ Use composition instead of re-defined a similar struct type
+ Init a script which test serveer modet

Usage:

git clone https://github.com/pilebones/backdoorGolang && cd backdoorGolang
go get github.com/pilebones/backdoorGolang
go build (make sure you golang path has been set)
./backdoorGolang --help

Update:
git pull origin master

Source: https://github.com/pilebones


Viewing all articles
Browse latest Browse all 164

Trending Articles