Git Product home page Git Product logo

fakeap's People

Contributors

arnaudligny avatar danmcinerney avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fakeap's Issues

It does not work

Hi,
It does not work, no creating any AP :(
Please help to fix.

Thanks,

Sniffing access points to create FakeAp not working

After the latest update many problems are occurring
First i tried to make a new fakeAp

./fakeAp.sh

Every thing went smooth but cant find the wifi with my iphone
After that i tried to create a twin by copying one the stations available

./fakeAp.sh -t

but it doesn't show any networks, pressing crtl+c still ask me to choose Ap to copy by num
In this point here what i got by this commands

iwconfig 

my wifi card was like (wlan0monmonmon mode: managed) seems like every time i run the script it adds 'mon' or the script doesn't clear settings after closing .
Can't use my wifi card and i had to restart but this is how i solved it

ifconfig wlan0monmonmon down
iwconfig wlan0monmonmon mode monitor
airmon-ng stop wlan0monmonmon

Hope you will fix this and update the script soon.

OSError: [Errno 2] No such file or directory

Traceback (most recent call last):
File "fakeAP.py", line 310, in
main(parse_args())
File "fakeAP.py", line 299, in main
dhcp(dhcpconf, ipprefix)
File "fakeAP.py", line 241, in dhcp
dhcp = Popen(['dhcpd', '-cf', dhcpconf], stdout=PIPE, stderr=DN)
File "/usr/lib/python2.7/subprocess.py", line 679, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

Was showing up since Kali updated and removed isc-dhcp-server. Fixed this with a quick check to see if that's installed, and asks to apt-get install it if it's not installed.

Error parsing airmon's monitor interface

I think the output scraping is broken when creating the monitored interface with airmon. Could it be the new naming of monitored interfaces to wlan[x]mon instead of mon[x]?

My interface is wlan1
Monitored interface becomes wlan1mon

Traceback (most recent call last):
  File "fakeAP.py", line 318, in <module>
    main(parse_args())
  File "fakeAP.py", line 298, in main
    mon_mac1 = get_mon_mac(mon_iface)
  File "fakeAP.py", line 203, in get_mon_mac
    info = fcntl.ioctl(s.fileno(), 0x8927, struct.pack('256s', mon_iface[:15]))
TypeError: 'NoneType' object has no attribute '__getitem__'

No Internet on Device

Any idea why i dont get an inet connection on my client using this ap?

running script on kali

Any idea on these errors?

I am running this on Mint 17.1 (which may be the issue).. However I thought I might ask and see if you knew what the issue might be. I have run the script using sudo AND have run it while logged on as root, same error both times. Wifijammer works great on Mint BTW! Thank you very much for the awesome work!

[*] Cleared leases, started DHCP, set up iptables
Traceback (most recent call last):
File "fakeAP.py", line 318, in
main(parse_args())
File "fakeAP.py", line 297, in main
mon_iface = start_monitor(ap_iface, channel)
File "fakeAP.py", line 193, in start_monitor
proc = Popen(['airmon-ng', 'start', ap_iface, channel], stdout=PIPE, stderr=DN)
File "/usr/lib/python2.7/subprocess.py", line 710, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

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.