GithubHelp home page GithubHelp logo

Folder In Use about blank-grabber HOT 11 CLOSED

blank-c avatar blank-c commented on August 16, 2024
Folder In Use

from blank-grabber.

Comments (11)

dotmp4 avatar dotmp4 commented on August 16, 2024

Also is there anyway we can find where the stub is hidden?

from blank-grabber.

Blank-c avatar Blank-c commented on August 16, 2024

Your pc is saying that your dist folder is in use because the grabber hide itself when you opened it. Close it with taskmanager. Process name "fsutil.exe".

If the startup option is set to True, it will hide the exe in %appdata% folder and its vbs script containing the exe's path in shell:startup folder.

If you want to delete the file from your appdata folder. Just open cmd and navigate to the %appdata% folder.
type attrib "filename" -s -h
It will reveal itself and delete it

from blank-grabber.

dotmp4 avatar dotmp4 commented on August 16, 2024

thank you very much

from blank-grabber.

dotmp4 avatar dotmp4 commented on August 16, 2024

do you have any tips on how we could obfuscate the grabber to give it enough time to run before AV detects it? you could answer here or add my discord are17#1427

from blank-grabber.

Blank-c avatar Blank-c commented on August 16, 2024

@dotmp4 One way to to obfuscate it with some key and use the random module to bruteforce the key. It might take enough time on some runs. Also, most of the antiviruses do not run the program in their space. They just check if the hash of the file or strings in it are similar to other malware or not

from blank-grabber.

dotmp4 avatar dotmp4 commented on August 16, 2024

so basically just use key obfuscation and use that to obfuscate the finished exe? I also appreciate you for responding back quickly and solving everyone's problems. your software is amazing

from blank-grabber.

Blank-c avatar Blank-c commented on August 16, 2024

Thanks for the amazing review.
you can also make the exe sleep instead of the bruteforcing method.

import time

time.sleep(100) #Pause the execution for 100 seconds and then continue```

from blank-grabber.

dotmp4 avatar dotmp4 commented on August 16, 2024

where would i input this code?

from blank-grabber.

Blank-c avatar Blank-c commented on August 16, 2024

replace the line 22 of your main.py
image
with

import time; time.sleep(100)

from blank-grabber.

dotmp4 avatar dotmp4 commented on August 16, 2024

just did it and it waited 100 seconds. what does this do exactly?

from blank-grabber.

Blank-c avatar Blank-c commented on August 16, 2024

It pauses the execution of the grabber and continue it after 100 seconds

from blank-grabber.

Related Issues (20)

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.