Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help cannot open it #29

Open
ghost opened this issue Apr 16, 2017 · 36 comments
Open

Help cannot open it #29

ghost opened this issue Apr 16, 2017 · 36 comments

Comments

@ghost
Copy link

ghost commented Apr 16, 2017

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
Copy link

doomguy commented Apr 17, 2017

Which file are you exactly trying to open?

@ghost
Copy link
Author

ghost commented Apr 17, 2017

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
Copy link

Atavic commented Apr 18, 2017

bash + python

@ghost
Copy link
Author

ghost commented Apr 18, 2017

Isnt there an application where i could use them?

@ghost
Copy link
Author

ghost commented Apr 18, 2017

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

@Atavic
Copy link

Atavic commented Apr 18, 2017

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

@ghost
Copy link
Author

ghost commented Apr 18, 2017

Where should i put the password?

@ghost
Copy link
Author

ghost commented Apr 18, 2017

What does the Bash shell do?

@ghost
Copy link
Author

ghost commented Apr 18, 2017

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

@ghost
Copy link
Author

ghost commented Apr 18, 2017

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

@Ekultek
Copy link

Ekultek commented Apr 18, 2017 via email

@ghost
Copy link
Author

ghost commented Apr 18, 2017

@Ekultek Can these files run with Kali Linux?

@ghost
Copy link
Author

ghost commented Apr 18, 2017

The link you sent me what does it do?

@Atavic
Copy link

Atavic commented Apr 18, 2017

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:

  • Development Tradecraft DOs and DON'Ts
  • AV Defeats

@ghost
Copy link
Author

ghost commented Apr 18, 2017

BTW how do you know all of that?

@Ekultek
Copy link

Ekultek commented Apr 18, 2017 via email

@ghost
Copy link
Author

ghost commented Apr 18, 2017

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

@Atavic
Copy link

Atavic commented Apr 19, 2017

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

@Ekultek
Copy link

Ekultek commented Apr 19, 2017 via email

@ghost
Copy link
Author

ghost commented Apr 19, 2017

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

@NoahGWood
Copy link

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
Copy link
Author

ghost commented Apr 24, 2017

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

@ghost
Copy link
Author

ghost commented Apr 24, 2017

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

@Atavic
Copy link

Atavic commented Apr 25, 2017

@Sk8erboi84 here

@ghost
Copy link
Author

ghost commented Apr 25, 2017

What is that?

@caltus
Copy link

caltus commented May 7, 2017

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

@ghost
Copy link
Author

ghost commented May 7, 2017

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
Copy link

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
Copy link

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

@Dimon1011
Copy link

I think he is joking!

@es20490446e
Copy link

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

@es20490446e
Copy link

@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
Copy link

@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
Copy link

es20490446e commented Dec 15, 2018

@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

I'm actually dying of laughter

@NoahGWood
Copy link

@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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants