Hello! I just released version 1.2 of my small tool YAWoL (Yet Another Wake-on-Lan Utility). The purpose is to send the Wake on Lan magic packet to the MAC address provided in the parameters. I corrected some bugs and improved the parsing of the MAC address. Now, you can enter a MAC address even if […]
payShieldPressureTest v1.3 is out, and it’s FASTER!!
Version 1.3 of payShiledPressureTest is out! The new version brings many fixes and improvements. The most relevant one is that I modified how the TCP and SSL connection were established: in the previous versions every the connection was opened and closed every time a command was sent. In this new version, the same connection is […]
PayShieldToSyslog: How to gather audit logs from payShield 10K and send them to Syslog
The aim of the payShield2Syslog project is to gather the Audit log via the host command Q2, interpreter the response of the appliance, and eventually send it to a Syslog facility. The project is still in beta, and the current version is 0.3 A binary version, digitally signed, for Widows is available as well. It requires Python 3. It […]
payShieldPPRessureTest: version 1.1.7 is out
Version 1.1.7 of payShieldPPRessureTest, the tool I wrote to stress and test your payShield HSM is out.This new version comes with some fixes: Fixed typos in comments and README.md Removed not functional code in HEX to IP address dotted decimal notation conversion function Fixed the hex output of –randgen Simplified the printing in hex of the response obtained by the appliance Fixed the […]
YAWoL – Yet Another Wake-on-Lan Utility
Some days ago, a customer asked me if an appliance she’s using can be turned on using WoL.Initially, I replied no, because I could not find a trace of WoL capabilities on the manuals. Still, then I got curious, and I decided to write my own WoL utility in Python to generate the ”magic packets”. […]
PayShieldPPressureTest v1.0 with TLS support is out!
Are you stressed by your Thales Payshield? Do you like to stress it back? Then you will be happy to know that a new version of PayShield Pressure Test is available on GitHub.
The new version,1.0 supports all the HOST’s protocols: TCP, UDP and TLS.