Giter Club home page Giter Club logo

Comments (42)

sandman6578 avatar sandman6578 commented on May 17, 2024

which chipset has your kasens g9000 ralink rt3070 or rtl8187l? the g9000 is delivered with two different chipsets?
which one did yours have??

from wifiphisher.

shady-S avatar shady-S commented on May 17, 2024

RTL8187

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

ok with the rtl8187 there are issues known that this chipset not compatible with hotapd buy an authors and you`ll be good

from wifiphisher.

 avatar commented on May 17, 2024

I have the exact same problem... I am using the ALFA with rtl8187.
Thanks for the info

Any cheap one you can recommend ?

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

atheros chipset most compatiple with linux i would recommend http://www.amazon.com/Docooler-Adapter-150Mbps-Atheros-Antenna/dp/B00IZ5GNSA/ref=sr_1_6?s=electronics&ie=UTF8&qid=1420704863&sr=1-6&keywords=atheros

i have not the same card mine is built in but the same chipset

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

or this one TP-LINK TL-WN722N

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

another thing with what commands you are starting wifiphisher??

from wifiphisher.

 avatar commented on May 17, 2024

I launch a Terminal in the /home/wifiphisher folder and I do :
python wifiphisher.py -m 5 -t .00001 -p 1 -jI wlan1 -aI wlan2 -a 00:00:......
(btw, I choose -a accesspoint, but why it still shows me the list of access points and asks me to choose one...?)

I also tried just doing : python wifiphisher.py (same problem)

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

do an airmon-ng and send the output here

from wifiphisher.

shady-S avatar shady-S commented on May 17, 2024

What other chipsets are compatible?

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

for me i would only recommend the atheros chipsets other excluding the rtl8187 make many problem
authors is plug and play

from wifiphisher.

shady-S avatar shady-S commented on May 17, 2024

So, can I buy any chipset model in atheros or is it specific because the one you mentioned is not available at my place.

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

nope buy this chipset Atheros AR9271

from wifiphisher.

shady-S avatar shady-S commented on May 17, 2024

Thanks a lot!

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

don't forget to close the issue

from wifiphisher.

 avatar commented on May 17, 2024

screenshot from 2015-01-08 04 52 06

Wlan0=the one from my really old mini notebook
wlan1=alfa
wlan2=alfa

from wifiphisher.

 avatar commented on May 17, 2024

i found an old TP-LINK with rt73usb. Same problem, I am not able to connect to the fake AP.
screenshot from 2015-01-08 05 15 54

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

give me output of this hwinfo --usb

from wifiphisher.

 avatar commented on May 17, 2024

http://s3.postimg.org/oesa6ez9e/anbqybrv_Ghostbin_2015_01_08_22_30_24.jpg

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

ok try type in terminal modprobe rt73usb and then ifconfig wlan3 up and ifconfig wlan2 up and then try again

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

if not works send me output of ifconfig

from wifiphisher.

 avatar commented on May 17, 2024

It does not work better with those 3 commands.
wlan2

The command that I use is :
python wifiphisher.py -m 5 -t .00001 -p 1 -jI wlan3 -aI wlan2
or
python wifiphisher.py

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

you have the same ip adress for both cards change it and it will work ifconfig wlanX IPADRESS

from wifiphisher.

 avatar commented on May 17, 2024

Okay thanks for the obvious info :)
just to be sure, I have a D-Link usb wifi interface and the Alfa.
D-Link = wlan3
Alfa = wlan2

I cannot use wlan2/Alfa as the fake AP (because it is not hostapd compatible).

So, is the correct command :
python wifiphisher.py -m 5 -t .00001 -p 1 -jI wlan2 -aI wlan3

And I am not using the -a XX:XX:XX;XX;XX command, should I ?
The script is showing me all the available APs anyway (even if I put it on the -a command)

from wifiphisher.

 avatar commented on May 17, 2024

python wifiphisher.py -m 5 -t .00001 -p 1 -jI wlan2 -aI wlan3

When I do this, a fake AP is created. I can see it from my android. I also see the activity light blinking on the D-Link USB wifi key (wlan3). However, I don't see any lights on the ALFA (wlan2) and I am still able to use my original wifi AP without any problem. Just like if the DoS was not happening. That said, I am also not able to connect to the fake AP.

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

try ifconfig wlan2 up before you do the attack

from wifiphisher.

 avatar commented on May 17, 2024

I see the light going ON when i do wlan2 up.
But as soon as I start the "attack" it goes off.
python wifiphisher.py -m 5 -t .00001 -p 1 -jI wlan2 -aI wlan3

And again, I am not able to connect to the fake AP with any device. It is here. But it takes for ever to connect and ultimately never connects.

from wifiphisher.

 avatar commented on May 17, 2024

^CException in thread Thread-5:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 505, in run
self.__target(_self.__args, *_self.__kwargs)
File "wifiphisher.py", line 665, in sniff_dot11
sniff(iface=mon_iface, store=0, prn=cb)
File "/usr/lib/python2.7/dist-packages/scapy/sendrecv.py", line 577, in sniff
p = s.recv(MTU)
File "/usr/lib/python2.7/dist-packages/scapy/arch/linux.py", line 485, in recv
pkt, sa_ll = self.ins.recvfrom(x)
error: [Errno 100] Network is down

this is what it shows when stop the attack

from wifiphisher.

shady-S avatar shady-S commented on May 17, 2024

Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in **bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 505, in run
self.__target(_self.__args, _self.__kwargs)
File "./wifiphisher.py", line 484, in channel_hop2
deauth(monchannel)
File "./wifiphisher.py", line 528, in deauth
send(p, inter=float(args.timeinterval), count=int(args.packets))
File "/usr/lib/python2.7/dist-packages/scapy/sendrecv.py", line 251, in send
__gen_send(conf.L3socket(_args, _kargs), x, inter=inter, loop=loop, count=count,verbose=verbose, realtime=realtime)
File "/usr/lib/python2.7/dist-packages/scapy/arch/linux.py", line 335, in __init

set_promisc(self.ins, i)
File "/usr/lib/python2.7/dist-packages/scapy/arch/linux.py", line 138, in set_promisc
mreq = struct.pack("IHH8s", get_if_index(iff), PACKET_MR_PROMISC, 0, "")
File "/usr/lib/python2.7/dist-packages/scapy/arch/linux.py", line 275, in get_if_index
return int(struct.unpack("I",get_if(iff, SIOCGIFINDEX)[16:20])[0])
File "/usr/lib/python2.7/dist-packages/scapy/arch/linux.py", line 269, in get_if
ifreq = ioctl(s, cmd, struct.pack("16s16x",iff))
IOError: [Errno 19] No such device

[!] Closing
Exception in thread Thread-5:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 505, in run
self.__target(_self.__args, *_self.__kwargs)
File "./wifiphisher.py", line 665, in sniff_dot11
sniff(iface=mon_iface, store=0, prn=cb)
File "/usr/lib/python2.7/dist-packages/scapy/sendrecv.py", line 586, in sniff
r = prn(p)
File "./wifiphisher.py", line 563, in cb
if args.maximum:
AttributeError: 'NoneType' object has no attribute 'maximum'
// I am getting error while using TPLink TL_WN722N Atheros AR9271 and kasens g9000 RTL8187. Kali OS. Cannot connect to fake AP.

from wifiphisher.

osabosabl avatar osabosabl commented on May 17, 2024

Check this out :
https://www.youtube.com/watch?v=GAGmsvpOE_Q
This one is Ralink 3070 chipset
This will fit perfect right?

from wifiphisher.

starfighter73 avatar starfighter73 commented on May 17, 2024

hi,
I get this error when i try to connect the fake AP, anyone can help me?:
SIOCADDRT: La rete non รจ raggiungibile
[*] Starting the fake access point...
Traceback (most recent call last):
File "wifiphisher.py", line 960, in
start_ap(ap_iface, channel, essid, args)
File "wifiphisher.py", line 494, in start_ap
Popen(['hostapd', '/tmp/hostapd.conf'], stdout=DN, 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

from wifiphisher.

HassenPy avatar HassenPy commented on May 17, 2024

@starfighter73 ,
You are using the latest version of the script?

from wifiphisher.

starfighter73 avatar starfighter73 commented on May 17, 2024

I solved the problem after installing 'hostapd' . I also downloaded the latest version of the script and now it works fine!
But now I have another problem: after submitting WPA Pwd i can't see it on the attacker PC.
I tried both of the wifiphisher.py versions that I downloaded.
Where's the problem?

----Messaggio originale----

Da: [email protected]

Data: 17/03/2015 21.52

A: "sophron/wifiphisher"[email protected]

Cc: "starfighter73"[email protected]

Ogg: Re: [wifiphisher] NO Connection to the Fake AP (#29)

@starfighter73 ,

You are using the latest version of the script?

โ€”
Reply to this email directly or view it on GitHub.

from wifiphisher.

HassenPy avatar HassenPy commented on May 17, 2024

does it say 'index.html' not found?

from wifiphisher.

starfighter73 avatar starfighter73 commented on May 17, 2024

Yes. It say 'index.html'.

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

You have to give read and write rights for the index file and any others.

from wifiphisher.

starfighter73 avatar starfighter73 commented on May 17, 2024

Ok, thank you!

from wifiphisher.

sandman6578 avatar sandman6578 commented on May 17, 2024

Works??

from wifiphisher.

sophron avatar sophron commented on May 17, 2024

Hi all,

I just pushed a commit that hopefully fixes this issue.

I believe the problem was that the script allowed the usage of an Internet-connected interface for the Access Point. A managed-mode interface that is Internet-connected or looks for an Internet connection will reset any IP addressing we want for our Access Point, hence clients won't be able to connect to it.

Please update to the latest revision and let me know if you encounter any issues.

from wifiphisher.

starfighter73 avatar starfighter73 commented on May 17, 2024

Hi everybody,
I tried the changes suggested by sandman6578 and it didn't works.
So I downloaded the new version poster by sophron and now the sw works properly.
Thank you!

from wifiphisher.

Jx1 avatar Jx1 commented on May 17, 2024

@ Sophron...Hello,

I have the same issue DHCP is not working, fake AP is created and clients get de-authenticated from the original network
Just want to make myself clear, after installing the new script of wifiphisher.All other chipset should work fine? Apart from Realtek chipset or there is specific chipset I need to buy.

Appreciate your response

from wifiphisher.

blackhatethicalhacking avatar blackhatethicalhacking commented on May 17, 2024

ela refile, apo kipro, exo thema me to dhcp kai diskolevoume

from wifiphisher.

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.