Stunnel And Squid

  • Thread starter Chrissy Cruiser
  • Start date
C

Chrissy Cruiser

Using Tor/Privoxy, how do I use either Stunnel and/or Squid on a W2K box?

If the answer is I need to compile to run, would appreciate knowing how to
do so, I'm blonde, not a blonde programmer.

LOL
 
C

Chrissy Cruiser

Here, Here, herehere, of assistance?, you just gave me a 1,000 $$
education.

Thank you.

<opens blouse, four buttons, perkies underneath>

=========================================================

For Windows you will want to use Stunnel.

1. Go to <http://www.stunnel.org/download/binaries.html>

2. download these files into a desktop folder called "Stunnel":
(they all offer PGP sigs)

A. stunnel-4.10.exe
B. openssl.exe
C. libeay32.dll
D. libssl32.dll

3. Rename 'stunnel-4.10.exe' to 'stunnel.exe'

4. create a text file in the stunnel folder called "stunnel.txt".

A. Copy and paste this template into the stunnel.txt file if you
want to use Zax's (bananasplit.info) as your TLS Host for SMTP,
M2N and for NNTPS NG DL's and HHTPS Stats Updates:

debug = 7
CAfile = banana.pem
output = log.txt
client = yes
options = all
RNDbytes = 2048
RNDfile = bananarand.bin
RNDoverwrite = yes
#
[BANANA_TLS_SMTP]
protocol = smtp
accept = 2525
connect = mail.bananasplit.info:2525
delay = no
#
[BANANA_NNTPS_GROUPS]
accept = 119
connect = news.bananasplit.info:5563
delay = no
#
[BANANA_HTTPS_STATS]
accept = 4430
connect = pinger.bananasplit.info:443
delay = no

B. Save the file and rename it to "stunnel.conf"

5. Enter your command prompt and navigate to the Stunnel folder
on your desktop; then type these commands
(C:\Windows\...\Desktop\Stunnel>):

A. "openssl rand -out bananarand.bin 2048"

At the next prompt type this:

B. "type bananarand.bin"

If the Dos commands goes well this is what you should see:

C:\WINDOWS>cd C:\Windows\Desktop\stunnel

C:\WINDOWS\Desktop\stunnel>openssl rand -out bananarand.bin 2048
Loading 'screen' into random state - done

C:\WINDOWS\Desktop\stunnel>type bananarand.bin
__-²¥+WqÆ__-f2_+xI¦_<Ñ1 rä_<¶)0ç)Æ~+É_TOªQ+ö«T-dC_+°_¶_¦uµ»-
Öç+ç_.¦0°qI\ê¦
¦w¦_nT_ÑC2åA+ú_P¿+"¦_e_+$+'__X_-_·+
0R=h_¼Keò*_!
C:\WINDOWS\Desktop\stunnel>

6. Now you can setup the 'banana.pem' file; this will allow you
to check the bananasplit.info MD5 and SHA-1 fingerprints along
with the certificate.

Enter your command prompt and navigate to the Stunnel folder on
your desktop; then type these commands
(C:\Windows\...\Desktop\Stunnel>):

(This section was taken from Bikikii Admin's stunnel banana.pem
how-to)

A. "openssl s_client -connect news.bananasplit.info:563 -
showcerts -prexit >
banana.pem"

This will request and save the Banana certificate to the file
"banana.pem" in your stunnel folder.

B. Go to your Stunnel folder and there will now be a file called
"banana.pem". Edit this file so that the format is as follows
then save it as "banana.pem":

- -----BEGIN CERTIFICATE-----
MIIDJDCCAo2gAwIBAgIBADANBgkqhkiG9w0BAQQFADBwMQswCQYDVQQGEwJVSzEO

[snipped]

LyS8oWX6gYVOyAwOwBcMH6qaXXDa0C5unSXEJcODGMC6gF+6dxoEjA==
- -----END CERTIFICATE-----

C. Type this command at the command promt> "openssl x509 -in
banana.pem -noout -fingerprint"

This will request and show you the MD5 fingerprint of
bananasplit.info

D. Type this command at the command prompt> "openssl x509 -sha1 -
in banana.pem -noout -fingerprint"

This will request and show you the SHA-1 fingerprint of
bananasplit.info

E. Go to this url <http://www.bananasplit.info/newscert.html>;
check the MD5 and SHA-1 fingerprints you recieved with those on
this bananasplit.info webpage.

The MD5, SHA-1 fingerprints you recieved by running the command
promt should be identical to those posted on Zax's webpage:
<http://www.bananasplit.info/newscert.html>

****

That is it, stunnel should now be setup to accept
SMTP/M2N(2525), NNTPS(119) and Stats HHTPS(4430). Stunnel then
will pass on the TLS encrypted traffic the the bananasplit.info
host.

****

A. Here is my Wiki page, it is on Panta's Wiki site. In this
how-to I detail eveything you will need to know once you have
stunnel up and running. Later on you may also want to add Tor
in your remailing route, my Wiki tells you how:

<https://www.panta-
rhei.dyndns.org/pantawiki/RemailingWithTorAndStunnel>

B. Please see these urls from <http://www.bananasplit.info>;
they offer directions for installing and using stunnel:

<http://www.bananasplit.info/stunnel.html>
<http://www.bananasplit.info/mailtls.html>
<http://www.bananasplit.info/bikikii.txt>

Hope this was of assistance,

BTW, thanks for your help in a.s.pgp!
 
R

rocky

Chrissy Cruiser said:
Using Tor/Privoxy, how do I use either Stunnel and/or Squid on a W2K box?

If the answer is I need to compile to run, would appreciate knowing how to
do so, I'm blonde, not a blonde programmer.

Hey Chrissy, are you as cute as your name?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top