I
I
Ivan2021-08-21 10:59:38
linux
Ivan, 2021-08-21 10:59:38

How to run fluxion in graphical session?

I downloaded the fluxion script to my kali linux nethunter, but when I want to run the script, I get a problem (sorry for the quality, there is no screenshot function in the tablet) on the git hub it says that I need to run the script in a graphical session, but in my heart I don’t know how it is do. Plz tell me what is needed for this and how to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2021-08-23
@KeshaTheParrot

It's too early for you to play kali if such a problem confuses
Reading the text of the script

if [ ! "${DISPLAY:-}" ]; then # Assure display is available.
  echo -e "\\033[31mAborted, X (graphical) session unavailable.\\033[0m"; exit 2
fi

Google and read the first link
"If you are not using a graphical environment (ie you are logging in on the system console with no windows etc; or you are logging in remotely from a text-only terminal over SSH or similar, such as from a Windows computer running PuTTY) then no GUI is involved, and DISPLAY will typically be unset."
Go to the translator yourself

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question