I'll try this out and I'll let you know!
hakermania, use ettercap with sslstrip)
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
I'll try this out and I'll let you know!
LoooL
I did a lot of tries to capture passwds with ssl encryption but I was unlucky!!!
When I was trying to do this, neither normal passwds nor ssl encrypted were captured!!!
..![]()
LoooL
Which guide are you following ?
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
From my understanding you are wondering why until you start SSL Strip the users have no access to the web/ssl sites.
The reason is you are forwarding ports to a service that isn't running.
iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080
With that you are taking port 80 traffic and redirecting to port 8080. Great but nothing is listening on port 8080.
When you start sslstrip you have it listen for port 8080 and sslstrip forwards on the packets to the world.
Last edited by Mr-Protocol; 08-10-2010 at 09:54 PM.
Not sure but it should work the same.
I've done MITM with XP SP3 in my lab for a presentation in my Networking Forensics course.
Something with the initial setup must be wrong. Or he needs to clear the ARP cache on his router and Machines.
Last edited by Mr-Protocol; 08-10-2010 at 10:03 PM.
hakermania, an important question: Have you uncommented the iptables part in etter.conf?
Also, try using ettercap arp poisoning capabilities instead of arpspoof, because it's odd that you don't have connectivity after running arpspoof.