x0rz / EQGRP

Decrypted content of eqgrp-auction-file.tar.xz
4.09k stars 2.07k forks source link

Help cannot open it #29

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi, i downloaded the file and when i try to open some files its a unknown file which application should i install to use them?

doomguy commented 7 years ago

Which file are you exactly trying to open?

ghost commented 7 years ago

Like most of them (ex : Linux then etc then ,oprc/autoaccess/autoaddlias.... Isn't there a file that i can use these codes? Like an application?

Atavic commented 7 years ago

bash + python

ghost commented 7 years ago

Isnt there an application where i could use them?

ghost commented 7 years ago

When i open it with Python it opens the code...

Atavic commented 7 years ago

Bash shell: python extrabacon_1.1.0.1.py http://xorcat.net/2016/08/16/equationgroup-tool-leak-extrabacon-demo/

ghost commented 7 years ago

Where should i put the password?

ghost commented 7 years ago

What does the Bash shell do?

ghost commented 7 years ago

I don't get it should i install something over then the file on github?

ghost commented 7 years ago

I downloaded the link you just send me what should i do next?

Ekultek commented 7 years ago

You need Linux for most of these files. If you don't know what bash is, or what Linux is, you shouldn't be here.

On Apr 18, 2017, at 4:08 PM, Sk8erboi84 notifications@github.com wrote:

I don't get it should i install something over then the file on github?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 7 years ago

@Ekultek Can these files run with Kali Linux?

ghost commented 7 years ago

The link you sent me what does it do?

Atavic commented 7 years ago

BTW these scripts were taken from a NSA server that operated against compromised systems. By running these scripts @home you won't get so much, as you do not know where the compromised systems are. The interest in this repo is looking at how NSA scripters work.

If interested, dig @ wikileaks and check:

ghost commented 7 years ago

BTW how do you know all of that?

Ekultek commented 7 years ago

Correction these scripts where apparently taken from compromised systems and created by the "NSA". There's no proof nor any kind of evidence that these came from any sort of governmental figures, nor any of the sort. Nonetheless they are still very interesting and are terribly written

On Apr 18, 2017, at 6:38 PM, Sk8erboi84 notifications@github.com wrote:

BTW how do you know all of that?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 7 years ago

I opened the files in Kali Linux but can't find any application to open i can only find codes...

Atavic commented 7 years ago

@Ekultek Equation Group is considered part of the NSA division TAO.

Ekultek commented 7 years ago

@Atavic I'm aware of that. But there's still no proof this was created by them.

On Apr 19, 2017, at 3:37 PM, Atavic notifications@github.com wrote:

@Ekultek Equation Group is considered part of the NSA division TAO.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 7 years ago

I opened the files in Kali Linux but can't find any application to open, I can only find codes...

NoahGWood commented 7 years ago

I haven't seen any of these programs opening up backdoors in your system however, you should still not use them because:

  1. You clearly have zero clue what you're doing and need to brush up on your linux skills and google-fu
  2. There very well may be some hidden malware that will wind up compromising your computer
  3. All of these exploits are old and have already been patched; the Windows ones in the latest dump still work for now. (although for some strange reason Windows had a patch ready nearly immediately, almost as if they work directly with NSA hmmm)

And finally, any linux distro can use these programs fam.

ghost commented 7 years ago

I know but with what should i open it in my terminal?

ghost commented 7 years ago

How can i learn how to use kali linux ? Can't find a lot of things on youtube.

Atavic commented 7 years ago

@Sk8erboi84 here

ghost commented 7 years ago

What is that?

caltus commented 7 years ago

Maybe you should leave these alone until you have a good grip on how to use kali

ghost commented 7 years ago

Can you at least tell me how can i connect to wifi cant find it , there is only wired and its not working. How can i connect with wifi?

thehydramaster commented 7 years ago

You dont even know how tho connect to wifi. What the hell are you doing here. First you should learn commands like ls or ifconfig before you try to start hacking and stuff like this. And I recommend a wifi adapter to connect to your wifi.

kali64amd commented 7 years ago

he is kidding right ????????

Dimon1011 commented 6 years ago

I think he is joking!

es20490446e commented 5 years ago

It could easily be not a joke, Quora is full of questions like this.

es20490446e commented 5 years ago

@Sk8erboi84 Bash is a terminal. Instead of running programs on windows, they are run by typing their name.

This has the advantage of "pipping" various simple operations into more complex ones, so you have much more flexibility on what you can do. For example one program can find all the image files that follow certain pattern, and the next convert them into some other format.

By running any downloaded program in a terminal simply give it permissions to execute by running: chmod a+x "/home/joe-doe/Downloads/hack-me.sh"

Then execute the program by typing its full directory inside quotation marks: "/home/joe-doe/Downloads/hack-me.sh"

es20490446e commented 5 years ago

@Sk8erboi84 Python programs have the difference that they aren't full programs by themselves, but rather another program called the interpreter does the real job by reading the python file in real time.

So for running a python program you have to run the interpreter instead, indicating to it the python file to be run: python3 "/home/joe-doe/Downloads/hack-me.py"

es20490446e commented 5 years ago

@Sk8erboi84 For knowing how to operate any other terminal program simply type or google: man program

For knowing which program does such thing, you will need to google it. Including "bash" or "terminal" in the search usually helps.

ProtonsElectronsNeutrons commented 5 years ago

I'm actually dying of laughter

NoahGWood commented 5 years ago

@jkid291 That's not very nice :^( Besides it's more fun to let then run around using a system running everything as a root user thinking they're invincible to haxoring because "linux doesnt get viruses"