hashcat Forum

Full Version: Note for web admin. I had to manually refresh to see 1.01
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just a pointer, as I've visited the site before my browser had cached v1.0 . I had to manually refresh to see v1.01. Maybe put this at the top of the html code to always refresh the version page.

<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
Thanks for info, changes done