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

Pause the evil twin when the AP disappear. #612

Open
scarfy000 opened this issue Aug 29, 2018 · 6 comments
Open

Pause the evil twin when the AP disappear. #612

scarfy000 opened this issue Aug 29, 2018 · 6 comments
Labels
Type: Enhancement This issue is a feature request. Type: Information This issue contains information about the project or ongoing issues.

Comments

@scarfy000
Copy link

scarfy000 commented Aug 29, 2018

Q A
New Feature yes

Now that fluxion got smart and is able to track the targeted AP, it would be pretty neat if it could get even smarter by pausing the evil twin if the targeted AP disappear.

@deltaxflux deltaxflux added the Type: Enhancement This issue is a feature request. label Sep 2, 2018
@Mr-Vladi
Copy link

Mr-Vladi commented Sep 4, 2018

And also if the modem changes channels, it does not keep attacking a something that does not exist since we can not disconnect the clients correctly.

@demecoandrea
Copy link

And also if the modem changes channels, it does not keep attacking a something that does not exist since we can not disconnect the clients correctly.

I think this is a great idea, I've been searching for this, because I have a router with autoswitch channel, and the attack stops working

Actually I discovered that it is possible to restart the attack, I made a little edit in the function
fluxion_conditional_bail (row 413)
I commented the line read -r bullshit, added a sleep 5 (just in case..) and then the attack is restarted on the right channel.

Obviously this only works in debug mode (-d) or maybe you could also edit the if [ ! $FLUXIONDebug ]; then block, but I didn't want to modify the script that much...

@LawnSounds
Copy link

That’s why you would want an extra network card for target tracking

@usuarionuevor
Copy link

also fluxion doesn't close "AP Authenticator" window, so if fluxion switch channel 5 times it still have 5 AP Authenticator windows opened at the same time, I don't know if this is the cause but I suspect it is, because I always get crash after a while with "no client found" (client IS there), when the crash happens the options "select another attack" or "exit" doesn't work, need force close and re-start the whole thing.

@minanagehsalalma
Copy link

@usuarionuevor you should start a new issue

@MPX4132
Copy link
Member

MPX4132 commented Apr 8, 2020

And also if the modem changes channels, it does not keep attacking a something that does not exist since we can not disconnect the clients correctly.

This has already been implemented. It's the target tracking feature everyone skips out on. You'll very likely need secondary wireless hardware, the primary performing the attack, and the secondary monitoring the target.

edit: Actually, this is easily doable with the current infrastructure because I already implemented target tracking. I can just pause the attack at that point. I'll probably take a look at it sometime.

@MPX4132 MPX4132 added the Type: Information This issue contains information about the project or ongoing issues. label Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement This issue is a feature request. Type: Information This issue contains information about the project or ongoing issues.
Projects
None yet
Development

No branches or pull requests

8 participants