Giter Site home page Giter Site logo

Comments (2)

xtonousou avatar xtonousou commented on August 24, 2024

airgeddon handles the local IP, this is not the problem. I connected my machine to an Android hotspot and tried to reproduce the issue but all seem to be just fine.

Could you provide us more info, and screenshots if possible?

from airgeddon.

v1s1t0r1sh3r3 avatar v1s1t0r1sh3r3 commented on August 24, 2024

I think the problem is not related to any android hotspot or whatever... the problem is you can't provide internet with one wireless interface while using other to create the Evil Twin. The reason is hostapd (needed for fake AP creation) needs to perform a "airmon-ng check kill" command to work. So doing that, it kills NetworkManager processes and your managed interface what is serving internet connection stops working because it seems you are using NetworkManager to connect to wireless.

This was discussed before here. It seems it has no solution. If you don't kill that processes you can't create AP. If you kill the processes you can't get internet access because killed NetworkManager is what provides internet on a wireless interface. So you have these options:

  • You can get internet from ethernet interfaces.

  • You can install a virtual machine using virtualbox or vmware on which your host's wireless card is going to be detected as eth0 on the virtual machine (this always happens). In this way you can have internet through wireless because for the Linux system is an ethernet card (usually eth0) and you can use another wifi card for hostapd.

  • You can use a system on which there is no network-manager and connect to internet with one of your wifi card using a different method (wpa_supplicant for example).

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.