Jump to content

Run Jasager/karma On Laptop (w/o Fon)?


abccbaabc

Recommended Posts

I'm planning on getting the Pineapple Mark IV but until then I would like to run Jasager/Karma on my laptop, but I can't get it to work for some reason.. I'm running BT5 R2 on a Macbook mid-2010 with the Alfa awus036hn (injections and everything works perfectly).

I've tried four different methods of setting up either Jasager/Karma or something like it:

1) http://dev.metasploit.com/redmine/projects/framework/wiki/Karmetasploit

2) http://forums.hak5.org/index.php?showtopic=10808

3)

4)

In method 1;

- the DHCP command is a problem (among others)

In method 2;

- There are several errors, one of them is that the karma tool 'wificonfig' does not work (error: "can't run binary code")

In method 3;

- The AP is live, but is not replying the the probe requests. And the forwarding of the Internet connection does not work either.

In method 4;

- The AP is live, but doesn't reply to probe request and you cant even connect to it if you'd want to..

I can't figure out the errors.. Suggestions?

Link to comment
Share on other sites

  • 3 weeks later...

Mumble mumble...I got this perfeclty working with an ALFA AWUs036h. For the Dhcp problem have you installed dhcp via

apt-get install dhcp3-server

? Before tryin' to get Jasager/Karma working i suggest you to try with a simple soft ap Dhcp enabled.

airbase-ng -e softap mon0

ifconfig at0 up 192.168.121.1 netmask 255.255.255.0

and then

dhcpd3 -d -f -cf /etc/dhcp3/dhcpd_test.conf at0

. My Dhcpd conf is

default-lease-time 60;
max-lease-time 72;
ddns-update-style none;
authoritative;
log-facility local7;
subnet 192.168.121.0 netmask 255.255.255.0 {
  range 192.168.121.100 192.168.121.254;
  option routers 192.168.121.1;
  option domain-name-servers 192.168.121.1,8.8.8.8;
}

Hope this can help you, let me know

Edited by ptrac3
Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...