2019-06-01 - Update XSS test page to https://xss-game.appspot.com/level1/frame?query= 2014-11-01 - Bug Fixes to be compatible with updated Chrome/Firefox - Removed embedding of iframe that points to hackvertor which has now restricted with anti iframe policy 2012-12-23 - Bug Fixes to be compatible with updated Chrome/Firefox - Added Quick POC XSS 2011-06-24 - Added new encryption - aes, rc4, rabbit - Added client-side MD5, SHA1, SHA2, SHA512 - Fixed Hackvertor and CAL9000 2011-10-04 Fixed packer issue thanks to http://jsbeautifier.org Fixed other conversion issue 2011-06-01 -Added PHP chr() 2011-01-27 -Added Hackvector window as iframe [2009Aug7 by Aung Khant, http://yehg.net] - Changed interface - Added TextFX, Escape, Encrypt functions - Added last command button - Added URL box to dynamically test the target with payload string - Added other Injections: XML/SQL/Dir Traversal to payload dropdown - Added string length indicator - Use ajax mode by default [2009May21 by mario.heiderich@gmail.com] - FIXED: JS Unicode encoding/decoding - Added en/decodeURIComponent to dropdown - Added escape/unescape to main interface [2008December15 by mario.heiderich@gmail.com] - FIXED: JS Unicode encoding/decoding [2008July7 by Aung Khant, http://yehg.net] - Added Ajax Support; added request.js in js/_me folder - Modified /assets/php/_me/Request.php by changing POST TO REQUEST for quick usability by other sites - Modified /index.php to handle AJAX-only request - Fixed: Stripslashes() totally broke UUDecode conversion - Encoding Switch Change ie. A user choose UTF-8 as input encoding and UTF-7 as output encoding and convert texts. The resultant text is UTF-7. So in HTML Select tags I set UTF-7 as input encoding and UTF-8 as output one. This makes user convenient to select the option only for output encoding. Formerly, we had to choose both manually. [2008July3 by Aung Khant, http://yehg.net] - Added MD5Crack link(http://gdataonline.com) under Misc Dropdown menu - Added JavaScript function $() for document.getElementById - Added Select button to select textarea for quick cut/copy [2008March23 by Aung Khant, http://yehg.net] - FIXED: JS Base64 buggy issue (in some advanced payloads because they break/jump out of variable boundary) by using Server-Side Base64 and HeaderRedirect to HackVertor - Added cookie save-retrieve functions for customed attack playload - Added Unicode (%u00), Reverse, Char++,Char-- functions [2008March14 by Aung Khant, http://yehg.net] - Major change in I/O encoding list - I/O encoding list dynamically grapped from native mb_list_encodings array - PHP Version 5.2.5 supports 64 kinds of to-and-from encoding; Prior PCE supported 53 - Added HackVertor Button - Added from %0a to %0d%a function - Added 'Find it in Wiki' link for quick-look at unfamiliar Encoding Types [2008Feb15 by Aung Khant, http://yehg.net] - Integrated DeanEdwards' Packer as Base62,Minify in Enc/Dec dropdown - Hexcoded your email to hide from spammers :) - Re-arrange folder structures for well organizations:js,css,php according to your sugguestions - Fixed CSS 'px' to '%' to be viewed by all lower screen resolutions monitors [2008Feb13 by Aung Khant, http://yehg.net] - added PunyCode in I/O encoding dropdown - added base64 JS Enc/Dec dropdown;comment base64 in I/O encoding dropdown 'coz it's redundant