GithubHelp home page GithubHelp logo

bitrat_is_thief's Introduction

BitRAT_is_Thief

BitRAT is a hacking tool currently sold in several hacking forums. The developer added a malicious code inside the BitRAT code that can steal files.

RAT can be used after performing hardware authentication on the user's PC, and the file theft function is activated only after a certain period of time. The class names that perform the file stealing function are as follows.

VisualPlus.Internal.Registry

2021-12-17 14 52 00

When the thread of the Registry class is created, the Start() function becomes the starting point, and the excluded file extension, included word, and excluded word are initialized.

2021-12-17 15 00 56

2021-12-17 15 13 33

2021-12-17 15 14 50

After initialization is completed, a thread(StopException()) for file search purposes and a thread(ResetException()) for encrypting the content of the file and transmitting it to the BitRAT server are newly created.

The two threads communicate using the Message Queue.

File Explore targets the entire physical drive. In particular, files compressed with zip extensions are also included in the target.

2021-12-17 15 26 30

2021-12-17 15 35 23

If a file that meets the conditions is found, the path of the file and the encrypted file content are transmitted to the BitRAT server.

2021-12-17 15 49 39

Send URL : https://dazwsbqukb5y3xgl6qrmpdmbhk4tkuuuj2n2g73oiycwlj5b5zegmtad[.]onion/auth[.]php?h={PCHWID}

Method : POST Body : {Encrypted File Path, Contents}

BitRAT's server is Onion, so it is transmitted through Tor Proxy.

2021-12-17 16 01 47

I will attach the cracked BitRAT file together.

Use it for educational purposes only, and the party is responsible for what will happen later.

교육 목적으로만 사용하십시오, 이 후에 일어날 일들에 대한 책임은 당사자에게 있습니다.

bitrat_is_thief's People

Contributors

miketestz 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.