Re: Hacking WPA-2 Key - Evil Twin Method (No Bruteforcing)
evil twin metod problem
"""root@bt:~# apt-get install dhcp3-server -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dhcp3-server: Depends: dhcp3-common (= 3.1.3-2ubuntu3.2) but 3.1.3-2ubuntu3.3 is to be installed
E: Broken packages"""
Re: Hacking WPA-2 Key - Evil Twin Method (No Bruteforcing)
I need help for : airmon-ng :
it shows blank for wlan /wifi hardware, I need to make it working my CPU: e8400, 2GB DDR2, HD5450 1 GB GPU. THANKS IN ADVANCE
Re: Hacking WPA-2 Key - Evil Twin Method (No Bruteforcing)
hi, love the video but got a question how to i set up web server ???
Re: Hacking WPA-2 Key - Evil Twin Method (No Bruteforcing)
excellent tutorial
I have a question
Redirect traffic, it all ip address redirect in your tutorial
How to set iptables to redirect traffic only one ip address no all?
greeting
Re: Hacking WPA-2 Key - Evil Twin Method (No Bruteforcing)
Why not turn on fake page.fake page is only 192.168.1.1 writes.
explained the matter, and I'm doing video.fake does not redirect to the page.
Command:
ifconfig usb0 up
apt-get install dhcp3-server -y
airmon-ng
airmon-ng start wlan0
airodump-ng mon0
gedit /etc/dhcp3/dhcpd.conf
ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.1.1 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
option domain-name-servers 8.8.8.8;
range 192.168.1.2 192.168.2.254;
and
ifconfig usb0 up
apt-get install dhcp3-server -y
airmon-ng
airmon-ng start wlan0
airodump-ng mon0
gedit /etc/dhcp3/dhcpd.conf
ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.1.1 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
option domain-name-servers 8.8.8.8;
range 192.168.1.2 192.168.2.254;
Which of these IP adress need to change?
Re: Hacking WPA-2 Key - Evil Twin Method (No Bruteforcing)
i have connected the client but, i cant redirect to the fake page and cant connect to the internet either, but if i insert ip mannualy it success .
why m i like that?
Re: Hacking WPA-2 Key - Evil Twin Method (No Bruteforcing)
Quote:
Originally Posted by
NoM4D
Why not turn on fake page.fake page is only 192.168.1.1 writes.
explained the matter, and I'm doing video.fake does not redirect to the page.
what client do u use?
i have problem like you before , and i found out why like that, because the client i try is opera in my android, and when i turn off the opera turbo, voila, redirected sucessfully , maybe its because opera turbo dont use port 80
so if you use opera on your rabbit, you must have opera turbo turn off :D
Evil Twin Method without an internet connection
Hello guys,
It's interesting to learn about all this stuff, but i have a question and i'm dying to hear a solution for it.
How to redirect a victim, to this "service page", if no internet connection is available? Scenario is - i have a two laptops and one access point. One of the laptops is "victim" and the other one is "attacker". AP is secured with a strong password and WPA2/AES (WPS disabled), but i have no other internet connection available in the field, so i can't connect my "Attacker" laptop to any wired or wireless internet connection.
All i can do is to "trick the victim" into connecting my fake AP, so i have an IP level connectivity with him, but i can't redirect all his requests to my service page. The only way, he can access this "service page" is by entering an IP address of the attacker machine.
I would be happy if someone post a solution for this. Sorry for my not so good English, i hope you guys understood this challenge. :)
EDIT: Seems that somehow i found a simple solution, by looking to a few other scripts
http://www.backtrack-linux.org/forum...ad.php?t=33746
Just needed to fire up a "dnsspoof" utility after i got the ip level connectivity. ("dnsspoof -i at0")
Anyways, as you probably see, i still need to research many of these utilities and functions to get a complete understanding, but at least i'm happy that i have some clue.
Re: Hacking WPA-2 Key - Evil Twin Method (No Bruteforcing)
Interesting video...I am very much a noob to *nix, however the power from the cmd line is intoxicating.
Re: Hacking WPA-2 Key - Evil Twin Method (No Bruteforcing)