juanpablodh / MiaoMiao_project

Simple backdoor written in .bat for windows that use NetCat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiaoMiao Project

This repository consist in several experiment made using NetCat on Windows.

Backdoor

Simple backdoor written in .bat using NetCat.

This project uses some .bat file to hide to the victim and to the AntiMalware the installation and the execution of this simple socket that listen for incoming connection. When a new connection is established (one per time) this server allows to the client to have a shell on the victim computer.

Project details

Botnet

Simple script to create a botnet. This project is divided in two parts:

  • CNC (Command and Control server): server page that allows the attacker to load new commands and the victim to download them.
  • Zombie: script that runs on the victim machine. It download and execute the command retrieved from the CNC server.

Project details

Other uses

Other uses of NetCat:

  • Chat: one to one chat between a server and a client;
  • Send mail: connect to a web server and use the SMTP protocol to send a mail;
  • Port scanner: scan a range of port of a IP address;
  • HTTP server: provide a html web page when a browser ask for it on a port;
  • Port forward: forward all the data sent to localhost port to a remote host port;

About

Simple backdoor written in .bat for windows that use NetCat

License:GNU General Public License v3.0


Languages

Language:Batchfile 85.3%Language:PHP 10.7%Language:Shell 3.1%Language:HTML 0.9%