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

Easy-creds on Kali 1.09 #19

Open
ThomasMW opened this issue Dec 16, 2014 · 12 comments
Open

Easy-creds on Kali 1.09 #19

ThomasMW opened this issue Dec 16, 2014 · 12 comments

Comments

@ThomasMW
Copy link

Hi,

I've been trying to get easy-creds set up a fake AP but I ran into some trouble due to the fact that Kali uses isc-dhcp-server now and not dhcp3 anymore.

I looked at some fixes online but I still can't get it to work properly. My devices can connect to the fake AP but traffic doesn't get through.

Did you fix this in any later versions, and if not do you recommend using something else?

I'm running EC 3.7.3, so maybe updating will fix this?

Kind regards,
Thomas

@brav0hax
Copy link
Owner

run version 3.8-dev from github

On Tue, Dec 16, 2014 at 1:03 PM, ThomasMW [email protected] wrote:

Hi,

I've been trying to get easy-creds set up a fake AP but I ran into some
trouble due to the fact that Kali uses isc-dhcp-server now and not dhcp3
anymore.

I looked at some fixes online but I still can't get it to work properly.
My devices can connect to the fake AP but traffic doesn't get through.

Did you fix this in any later versions, and if not do you recommend using
something else?

I'm running EC 3.7.3, so maybe updating will fix this?

Kind regards,
Thomas


Reply to this email directly or view it on GitHub
#19.

@ThomasMW
Copy link
Author

Just did, but now I'm back the fact that it tries to use dhcpd3 again on line 710. I can change that to work with dhcp but is that all that is needed to fix the issue?

I'm sorry if this is annoying, I know it's a very old project but I would really like this to work on this version of Kali.

@ThomasMW
Copy link
Author

I altered the code to work with dhcp and now my devices can connect again, although when I request an url with the connected device the pages stay blanc. I do see information coming by on URL Snarf as in what is being requested.

Routing issue?

@ThomasMW
Copy link
Author

For some reason I am able to use Whatsapp and some newsapps where I can view content. Only browser requests are handled poorly.

The only thing is that SSLStrip is showing some python errors. Could this be the cause? I have python2.7 installed.

@ThomasMW
Copy link
Author

Got it to work, you can close this topic.

@ghost
Copy link

ghost commented Dec 17, 2014

wait so you have to change the code for it to work with dhcp?

@ThomasMW
Copy link
Author

Yes,

Go to line 710 and change:
dhcpd3 -q -cf $DHCPPATH -pf /var/run/dhcp3-server/dhcpd.pid $TUNIFACE &

to

dhcpd -q -cf $DHCPPATH -pf /var/run/dhcp3-server/dhcpd.pid $TUNIFACE &

@brav0hax
Copy link
Owner

That shouldn't be the case, you shouldn't have to change anything, it
should default to ISC-DHCP-SERVER

On Tue, Dec 16, 2014 at 4:21 PM, ThomasMW [email protected] wrote:

Yes,

Go to line 710 and change:
dhcpd3 -q -cf $DHCPPATH -pf /var/run/dhcp3-server/dhcpd.pid $TUNIFACE &

to

dhcpd -q -cf $DHCPPATH -pf /var/run/dhcp3-server/dhcpd.pid $TUNIFACE &


Reply to this email directly or view it on GitHub
#19 (comment).

@ThomasMW
Copy link
Author

Weird, for some reason it didn't work untill I changed it.

I didn't make use of a dhcpd.conf while setting up the AP in Easy-Creds. Maybe I did something wrong?

@brav0hax
Copy link
Owner

not sure but I know I addressed the whole dhcp server issue in v3.8-dev

I'll probably remove it if I ever get 4.0 finished.

On Tue, Dec 16, 2014 at 4:25 PM, ThomasMW [email protected] wrote:

Weird, for some reason it didn't work untill I changed it.

I didn't make use of a dhcp.conf while setting up the AP in Easy-Creds.
Maybe I did something wrong?


Reply to this email directly or view it on GitHub
#19 (comment).

@Bhomaidan
Copy link

dsniff is sniffing on eth0 and disconnecting my internet access > how to change interface to at0 ?

@Bhomaidan
Copy link

fake AP isn't neighther ( giving ip over isc-dhcp ) or (internet Access)

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

3 participants