Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Penetration Testing with Raspberry PI

You're reading from  Penetration Testing with Raspberry PI

Product type Book
Published in Jan 2015
Publisher
ISBN-13 9781784396435
Pages 208 pages
Edition 1st Edition
Languages

Stunnel


Many administrators will have detection technologies such as IDS/IPS to detect and prevent open VPN connections. One method to get around this is levering stunnel. Stunnel creates secure communication between a TCP client and server by hiding inside another SSL envelope. This is done by acting like an SSL encryption wrapper between the remote client and server using industry-standard crypto libraries such as OpenSSL. What makes stunnel cool is it adds SSL functionality to commonly used daemons like POP2, POP3, and IMAP servers without any changes in the program's code.

To use stunnel, you first need to download the code using the apt-get install stunnel4 –y command as shown in the following screenshot:

You may get a message that the latest version of stunnel is already installed.

You will need to create a file called stunnel.conf inside the /etc/stunnel/ directory. You can use your favorite text editor such as nano or vi to create the file.

The following will be configured and entered...

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 $15.99/month. Cancel anytime}