Sorry for being late to respond. I had read your replies, this morning at work and since then I am smiling all the time. You make my day guys.
I was start worrying not why isn't working this script for you (it was the most possible situation) but why in the hell it was working for me.
Anyway. Back to topic.
yeehawjared, you are a living advertisement for my script. Glad to here to get to work everything that scripts can do.
For some reason I have to `airmon-ng start wifi0` prior to running your script. After that everything works.
Among other things this shouldn't happened. I will search for this.
Sustained download rates of 600+Kbps.
That's quite impressing for a FakeAP.
I did notice that when running sslstrip, the reports are all IPs - not domains. Kind of useless without the domain names of the websites.
When running the script at mode 4 at the end you already getting a message about that. "In Transparent Proxy-ed and SSLstriped WLAN mode you cannot see domain names in reports, only IPs." I am working on that. I trying to find something (don't laugh) "reverse DNS". Not domains to IP's. But IP's to domains. I don't even know if this exists.We will see.
I really hope to see this tool evolve over time. I'd be very interested in supporting this and trying new things.
Me too. Please feel free (you or anybody) to ask anything that you don't understand in the script.
I'm going to keep playing around with different things and report back what works / what breaks with new functionality.
Any feedback will be very helpful.
What would really be nice is sslsniff...
The basic idea was to use sslsniff, not sslstrip, but until now it's impossible for me to getting to work. So, I make a U turn and end-up with the 2nd option:sslstrip. If I can get a single working example with sslsniff I will add it to the script right away. Maybe I am missing something. Don't know.
So, you or anybody who can give any informations for:
1) how to install correctly this God damn thing in BT4PF ( I hate sslsniff
)
Please refer to:
http://forums.remote-exploit.org/bac...iff-0-6-a.html
or
http://forums.remote-exploit.org/wir...tml#post154891
2) Which browsers are or should be vulnerable ( I had read something about: a) any applications that uses microsoft's CryptAPI. b) Microft already provide patches. ).
I am seriously doubt that anyone, at least here, was able to install-run correctly sslsniff. I hope I am wrong, so we all can "play" with.

Originally Posted by
BT2008
Results: http and https is working, so far so good Nick

But there are no registrations of visited https sites in the output-ssl.log,
Do you have any idea?
There are registration, but it's very dificult to find them since we are logging everything with sslstrip. So, you can:
1) You can open up the script with a text editor and go at the end of the script you will see a line:
Code:
xterm -e "proxychains sslstrip -s -f -k --write $HOME_DIR/output-ssl.log"&
the "-s" reffers to Log all SSL traffic to and from server. See sslstrip --help to log what you are interesting for.
2) You can use sarg's reports (you will see only IPs) or
3) You can use urlsnarf
Code:
urlsnarf -i at0 or ath0 (it depends on how you create the softAP)
Thank you guys.
Nick