Re: Backtrack 5 r3 Fake-AP MITM script! 100% working v1.0
Re: Backtrack 5 r3 Fake-AP MITM script! 100% working v1.0
Why the DHCP3 download link file is DEB extension instead of tar.gz? How do I use tar -xvf extract that file? explanation please!!!!:o
Re: Backtrack 5 r3 Fake-AP MITM script! 100% working v1.0
I got an error message on one of the blue background Terminal
"xterm: Can't execvp sslstrip: No such file or directory"
help...please
Re: Backtrack 5 r3 Fake-AP MITM script! 100% working v1.0
Bro, go into /pentest/web/sslstrip
and type
python setup.py install
you have to install ssltrip first... thats exactly what that error is telling you.
thanks for trying my script! i appreciate it.
Re: Backtrack 5 r3 Fake-AP MITM script! 100% working v1.0
Quote:
Originally Posted by
corpscaptain
I got an error message on one of the blue background Terminal
"xterm: Can't execvp sslstrip: No such file or directory"
help...please
Same error here...
Re: Backtrack 5 r3 Fake-AP MITM script! 100% working v1.0
Quote:
Originally Posted by
em3rgency
Bro, go into /pentest/web/sslstrip
and type
python setup.py install
you have to install ssltrip first... thats exactly what that error is telling you.
thanks for trying my script! i appreciate it.
Hi bro,
When I run your script, it working but DHCP show :
...
Listening on LPF/at0/MAC_ADDRESS 10.0.0.0/24
Sending on LPF/at0/MAC_ADDRESS 10.0.0.0/24
...
It means that clients connect to my fake AP gets ip address in subnet 10.0.0.0/24. So, how I edit file dhcp config in order to clients connect to get ip address in subnet 192.168.1.0/24 that subnet I connect to internet.
I've tried to edit /etc/dhcp3/dhcpd.conf as follow :
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.3 192.168.1.253;
option domain-name-servers 8.8.8.8;
option routers 192.168.1.1;
option broadcast-address 192.168.1.255;
default-lease-time 600;
max-lease-time 7200;
}
...but DHCP still show :
Listening on LPF/at0/MAC_ADDRESS 10.0.0.0/24
Sending on LPF/at0/MAC_ADDRESS 10.0.0.0/24
Please tell me how to do.
Thanks in advance,
Best regards.
Re: Backtrack 5 r3 Fake-AP MITM script! 100% working v1.0
Quote:
Originally Posted by
kira12a8
Hi bro,
When I run your script, it working but DHCP show :
...
Listening on LPF/at0/MAC_ADDRESS 10.0.0.0/24
Sending on LPF/at0/MAC_ADDRESS 10.0.0.0/24
...
It means that clients connect to my fake AP gets ip address in subnet 10.0.0.0/24. So, how I edit file dhcp config in order to clients connect to get ip address in subnet 192.168.1.0/24 that subnet I connect to internet.
I've tried to edit /etc/dhcp3/dhcpd.conf as follow :
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.3 192.168.1.253;
option domain-name-servers 8.8.8.8;
option routers 192.168.1.1;
option broadcast-address 192.168.1.255;
default-lease-time 600;
max-lease-time 7200;
}
...but DHCP still show :
Listening on LPF/at0/MAC_ADDRESS 10.0.0.0/24
Sending on LPF/at0/MAC_ADDRESS 10.0.0.0/24
Please tell me how to do.
Thanks in advance,
Best regards.
Hi :)
Open the script with your "editor"(gedit,kwrite) & try to see where is "locate"dhcpd.conf
Re: Backtrack 5 r3 Fake-AP MITM script! 100% working v1.0
Quote:
Originally Posted by
zimmaro
Hi :)
Open the script with your "editor"(gedit,kwrite) & try to see where is "locate"dhcpd.conf
Thanks for your reply. I've tried it and clients got IP address in subnet 192.168.1.0/24 but they can't connect to the internet. Please tell me how to do. Thank you very much.
Best regards,
Re: Backtrack 5 r3 Fake-AP MITM script! 100% working v1.0
Quote:
Originally Posted by
kira12a8
Hi bro,
When I run your script, it working but DHCP show :
...
Listening on LPF/at0/MAC_ADDRESS 10.0.0.0/24
Sending on LPF/at0/MAC_ADDRESS 10.0.0.0/24
...
It means that clients connect to my fake AP gets ip address in subnet 10.0.0.0/24. So, how I edit file dhcp config in order to clients connect to get ip address in subnet 192.168.1.0/24 that subnet I connect to internet.
I've tried to edit /etc/dhcp3/dhcpd.conf as follow :
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.3 192.168.1.253;
option domain-name-servers 8.8.8.8;
option routers 192.168.1.1;
option broadcast-address 192.168.1.255;
default-lease-time 600;
max-lease-time 7200;
}
...but DHCP still show :
Listening on LPF/at0/MAC_ADDRESS 10.0.0.0/24
Sending on LPF/at0/MAC_ADDRESS 10.0.0.0/24
Please tell me how to do.
Thanks in advance,
Best regards.
You did the correct thing, just one detail: You need to restart the dhcp-server service for changes to take effect: /etc/init.d/dhcp3-server restart or whatever the dhcp server you have..
Re: Backtrack 5 r3 Fake-AP MITM script! 100% working v1.0
Quote:
Originally Posted by
zimmaro
Hi :)
Open the script with your "editor"(gedit,kwrite) & try to see where is "locate"dhcpd.conf
Thanks for your reply. I've tried it and clients got IP address in subnet 192.168.1.0/24 but they can't connect to the internet. Please tell me how to do. Thanks.
Best regards,