Bat file Protection
-
Hi @scottalanmiller can you please help me ?
-
@lakshmana said in Bat file Protection:
This link too
https://superuser.com/questions/62525/run-a-batch-file-in-a-completely-hidden-way
That's totally different than what you are talking about. He's talking about have the BAT file not pop up any windows.
-
What we have not heard yet is what you are trying to do. What is the goal here?
-
I suspect that this is something really easy to solve that we could have fixed in a few seconds if we only knew what you were trying to accomplish. Do you just want to collect some basic data about someone's computer?
-
for example we have a exe file, when we try to open the file to see the codes, its all encrypted, like that is there any way to make the Bat file encrypted, according to a machine language?
-
@lakshmana said in Bat file Protection:
for example we have a exe file, when we try to open the file to see the codes, its all encrypted, like that is there any way to make the Bat file encrypted, according to a machine language?
EXE files cannot be encrypted. You are confusing compiled with encrypted.
-
Again, you keep talking about files. This is not a goal. You must tell me what you are trying to actually accomplish. Don't ask any questions and don't tell me how you want to accomplish anything. Tell me why you are doing any of this, what do you want to have as a result of all of this?
-
Could you please explain me about the compiler?
-
Trying to get someones system information stealthily isn't really what we're about here. You'd need to look elsewhere if you really want to start down the dark path.
-
@scottalanmiller said in Bat file Protection:
Again, you keep talking about files. This is not a goal. You must tell me what you are trying to actually accomplish. Don't ask any questions and don't tell me how you want to accomplish anything. Tell me why you are doing any of this, what do you want to have as a result of all of this?
I have a script written the BAT file, i don't want my friend to read the code, that code should be like machine understandable file only like a BIN file
-
@travisdh1 said in Bat file Protection:
Trying to get someones system information stealthily isn't really what we're about here. You'd need to look elsewhere if you really want to start down the dark path.
I don't want to go for Dark path as of now.
-
What are you trying to accomplish with this script exactly? Can you post the code here?
-
@lakshmana said in Bat file Protection:
@travisdh1 said in Bat file Protection:
Trying to get someones system information stealthily isn't really what we're about here. You'd need to look elsewhere if you really want to start down the dark path.
I don't want to go for Dark path as of now.
Then we need to know what you want to accomplish, not how you want to accomplish it.
-
@donaldlandru said in Bat file Protection:
What are you trying to accomplish with this script exactly? Can you post the code here?
Basic details about computer like processor details,hostname etc
-
@lakshmana said in Bat file Protection:
Could you please explain me about the compiler?
Yes, but let's save that for a different thread. None of this will help you here. It is distracting you from discussing your problem which you've thus far completely avoided mentioning. Just make a new thread to ask how compilers work.
-
-
@lakshmana said in Bat file Protection:
@travisdh1 said in Bat file Protection:
Trying to get someones system information stealthily isn't really what we're about here. You'd need to look elsewhere if you really want to start down the dark path.
I don't want to go for Dark path as of now.
Quit being dense and carefully read what we are telling you! FFS. You're probably the guy @JaredBusch ignores.
Explain what it is you actually are doing with this bat file, why you want your buddy to be able to execute it, but not read it, and then maybe, some how with the grace of god, you won't ruin my buzz.
God damn it, I'm actually sober from reading this thread. . . FFS!
-
@lakshmana said in Bat file Protection:
@donaldlandru said in Bat file Protection:
What are you trying to accomplish with this script exactly? Can you post the code here?
Basic details about computer like processor details,hostname etc
Okay, any why don't you want your friend to see the code?
-
So let's just be honest here. You're trying to create a payload to send to someone's system to get information
-
@lakshmana said in Bat file Protection:
@scottalanmiller said in Bat file Protection:
Again, you keep talking about files. This is not a goal. You must tell me what you are trying to actually accomplish. Don't ask any questions and don't tell me how you want to accomplish anything. Tell me why you are doing any of this, what do you want to have as a result of all of this?
I have a script written the BAT file, i don't want my friend to read the code, that code should be like machine understandable file only like a BIN file
This is not a goal. This is still talking about this BAT file. Don't talk about that. It's the wrong solution to whatever it is you want to do. You are stuck on this and aren't telling us why you want to do this. Who cares about running a BAT file. It's what the BAT file does that is important, but we've never heard what that is yet.