Jump to content

Recommended Posts

Posted

Hey,

I've wanted to have a play with wifizoo for a while and I have just got around to doing so, but I’m having some problems.

All I have done is connect to the network and fired up wifizoo with this command:

./wifizoo.py -i eth1

It then "initialises" and I can then view the local webpage for it at "127.0.0.1:8000". But the problem is it won’t capture anything. In the web browser it always says "No information was captured yet" and on the shell window it is not displaying any information either.

Have I missed something?

Thanks, Stanni

Posted
Hey,

I've wanted to have a play with wifizoo for a while and I have just got around to doing so, but I’m having some problems.

All I have done is connect to the network and fired up wifizoo with this command:

./wifizoo.py -i eth1

It then "initialises" and I can then view the local webpage for it at "127.0.0.1:8000". But the problem is it won’t capture anything. In the web browser it always says "No information was captured yet" and on the shell window it is not displaying any information either.

Have I missed something?

Thanks, Stanni

Did you set-up some kind of MITM?

Posted
Did you set-up some kind of MITM?

Erm no I just connected to the network, I thought that was enough.

I can see I am going to look stupid in a minute :s

Posted

Actually it is me that's gone mad and is stupid.

For some reason I thought you where talking about hamster and ferret.

Can wireshark see any traffic on the adapter you are using?

Posted

Ok, Wireshark sees traffic that is going to and from the computer it is running on but when I view a web page on another computer it doesnt see anything.

I take it we found the problem?

Posted

Is your card in monitor mode? Do you have scapy.py installed?

sudo su
airmon-ng start eth1
airodump --write wifi mon0
python wifizoo.py -c wifi-01.cap
start firfox 127.0.0.1:8000

Posted
Is your card in monitor mode? Do you have scapy.py installed?

sudo su
airmon-ng start eth1
airodump --write wifi mon0
python wifizoo.py -c wifi-01.cap
start firfox 127.0.0.1:8000

I have my card in monitor mode and I am using BT3 so I assumed it came with scapy. Also I believe it is because I am trying to get it to work on an encrypted networks. It works OK on open networks but for airodump to sniff encrypted networks it has to be in monitor mode and I can't connect to encrypted networks when I'm in monitor mode.

Also can I ask what this bit of code does (whats the info in wifi-01.cap it is using)?

airodump --write wifi mon0

python wifizoo.py -c wifi-01.cap

Thanks, Stanni

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...