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

start-noupstream.sh - Client not to connecting to the fake AP #66

Open
amb1s1 opened this issue Oct 17, 2016 · 1 comment
Open

start-noupstream.sh - Client not to connecting to the fake AP #66

amb1s1 opened this issue Oct 17, 2016 · 1 comment

Comments

@amb1s1
Copy link

amb1s1 commented Oct 17, 2016

I'm testing on both iPhone and Chromebook. When the iPhone connects, it gets an IP but then the interface IP config goes away right away. On the chromebook, I get failed to connect to the network "internet". DHCP lookup failed. I'm using Kali 2.0. I will like to give you more log info, but don't know where to get it. Thanks

@amb1s1 amb1s1 changed the title start-noupstream.sh - client to connecting to the fake AP start-noupstream.sh - Client not to connecting to the fake AP Oct 17, 2016
@jesusmmago
Copy link

Hi amb1s1,

probably the help comes late but anyway it would be useful for other people.
I had your same problem. I sorted it out using other DNS server. Basically what I did was the next.
Add to the /etc/mana-toolkit/karmetasploit.rc file the next lines:

#use auxiliary/server/fakedns
#set TARGETACTION FAKE
#set TARGETHOST 10.0.0.1
#set TARGETDOMAIN *
#exploit -j
#exploit -j

Comment the next lines in the start-noupstream.sh script:
dnsspoof -i $phy -f /etc/mana-toolkit/dnsspoof.conf& dnsmasq -C /etc/mana-toolkit/dnsmasq-dhcpd.conf $phy

And add the next one:
dnsmasq -C /etc/mana-toolkit/dnsmasq-dhcpd.conf -i $phy

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants