Giter Site home page Giter Site logo

AP creation about airgeddon HOT 4 CLOSED

wice22 avatar wice22 commented on August 24, 2024
AP creation

from airgeddon.

Comments (4)

v1s1t0r1sh3r3 avatar v1s1t0r1sh3r3 commented on August 24, 2024

This question is out of scope I think. This is not a forum to ask questions. airgeddon's staff is working to improve the tool and fix possible bugs, but we don't have time to answer this kind of questions, sorry. What you need is a wireless/linux forum.

You can close manually DoS window if you want. If you want to know how airgeddon is doing its job, you can search through the code to see iptables rules, hostapd command and dhcpd config. Anyway, there are a lot of pages guiding you about how to use hostapd, dhcpd and iptables.

To change your mac you can use a lot of tools like macchanger or you can do it in the same way as airgeddon is doing it. Everything is in the code. Closing.

from airgeddon.

wice22 avatar wice22 commented on August 24, 2024

Thanks for your answer,
I did try to change MAC manually (to match the targets MAC) before and after Airgeddon runs, but no luck,
I asked to know how to change this rule without breaking some functionality, I'll search in script then

Regards

from airgeddon.

v1s1t0r1sh3r3 avatar v1s1t0r1sh3r3 commented on August 24, 2024

Look at set_hostapd_config function. There you have the code you are looking for to change the mac.

This is not useful for you, you can remove it:
different_mac_digit=$(tr -dc A-F0-9 < /dev/urandom | fold -w2 | head -n100 | grep -v "${bssid:10:1}" | head -c 1)

Change this:
et_bssid=${bssid::10}${different_mac_digit}${bssid:11:6}
To this:
et_bssid=${bssid}

Change at the beginning of airgeddon auto_update=1 to auto_update=0 to avoid possible updates on which you'll loose your changes.

As I said you can close DoS window manually or you can avoid its launch commenting the line:

exec_et_deauth to #exec_et_deauth

But there are a lot of lines like that... one per each Evil Twin attack. Be pretty sure of commenting the one you need on one of this functions:

exec_et_onlyap_attack
exec_et_sniffing_attack
exec_et_sniffing_sslstrip_attack
exec_et_sniffing_sslstrip2_attack
exec_et_captive_portal_attack

I think the code is clear and self explanatory. Anyway I think is easier to close DoS window manually.

from airgeddon.

wice22 avatar wice22 commented on August 24, 2024

Thanks,

I'll try it,

cheers

from airgeddon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.