Amun Changelog

What's new in Amun 0.1.9

Dec 20, 2013
  • fixed wrong variable name in shellcode manager
  • fixed ftp_download core to allow login without password
  • modified plain ftp command shellcode detection
  • modified shellcode managers multiple file handling
  • modified furth shellcode decoder
  • modified ftp_nat_ip config parameter to accept dns names as well
  • modified match_plainFTP shellcode detector to accept decoded shellcode
  • modified vuln-ms08067 vulnerability
  • modified amun_smb_core
  • modified vuln-maxdb to ignore BitTorrent protocol requests
  • modified vuln-lsass to partly use amun_smb

New in Amun 0.3.7 Beta (Jul 9, 2012)

  • This version adds a wrong login attempt limitation to the login form.
  • The minimal password complexity can be now configured through the registry, and the salt parameter has been added to the configuration.
  • The library sabredav has been updated to 1.6.3, and htmlpurifier to 4.4.0.
  • The user-specific timezone is now handled correctly.
  • Many minor bugfixes and improvements have been made.

New in Amun 0.3.6 Beta (Jun 26, 2012)

  • This version adds a default JavaScript-based backend ot manage amun.
  • It implements insert, update, and delete limitations using CAPTCHAs, and improves the default CSS structure.
  • It adds a tracker and plugin service.
  • It is now possible to install a service from a tar archive.

New in Amun 0.3.4 Beta (Jan 3, 2012)

  • This version adds markdown support for content.
  • A critical bug in the OpenId authentication was fixed.
  • A general mail system to send template based plain text / HTML mail to users was added, and the page tree sort and reparent functions were improved.
  • The config of each service includes the md5 hash of each file and a signature that must be valid to install the service.
  • A new service forum was added.

New in Amun 0.3.3 Beta (Dec 7, 2011)

  • This version adds an option to connect amun instances into a network and remote relation support to follow users on remote Web sites within the network.
  • It also adds webfinger and openid provider support.
  • It removes the TinyMCE editor.
  • It adds stomp messaging support, and because of this, removes the event module and system/event libraries.

New in Amun 0.3 Beta (Jul 25, 2011)

  • The ExtJs-based backend has been removed from Amun.
  • The complete CMF can be controlled with the RESTful API.
  • PSX has been updated to version 0.4.1, and the coding style changed.
  • "Plugin" has been renamed to "service", and the internal folder structure of services changed.
  • Categories have been removed; instead, you can select another page as a parent.
  • Ace has been updated to version 0.1.6, and a CSS and JS concatenation class added.
  • This release updates the manual and development documentation and fixes some bugs.

New in Amun 0.2.4 Beta (Jul 11, 2010)

  • Correct character and time handling are now added.
  • All content is stored in UTF-8 tables in the database and all dates are stored in UTC and converted back on output to your preferred timezone by using the extensive PHP DateTime class.
  • A user level system was implemented and the plugin idea was added.
  • Several minor bugs were also fixed.

New in Amun 0.1.7 (Feb 19, 2009)

  • added new bindshell detection
  • added log-surfnet modul
  • added amun sql layout amun_db.sql
  • added vuln-ms08067 modul (milworm)
  • added bielefeld encoded URL detection
  • fixed linkbot dlident missing
  • modified currentSockets to store attackerId for log-surfnet
  • modified vuln-dcom to detect other exploit method
  • modified vuln-http POST request shellcode size to 530
  • modified download_core to handle errors

New in Amun 0.1.6 (Oct 7, 2008)

  • fixed submit-cwsandbox timeout issue
  • fixed submit-cwsandbox result url parsing
  • modified ftp download module
  • modified for-loops in shellcodemanager
  • modified range to xrange
  • added submit-joebox module thanx to the author of joebox and lukas from glasblog
  • added ipconfig command emulation