OpenVPN Rekeying Drone (solution for OTP and reneg-sec limitation) description
Each time openvpn renegotiate new keys ask via management interface and we use otp the openvpn client asks for new id and pass , how we can solve this? My solution i wrote a tool that act like a "drone" waiting (also a suggestion for further improvements..) on the management interface of your openvpn client side the tool run the external otp application get the new username / password couple and send them on openvpn download the tool.
File List:
otp_rekeying_drone/
0b
otp_rekeying_drone/otp_clientconnector_drone.ini
2Kb
otp_rekeying_drone/otp_commonfunctions_files.pl
1Kb
otp_rekeying_drone/otp_rekeying_drone.pl
8Kb
otp_rekeying_drone/readme.txt
3Kb
Similar code
Simple Perl Ping
(Popularity: ) : This is a simple Perl ping script I also used perl2exe (or whatever it is called) and created an executable with it. it works great the return time does not however work but it will test if a host is ... ServerTester
(Popularity: ) : ServerTester is a simple yet very powerful tool that tells you more than what your hosting service has told you about the server's settings. You can view in real time your server's hardware, software, version, Perl, installed perl modules, the ... Simple FTP Client
(Popularity: ) : This application is a simple FTP Client. Although it may not be the best one out, it was programmed with the main purpose of showing beginners how to handle server responses, to start programming their own clients.