fluxion/docs/man/fluxion.man

92 lines
2.6 KiB
Groff
Raw Normal View History

2018-01-31 10:28:38 -07:00
FLUXION(1) User Manuals FLUXION(1)
2018-01-31 06:57:43 -07:00
NAME
2018-01-31 10:28:38 -07:00
fluxion - Fluxion is a security auditing and social-engineering
research tool
2018-01-31 06:57:43 -07:00
SYNOPSIS
2018-01-31 10:28:38 -07:00
fluxion [-debug] [-l language ] attack ...
2018-01-31 06:57:43 -07:00
DESCRIPTION
2018-01-31 10:28:38 -07:00
fluxion is a security auditing and social-engineering research tool.
It is a remake of linset by vk496 with (hopefully) less bugs and more
functionality. The script attempts to retrieve the WPA/WPA2 key from a
target access point by means of a social engineering (phising) attack.
It's compatible with the latest release of Kali (rolling). Fluxion's
attacks' setup is mostly manual, but experimental auto-mode handles
some of the attacks' setup parameters.
2018-01-31 06:57:43 -07:00
OPTIONS
2018-01-31 10:28:38 -07:00
-v Print version number.
--help Print help page and exit with 0.
-m Run fluxion in manual mode instead of auto mode.
-k Kill wireless connection if it is connected.
-d Run fluxion in debug mode.
-x Try to run fluxion with xterm terminals instead of tmux.
-r Reload driver.
-l <language>
Define a certain language.
-e <essid>
Select the target network based on the ESSID.
-c <channel>
Indicate the channel(s) to listen to.
-a <attack>
Define a certain attack.
--ratio <ratio>
Define the windows size. Bigger ratio -> smaller window size.
Default is 4.
-b <bssid>
Select the target network based on the access point MAC address.
-j <jamming interface>
Define a certain jamming interface.
-a <access point interface>
Define a certain access point interface.
2018-01-31 06:57:43 -07:00
FILES
2018-01-31 10:28:38 -07:00
/tmp/fluxspace/
The system wide tmp directory.
$FLUXION/attacks/
Folder where handshakes and passwords are stored in.
2018-01-31 06:57:43 -07:00
2018-01-31 10:28:38 -07:00
ENVIRONMENT
FLUXIONAuto
Automatically run fluxion in auto mode if exported.
2018-01-31 06:57:43 -07:00
2018-01-31 10:28:38 -07:00
FLUXIONDebug
Automatically run fluxion in debug mode if exported.
FLUXIONWIKillProcesses
Automatically kill any interfering process(es).
DIAGNOSTICS
Please checkout the other log files or use the debug mode.
2018-01-31 06:57:43 -07:00
BUGS
2018-01-31 10:28:38 -07:00
Please report any bugs at: https://github.com/FluxionNetwork/flux-
ion/issues
2018-01-31 06:57:43 -07:00
AUTHOR
2018-01-31 10:28:38 -07:00
Cyberfee, l3op, dlinkproto, vk496, MPX4132
2018-01-31 06:57:43 -07:00
SEE ALSO
2018-01-31 10:28:38 -07:00
aircrack-ng(8),
2018-01-31 06:57:43 -07:00
2018-01-31 10:28:38 -07:00
Linux MARCH 2018 FLUXION(1)