Code Monkey home page Code Monkey logo

nimfilebinder's Introduction

NimFileBinder

​ A Builder for Binding Evil File and Normal File with auto release

​ written by Nim(Just a routh tool of learning Nim)

image-20210807221056924

Start

you should install the mingw , ex in Mac:

brew install mingw

image-20210807221034845

It will release your malicious files to C:\Windows\Temp, and then self-delete and run normal files and malicious files

Feature

  • Reduce the risk of being detected by anti-virus
  • “hardcode” the file into code with encrypt
  • self delete

Others

1. There are still many imperfections in the code, which need to be modified when used:

​ Change the name of the output executable program, of course, you need to change the name of the automatic deletion:

ShellExecute(0, "open", "cmd.exe", "/c del *CustomFileName*", NULL, SW_HIDE)

​ Of course you can also leave out this parameters,

​ I am a lazy guy... sorry my bad :)

2. In lines 116-117, the code I have commented, you can enable it and modify the corresponding name, which may be useful for evasion anti-virus

#copyFile("C:\\Windows\\Temp\\calc.txt", "C:\\Windows\\Temp\\calc.exe")
#removeFile("C:\\Windows\\Temp\\calc.txt")

​ Release a txt file first, then copy to PE

nimfilebinder's People

Contributors

evilashz avatar

Watchers

James Cloos 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.