-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
25 lines (25 loc) · 1.51 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[2009May21 by [email protected]]
- FIXED: JS Unicode encoding/decoding
- Added en/decodeURIComponent to dropdown
- Added escape/unescape to main interface
[2008December15 by [email protected]]
- FIXED: JS Unicode encoding/decoding
[2008March23 by [email protected]]
- 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 [email protected]]
- 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 [email protected]]
- 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 [email protected]]
- added PunyCode in I/O encoding dropdown
- added base64 JS Enc/Dec dropdown;comment base64 in I/O encoding dropdown 'coz it's redundant