|
|
-
- 03 Dec 2008 Patches: Quake 3 engine universal directory traversal fix (Windows) 0.1.1
- fixed a read exception when using /download without arguments (thanx to rampage)
- 03 Dec 2008 MyToolz: Executable's strings lister and replacer 0.2.1a
- added a micro check on the three parameters needed to use the tool to be alerted of missed or wrong parameters
- 02 Dec 2008 MyToolz: Executable's strings lister and replacer 0.2.1
- solved a bug which added a carriage return (0x0d) at the imported strings and added the -b option which allows to read the input file without disassembling it (like the "strings" unix program) and so to re-import the strings directly in the file without the additional modifications done by default for the executables (repointing of the offsets and new sections)
- 01 Dec 2008 Research: Kingdom Elemental files extractor 0.1
- extractor for the archives of the game Kingdom Elemental and not only, in fact this game uses the Molebox packer for encrypting/compressing/archiving its files so my tool could be "reused" also with other programs after having made the needed modifications (first of all the the encryption key)
- 30 Nov 2008 Password_recovery: Steam password decoder 0.2.3
- now all the code is OpenSSL dependent so steampwd.c is all the source code, I have also made some micro optimizations here and there but nothing important
- 30 Nov 2008 Research: Big Scale Racing files decoder 0.1
- quick decoder for all the FSW, FS3, FSP and the other encoded files of this game
- 30 Nov 2008 Research: Virtools files unpacker 0.1.3
- added support to the VBF archives (VXBG signature) and made some generic optimizations
- 30 Nov 2008 Research: MotorM4x files decoder 0.1
- decodes the files extracted from the ZIP archives with the MDL/DTF extensions
- 29 Nov 2008 Research: EipiX Pyroblazer packages/files extractor 0.1
- extractor for the Packages.dat archive of the game Pyroblazer
- 29 Nov 2008 Research: WorldShift XE/XP files extractor 0.1.2c
- used a "static" buffer to avoid a bug which consumed lot of memory
- 28 Nov 2008 Research: Gslist 0.8.7a
- updated enctypex
- 28 Nov 2008 Research: GS enctypeX servers list decoder 0.1.1a
- solved an error in the new changes (thanx to Yoma)
- 28 Nov 2008 Research: Gslist 0.8.7
- updated enctypex
- 28 Nov 2008 Research: GS enctypeX servers list decoder 0.1.1
- full handling of the extra informations received from the master server, so now instead of having \mapname\1 is returned \mapname\name_of_the_map
- 28 Nov 2008 Research: Ventrilo RCon tool 0.2.3
- imported the changes made recently to ventrilofp which add better compatibility to version Ventrilo 3.x and solved some bugs and errors
- 28 Nov 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.8i
- a couple of micro fixes, nothing important
- 27 Nov 2008 Password_recovery: TrendMicro passwords decrypter 0.1
- automatically decrypt any password in the input file or the encrypted string passed as first parameter. supports both !CRYPT! strings and those decriptable through the PWDDecrypt function of PWD.DLL.
- 24 Nov 2008 MyToolz: QuickRVA 0.2.3
- added initial support to DOS, LE, PE64, OS2, VXD, ROM, ELF64 and XBE executables and replaced the previous disassembler library with diStorm64 because allows to disassemble 16, 32 and 64 bit executables
- 18 Nov 2008 Research: Falcom YS games XSO files extractor and rebuilder 0.1.1a
- removed the space from the sscanf in num2xso used for the "header" and "data" lines
- 18 Nov 2008 MyToolz: Executable's strings lister and replacer 0.2
- various updates: now the tool gets more strings (but it's a bit slower), there are no longer limits in the length of the strings, all the buffers are dynamically allocated, now I use a structure containing all the strings, full handling of the original line-feeds of the collected strings, better output, elimination of duplicated strings (which is probably the most important update) and more. note that this version is NO longer compatible with the previous one!
- 15 Nov 2008 MyToolz: DAA2ISO 0.1.7a
- full support of two other shameful ways used by PowerISO for obfuscating the data: the swapping of the 3 decompression functions in the inflate algorithm and another senseless encoding of the index table
- 15 Nov 2008 Research: Gslist 0.8.6d
- added handling of master server messages in enctypeX (useful in case you use a wrong -f filter), now everything is displayed on stderr except the servers and games list and their informations, the classical list of the IP:port of the servers will bet no longer displayed when -X is in use to avoid duplicates with the "IP:port \parameter\value" output, finally the system tray icon of gslistweb.exe works completely and gslist can be launched or terminated from there too
- 14 Nov 2008 MyToolz: DAA2ISO 0.1.7
- substituited the decompression library from zlib to the more simple and tiny tinf library which has allowed me to add support to a small and unusual difference in the inflate algorithm used in PowerISO which caused the failure of daa2iso with some DAA files, continued the research on some unused or rarely used fields of the DAA file format
- 14 Nov 2008 MyToolz: Hex2byte 0.3
- the default hexadecimal format is now immediate because no longer uses the slow sscanf() which instead remain active for the other alternative formats chosed by the user, added also a very useful option which allows to handle the hexdumps
- 13 Nov 2008 MyToolz: QuickRVA 0.2.2a
- some enhancements and fixes of the interface
- 13 Nov 2008 Research: Half-life DLL decrypter and rebuilder 0.2
- rewritten, now the decrypted dll is correct
- 11 Nov 2008 Research: PunkBuster online GUID checker 0.1.7
- added support to all the latest games like Call of Duty 5, Crysis Wars and WarHammer Online and a new feature which allows to verify a list of GUIDs of various formats included the pbbans one available on PunkBusted
- 11 Nov 2008 Password_recovery: NewsLeecher files decrypter 0.1
- decodes and decompress any DAT and BAK file located in %appdata%\NewsLeecher
- 10 Nov 2008 MyToolz: Executable's strings lister and replacer 0.1
- this tool has the main purpose of finding any ASCII and unicode string inside PE and ELF executables with the possibility of modifying these strings with an external text editor and re-injecting them in the original executable
- 10 Nov 2008 MyToolz: QuickRVA 0.2.2
- added a real-time disassembler with parsing of ASCII and unicode strings, usage of sh_flags instead of sh_type for the visualization of the characteristics of the ELF sections, fixed a problem with virtual offsets set to zero (ELF)
- 10 Nov 2008 MyToolz: Proxocket 0.1.2
- solved a mistake in the calling of mysendto and myrecvfrom, removed the usage of secure_in_use in acpdump.h which caused an endless loop, modified the prototype of mysend/mysendto so now is possible to create a new buffer during their hooking which will be automatically freed by proxocket after its usage with the real functions, better handling of mysend/mysendto with the WSASend/WSASendTo functions, improved the examples available in myproxocket.c
- 07 Nov 2008 MyToolz: Proxocket 0.1.1
- added some examples and more informations in myproxocket.c, now myconnect and mybind are called before the original functions, if the return value of myconnect/mybind/mysend/mysendto is negative will be not called the relative original functions
- 07 Nov 2008 MyToolz: PackZip 0.1.1
- I have almost rewritten this small tool, now the compressed data generated by it is complete and not partial or corrupted as before. removed the -l/-s options and renamed -x to -o (offset). still no news about the optimization of the compression, this is a limit of zlib
- 06 Nov 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.8h
- another fix for rndxx, fixed the autoguessing of the server's version and reduced the time needed for receiving a reply from the centralized Flagship servers from 5 to 2 seconds
- 05 Nov 2008 MyToolz: UIF2ISO 0.1.7
- added support to all the available output formats: ISO, BIN/CUE, MDS/MDF, CCD/IMG/SUB, NRG
- 05 Nov 2008 MyToolz: DLL proxy skeleton generator 0.1.1a
- adjusted the declared types when WINDLLSHIT is enabled, needed or useful with some dlls like user32.dll
- 03 Nov 2008 MyToolz: Proxocket 0.1
- Proxocket is a dll proxy project for the main Winsock functions which allows to capture any type of packet and data sent/received by a specific software of your choice and optionally modifying its content through a custom dll easy to develop
- 03 Nov 2008 MyToolz: DLL proxy skeleton generator 0.1.1
- now the resulted code is much smaller and I have added an useless check in InitInstance if the original dll has been already loaded
- 03 Nov 2008 MyToolz: Fcomp 0.3.1
- added two new options for specifying a starting offset and adding the ASCII visualization of the differences
- 03 Nov 2008 News: restyling
- I have started to restyle a bit the whole website with better descriptions (many of them are incredibly old or short) of each stuff here making everything less confusing to navigate and understand... I'm still at the beginning
- 30 Oct 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.8g
- fix of the rndxx function
- 30 Oct 2008 MyToolz: Proxymini 0.2.1
- code cleanup
- 29 Oct 2008 MyToolz: Calcc 0.1.4
- solved a bug with ~ and ! when used without parenthesis, added base32 output, added makefile for Unix, the base64 output now uses the RFC4648 alphabet, portability optimizations
- 29 Oct 2008 MyToolz: Bynaryo 0.1
- tool for converting binary strings to ASCII or to 8, 16, 32 and 64 bit numbers and vice versa
- 28 Oct 2008 Research: UBI.COM gschat IRC proxy 0.2.2
- 28 Oct 2008 Research: Ubi.com gschat encoding/decoding algorithm 0.2
- 28 Oct 2008 Research: Ubi.com gschat proxy real-time decoder 0.1.1
- 28 Oct 2008 Research: Ubi.com decoding algorithm 0.2
- 28 Oct 2008 Research: Ubi.com real-time packets decoder 0.2
- all the tools in the Ubi.com section have been rewritten and updated
- 28 Oct 2008 Research: GS peerchat server emulator 0.1.3
- removed the shutdown() function, optimized the memory used by the threads on Linux and other optimizations for making the server more stable
- 25 Oct 2008 Research: CamFrog login tester example 0.1
- practical example of the implemenation of my camfrogcrypt functions and basic tool for testing the login mechanism on the CamFrog servers
- 25 Oct 2008 Research: CamFrog encryption/decryption algorithm 0.2
- the needed functions and algorithm for getting and generating the keys for encrypting and decrypting the data exchanged with the login and main CamFrog servers
- 25 Oct 2008 MyToolz: THEGUI 0.3.1
- restored the old font, added drag'n'drop (doesn't seem to work on Windows) and better initialization of the variables
- 25 Oct 2008 MyMusic: added more mp3 versions of my XM modules
- 21 Oct 2008 Patches: Soldier of Fortune II test-demo definitive infostring crash fix 0.1
- 12 Oct 2008 TestingToolz: Quake 3 engine "connect" modifier 0.2
- added support for multiple parameters and values
- 12 Oct 2008 MyToolz: DLL proxy skeleton generator 0.1
- first release of this simple tool which generates a base C code for proxifyng the functions of any DLL
- 07 Oct 2008 Research: WorldShift XE files rebuilder 0.1a
- better flushing of the temporary file
- 07 Oct 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.8f
- added support to "Show login name in remote status requests"
- 07 Oct 2008 Research: WorldShift XE files rebuilder 0.1
- tool for building the XE archives of this game
- 07 Oct 2008 Research: WorldShift XE/XP files extractor 0.1.2b
- small fix of the new modifications
- 06 Oct 2008 Research: WorldShift XE/XP files extractor 0.1.2a
- better handling and recognition of the XP archives
- 06 Oct 2008 Research: WorldShift XE/XP files extractor 0.1.2
- added support to XP archives too
- 05 Oct 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.8e
- used version 3.0.0 as default one instead of the old 2.3.0
- 05 Oct 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.8d
- filtered a couple of bad chars from the rndxx function
- 05 Oct 2008 Password_recovery: Steam password decoder 0.2.2
- full support for Vista (thanx to Roddly)
- 05 Oct 2008 Research: AWCamREC 0.2.1c
- updated mydownlib
- 05 Oct 2008 Research: JMeetREC 0.2c
- updated mydownlib
- 05 Oct 2008 MyToolz: webimgms 0.1.2a
- updated mydownlib
- 05 Oct 2008 TestingToolz: Generic custom HTTP file uploader 0.1a
- updated mydownlib
- 03 Oct 2008 Research: Falcom Ys NACCI savegame files decrypter/encrypter 0.1
- tool for decrypting and re-encrypting the savegames of Ys6, Ys Felghana/Ys3 and Ys Origin
- 02 Oct 2008 Research: Gslist 0.8.6c
- now enctypeX is default (so there are no longer problems with big endian processors) and has been added the -R option which shows all the rooms of a game available on the Gamespy Peerchat server (thanx to CHC)
- 02 Oct 2008 MyToolz: UIF2ISO 0.1.6a
- substituited OpenSSL with another DES function which makes the executable a lot smaller and modified the headers of some source files (so NO changes to the core) with the suggestions of Jari Aalto of Debian
- 02 Oct 2008 Fake_players_bug: Unreal engine basic client and Fake Players DoS 0.2.1
- added support for Unreal 1 and the -X option
- 30 Sep 2008 Research: Gslist 0.8.6b
- new gsmsalg and mydownlib
- 30 Sep 2008 Research: GSMSALG 0.3.3
- the src parameter is no longer writable, if dst is NULL a new one will be allocated/returned and fixed a rare problem with the pseudo-base64 of the data
- 30 Sep 2008 MyToolz: Mydown and mydownlib 0.2.4
- added the closing of the file after its downloading to avoid possible data lost
- 24 Sep 2008 Research: Gslist 0.8.6a
- updated the enctypeX and gsnatneg components, micro fix in -m/M and now is possible to query also a single server (-i/I/d) using gsnatneg (-G)
- 24 Sep 2008 Research: GS enctypeX servers list decoder 0.1a
- a micro fix in the port displayed in enctypex_decoder_convert_to_ipport
- 21 Sep 2008 Fake_players_bug: Quake 3 engine fake players DoS 0.4.4b
- now the -n option gets the q3fill.ini file in the same folder of the executable
- 21 Sep 2008 Research: GS natneg client 0.1.2
- : solved a couple of errors
- 21 Sep 2008 Advisories: Directory traversal in the webadmin of Unreal Tournament 3 1.3
- 19 Sep 2008 Research: NCF/CCF packet format to tcpdump capture format 0.1.2
- better support of the NCF format
- 19 Sep 2008 Research: Gslist 0.8.6
- added full support to the protocol and algorithm used by ANY game to query the GS master server (use -t -1 to enable it), an option to receive the informations of each server directly from the master server (-X) and now the query of the servers through GS natneg must be enabled with the -G option
- 19 Sep 2008 Research: GS enctypeX servers list decoder 0.1
- the algorightm used by ANY game for decrypting the data from the GS master server
- 16 Sep 2008 Research: GS peerchat server emulator 0.1.2
- removed the need of receiving NOTICE from the server
- 16 Sep 2008 Research: Ventrilo RCon tool 0.2.2a
- 16 Sep 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.8c
- 16 Sep 2008 Patches: Failed assertion in the Unreal engine work-arounds 0.1
- 16 Sep 2008 Advisories: Failed assertion in the Unreal engine
- 16 Sep 2008 Fake_players_bug: Unreal engine basic client and Fake Players DoS 0.2
- various enchancements and fixes
- 15 Sep 2008 Research: Unreal engine packets plugin for sudppipe 0.2.2
- verbose option and other optimizations
- 14 Sep 2008 Patches: "VoiceIndex<VOICE_MAX_CHATTERS" / NULL pointer fix for UT2004 and America's Army 0.1a
- marked as experimental and removed the Linux work-around
- 14 Sep 2008 Patches: Server termination (out of memory) in Unreal engine 3 fix 0.1a
- 14 Sep 2008 Patches: Server termination (out of memory) in Unreal engine 3 fix 0.1
- 14 Sep 2008 Patches: "VoiceIndex<VOICE_MAX_CHATTERS" / NULL pointer fix for UT2004 and America's Army 0.1
- 11 Sep 2008 Advisories: Server termination in the Unreal engine 3
- 11 Sep 2008 Advisories: Clients format strings in the Unreal engine
- 11 Sep 2008 TestingToolz: Unreal engine test server 0.1
- basic way for emulating an Unreal server and testing the sending of commands to a connected client
- 11 Sep 2008 Fake_players_bug: Unreal engine basic client and Fake Players DoS 0.1.3b
- micro optimization of unreal_build_pck
- 11 Sep 2008 Fake_players_bug: Quake 3 engine fake players DoS 0.4.4a
- solved a bug introduced in the new release
- 10 Sep 2008 MyToolz: DAA2ISO 0.1.6
- better support for the new 110 file format (thanx to Izack Varsanno)
- 09 Sep 2008 Fake_players_bug: Quake 3 engine fake players DoS 0.4.4
- solved a stupid bug in -g
- 09 Sep 2008 Fake_players_bug: Unreal engine basic client and Fake Players DoS 0.1.3a
- 08 Sep 2008 Research: Unreal engine packets plugin for sudppipe 0.2.1
- added the -f option for parsing a packet saved in a file
- 07 Sep 2008 Research: Unreal engine packets plugin for sudppipe 0.2
- same fix of unrealfp plus an option for substituiting strings in the type 1 packets
- 07 Sep 2008 Fake_players_bug: Unreal engine basic client and Fake Players DoS 0.1.3
- corrected the parsing and building of the packets (amount of bits and last byte)
- 07 Sep 2008 MyToolz: Read/Write bits to buffer 0.1.2
- micro fix for the zeroing of the bits which will be written
- 06 Sep 2008 MyToolz: QuickRVA 0.2.1
- compatibility for executables with invalid sections
- 05 Sep 2008 Research: Unreal engine packets plugin for sudppipe 0.1a
- 05 Sep 2008 Research: Unreal engine packets plugin for sudppipe 0.1
- plugin for sudppipe which displays all the content of the type 1 packets of the games based on the Unreal engine
- 03 Sep 2008 Patches: Need for Speed 4: High Stakes 4.50 No-CD and Windows XP fix 0.2
- 03 Sep 2008 Research: Ventrilo proxy data decrypter 0.3.1
- added the -a option for dumping any decrypted UDP and TCP data in tcpdump/pcap format
- 01 Sep 2008 Research: GS peerchat IRC proxy 0.3.2b
- added the fflushing of the log file
- 01 Sep 2008 MyToolz: QuickRVA 0.2
- added support for ELF files and some bug fixes
- 01 Sep 2008 MyToolz: webimgms 0.1.2
- some bug fixes and small optimizations
- 01 Sep 2008 MyToolz: ZipComp 0.4.1a
- decimal visualization of the filesize
- 29 Aug 2008 Patches: Need for Speed 3: Hot pursuit No-CD and Windows XP fix 0.2
- solves also the "Your hard drive has less than 1MB free space" bug and the lost config.dat after the modifying of the executable
- 22 Aug 2008 Research: Race WTCC files encrypter/decrypter 0.2.2
- added support to version 5 used in GTR Evolution
- 21 Aug 2008 MyToolz: UIF2ISO 0.1.6
- added support for the useless UIF versions 3 and 4
- 13 Aug 2008 Patches: Ventrilo <= 3.0.2 NULL pointer fix 0.1 (any version and platform)
- 13 Aug 2008 Advisories: NULL pointer in Ventrilo 3.0.2
- 11 Aug 2008 Advisories: NULL pointer in Skulltag 0.97d2-RC3
- 11 Aug 2008 Fake_players_bug: Skulltag Fake Players DoS 0.1.2
- 10 Aug 2008 Research: WorldShift XE files extractor 0.1.1
- 09 Aug 2008 Research: Ventrilo proxy data decrypter 0.3
- optimizations and full support to the 3.x protocol
- 06 Aug 2008 Advisories: Endless loop and resources consumption in Halo 1.07.615
- 06 Aug 2008 Fake_players_bug: Halo Fake Players DoS 0.2.1b
- handling of timeout
- 06 Aug 2008 Research: Battlefield 2/2142 cdkey to PunkBuster GUID 0.1.1
- added the handling of input MD5 hashes too
- 06 Aug 2008 Password_recovery: Generic CryptUnprotectData and RDP passwords decrypter 0.1.1
- a mini bugfix and automatic support for Battlefield 2/2142 encrypted cdkeys (ergc x9392)
- 05 Aug 2008 Research: Battlefield 2/2142 cdkey to PunkBuster GUID 0.1
- quick tool for calculating the PB GUID from any cdkey of these two games
- 04 Aug 2008 MyToolz: Lanfile 0.1.2
- memory optimizations
- 04 Aug 2008 MyToolz: DAA2ISO 0.1.5a
- some mini fixes (thanx to Josh Freeman)
- 03 Aug 2008 TestingToolz: Quake 3 engine "connect" modifier 0.1
- plugin for sudppipe which allows a simple customization of the "connect" packet for the games which use the Quake 3 engine
- 03 Aug 2008 Proof-of-concepts: q3unban plugin for sudppipe 0.1.2
- rewritten
- 02 Aug 2008 Advisories: Server termination in America's Army 2.8.3.1
- 02 Aug 2008 Proof-of-concepts: Unreal Tournament 2004 <= v3369 NULL pointer 0.1.1
- now requires only one packet instead of two, I have updated also the relative advisory since other games are affected like Red Orchestra and Shadow Ops
- 30 Jul 2008 Advisories: Memory corruption and NULL pointer in Unreal Tournament III 1.2
- 30 Jul 2008 Advisories: NULL pointer in Unreal Tournament 2004 v3369
- 29 Jul 2008 Fake_players_bug: Unreal engine basic client and Fake Players DoS 0.1.2a
- fixed the function which queries the server
- 28 Jul 2008 Proof-of-concepts: q3unban plugin for sudppipe 0.1.1
- added support for old games
- 28 Jul 2008 Fake_players_bug: Unreal engine basic client and Fake Players DoS 0.1.2
- 28 Jul 2008 Proof-of-concepts: Denial of Service in Warpath and Pariah through DISABLESPLIT
- 26 Jul 2008 TestingToolz: UDPSZ 0.2.2c
- fixed -P 0
- 26 Jul 2008 MyToolz: Proxymini 0.2c
- added the -L option for choosing the outgoing interface
- 26 Jul 2008 MyToolz: DAA2ISO 0.1.5
- added initial support for the DAA file version 110
- 26 Jul 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.8b
- added an option for a delay between each connection
- 22 Jul 2008 MyToolz: UIF2ISO 0.1.5a
- added support for another rare type of image with uncompressed headers
- 21 Jul 2008 TestingToolz: UDPSZ 0.2.2b
- micro fix when pck_size is negative but has been selected custom content (-f/-c/-C)
- 21 Jul 2008 Advisories: NULL pointer in ZDaemon 1.08.07
- 21 Jul 2008 MyToolz: UIF2ISO 0.1.5
- added support for the fixed keys encryption found in some new UIF files
- 20 Jul 2008 Advisories: Vulnerabilities in SWAT 4 1.1
- 20 Jul 2008 Fake_players_bug: Unreal engine basic client and Fake Players DoS 0.1.1
- added compatibility for more games
- 20 Jul 2008 TestingToolz: UDPSZ 0.2.2a
- fixed and optimized the udpspoof function (thanx to SomaFM)
- 18 Jul 2008 TestingToolz: UDPSZ 0.2.2
- added an option for spoofing the source address of the packets
- 17 Jul 2008 Fake_players_bug: Unreal engine basic client and Fake Players DoS 0.1
- a basic client for sending custom commands to any server of almost any game based on the Unreal engine
- 17 Jul 2008 Proof-of-concepts: Format string bug in the old versions of the Unreal engine
- 17 Jul 2008 Proof-of-concepts: Hell bell bug in the Unreal engine through the BADBOY command
- 17 Jul 2008 Proof-of-concepts: Two server bugs in old versions of the Unreal engine
- 17 Jul 2008 TestingToolz: UDPSZ 0.2.1
- small fixes
- 13 Jul 2008 Research: ShellShock Nam67 files extractor 0.1
- extractor for the assets files of this game
- 11 Jul 2008 Research: Gslist 0.8.5
- now the webgui and -Q scanning is slower since I have implemented the reping of the servers and the usage of the Gamespy NAT negotiation for the queries 0, 8 and 11. removed some filtered chars in the -Q scanning
- 10 Jul 2008 Fake_players_bug: Half-Life fake players bug (no auth) 0.3.2
- added the -x option which allows the automatic testing of all the bugs
- 09 Jul 2008 MyToolz: Lame Patcher 0.4.2
- some small enhancements
- 07 Jul 2008 Research: Milestone MIX files extractor 0.1
- extractor for the MIX archives used in the Milestone games like S.C.A.R., Superbike 2000 and 2001, Evolution GT and more
- 07 Jul 2008 Research: CBF files extractor 0.2.1
- important bug fix below and full wildcards in -p
- 07 Jul 2008 MyToolz: unlzw 0.1.2
- important bugfix in the part of the code which copies the dictionary data in the output (using memcpy was a bad idea)
- 07 Jul 2008 MyToolz: unlzwx 0.1
- another implementation of LZW memory decompressor
- 06 Jul 2008 News: it's summer and it's time to update your bookmarks! new website and mirrors available:
- aluigi.org, backup.aluigi.org and mirror.aluigi.org
- 01 Jul 2008 Advisories: Endless loop in Soldner 33724
- 30 Jun 2008 Proof-of-concepts: haloloop and haloloop2 0.1.1a
- added support to Halo demo
- 30 Jun 2008 Fake_players_bug: Halo Fake Players DoS 0.2.1a
- added support to Halo demo
- 29 Jun 2008 Proof-of-concepts: Halo <= 1.07 endless loop 0.1.1
- added support for Halo CE
- 29 Jun 2008 Fake_players_bug: Halo Fake Players DoS 0.2.1
- added support for Halo CE
- 29 Jun 2008 Proof-of-concepts: Halo <= 1.06 endless loop 0.1.1
- rewritten with support for Halo CE (this is the old haloloop)
- 29 Jun 2008 Advisories: Endless loop in Halo 1.07
- 28 Jun 2008 Advisories: Double Denial of Service in Call of Duty 4 1.7
- updated the cod4vamap advisory, version 1.7 is vulnerable too
- 28 Jun 2008 Advisories: Multiple vulnerabilities in S.T.A.L.K.E.R. 1.0006
- updated the names of the vulnerable functions in both the advisory and the PoC
- 28 Jun 2008 Advisories: Multiple vulnerabilities in S.T.A.L.K.E.R. 1.0006
- 28 Jun 2008 Fake_players_bug: S.T.A.L.K.E.R. Fake Players DoS 0.1a
- added the querying of the server for informations (totally useless)
- 27 Jun 2008 TestingToolz: UDPSZ 0.2
- added tons of new options and features
- 27 Jun 2008 Fake_players_bug: Quake 3 engine fake players DoS 0.4.3a
- fixed a bug with -g and more compatibility
- 27 Jun 2008 Patches: Call of Duty 4 (1.6) work-around for the va() bug 0.1 (Windows)
- 23 Jun 2008 Advisories: Some bugs in SunAge 1.08.1
- 22 Jun 2008 Advisories: Double Denial of Service in Call of Duty 4 1.6
- 22 Jun 2008 Advisories: NULL pointer in World in Conflict 1.008
- 21 Jun 2008 Research: GS natneg client 0.1.1
- now it's faster and more compatible, in all my tests worked perfectly without timeouts or other errors
- 20 Jun 2008 Research: Falcom YS games NA/NI/Z files extractor and rebuilder 0.1.3a
- solved a small bug with the handling of wildcards
- 20 Jun 2008 Research: WorldShift XE files extractor 0.1a
- solved a small bug with the handling of wildcards
- 20 Jun 2008 MyToolz: CmdDiz 0.1.2a
- solved a small bug with the handling of wildcards
- 19 Jun 2008 Research: GS natneg client 0.1
- function for the initial implementation of the client-side Gamespy natneg protocol for joining servers behind router/NAT
- 18 Jun 2008 Fake_players_bug: Halo Fake Players DoS 0.2
- totally rewritten, now works also versus internet servers
- 18 Jun 2008 Fake_players_bug: Sniper Elite Fake Players DoS 0.1
- 18 Jun 2008 Fake_players_bug: Sword of the Stars Fake Players DoS 0.1
- 18 Jun 2008 Research: Gslist 0.8.4e
- fixed a bug in the usage of -Q
- 17 Jun 2008 Research: Gslist 0.8.4d
- applied the colors filters also to the SQL function and added the -C option which allows to enable or disable this filter
- 16 Jun 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.8a
- now retries the connection for 3 times if this times out
- 16 Jun 2008 Advisories: Server freezed in Skulltag 0.97d2-RC2
- 16 Jun 2008 Advisories: NULL pointer in the HTTP rcon server in Crysis 1.21
- 15 Jun 2008 Advisories: Denial of Service in S.T.A.L.K.E.R. 1.0006
- 15 Jun 2008 Advisories: Informations disclosure in Crysis 1.21
- 15 Jun 2008 Fake_players_bug: S.T.A.L.K.E.R. Fake Players DoS 0.1
- 15 Jun 2008 Fake_players_bug: Crysis invisible Fake Players DoS 0.1
- 13 Jun 2008 Fake_players_bug: Zdaemon Fake Players DoS 0.1.3
- nothing new, I have only limited the fake players to 2 in 26 seconds to avoid the banning
- 13 Jun 2008 Fake_players_bug: Skulltag Fake Players DoS 0.1.1
- added support to the latest 0.97d/d2 versions
- 12 Jun 2008 Fake_players_bug: Battlefield 1942 invisible Fake Players DoS 0.1.3
- added support for demos
- 09 Jun 2008 Research: WorldShift XE files extractor 0.1
- interesting extractor for the compressed XE archives used in the WorldShift game
- 08 Jun 2008 Research: Ventrilo RCon tool 0.2.2
- added full support to 3.x servers
- 08 Jun 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.8
- many compatibility fixes and improvements for both the new 3.x and the older servers
- 07 Jun 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.7a
- some important fixes in the handling of the in-game packets and restored the admin brute forcing on 3.x but with a warning
- 07 Jun 2008 Password_recovery: Steam password decoder 0.2.1
- added support for Vista, thanx again to the same anonymous who contribuited to version 0.2!
- 06 Jun 2008 Research: Gslist 0.8.4c
- solved a bug in the backup SQL query and removed the underscore filtering (thanx to ouioui), added the -E option for ignoring some SQL errors and -D for choicing a custom amount of milliseconds between each query (-Q/webgui)
- 06 Jun 2008 Fake_players_bug: Ventrilo Fake Players DoS and brute forcer 0.2.7
- added the support to in-game packets and so to all the derived options for 3.x servers and added also the -j option for testing the brute forcing of the join/server password
- 05 Jun 2008 MyToolz: MORSE2ASCII 0.1a
- microfix for wrong samples number and better handling of spaces in text visualization
- 05 Jun 2008 MyToolz: DTMF2NUM 0.1c
- microfix for wrong samples number and better handling of spaces in text visualization
- 05 Jun 2008 MyToolz: CmdDiz 0.1.2
- now each dictionary is loaded in memory when the program uses it, added complete wildcard support and the word is search on both the keywords list
- 05 Jun 2008 MyToolz: hosts file/list DNS checker 0.1
- tool which checks if the hostnames listed in a file or contained in a hosts file can be resolved or not
- 04 Jun 2008 Research: Falcom YS games NA/NI/Z files extractor and rebuilder 0.1.3
- 04 Jun 2008 Research: Falcom YS games XSO files extractor and rebuilder 0.1.1
- 04 Jun 2008 Research: Falcom YS games NA/NI/Z files extractor and rebuilder 0.1.2
- fixed a bug with the upper case chars of japanese filenames and added a debug option for encrypting the decrypted NI files
- 03 Jun 2008 Research: Falcom YS games XSO files extractor and rebuilder 0.1
- tool for extracting and rebuilding the XSO files used in the YS game series of Falcom, these are the files which contain all the dialogs and the texts of the games
- 03 Jun 2008 Patches: XPDF pdftotext/pdftops/pdfimages allow copying of text (Win32) 0.1
- this patch allows to use the Windows version of XPDF's pdftotext, pdftops and pdfimages on DRM protected PDF files without modifying and recompiling the program
- 03 Jun 2008 Research: Falcom YS games NA/NI/Z files extractor and rebuilder 0.1.1
- added support to the zeroed compressed files like S_9021__W.YCO.Z of YS6, added an option for extracting/listing only the files with a specific extension and moved a size check to the correct location
- 02 Jun 2008 MyToolz: webimgms 0.1.1
- some bug fixes, the disable resize option is now default and the mouse visualization is disabled in fullscreen mode
- 01 Jun 2008 MyMusic: Idea
- ... old news
|