Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Penetration Testing with Raspberry PI

You're reading from   Penetration Testing with Raspberry PI Construct a hacking arsenal for penetration testers or hacking enthusiasts using Kali Linux on a Raspberry Pi

Arrow left icon
Product type Paperback
Published in Jan 2015
Publisher
ISBN-13 9781784396435
Length 208 pages
Edition 1st Edition
Arrow right icon
Toc

Installing a Stunnel client


Now we need to install a stunnel client. We can do this by downloading the Windows stunnel client application available at https://www.stunnel.org/downloads.html.

The following image shows a stunnel-installer executable file icon:

When you have completed the install, open the stunnel install directory on Windows (it is usually located at C:\Program Files\stunnel).

Copy the stunnel.pem certificate you created on Kali to your Windows client inside the same directory.

You should then open the stunnel.conf file and replace the contents with the following (please adjust any port settings you might have changed from our example):

cert = stunnel.pem
client = yes
[squid]
accept = 127.0.0.1:8080
connect = [Server's Public IP]:8888

Save and close the file. Next, run the stunnel.exe application. You will see the configuration page displayed:

Now you can connect to your Raspberry Pi securely using the IP address and Port specified in the configuration's accept parameter you defined...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images