February 27, 2012
Artillery 0.4 alpha has been released!
Written by
David Kennedy
Penetration Testing
Security Testing & Analysis
Artillery 0.4 has been released, this version adds cidr notation whitelisting capabilities as well as bug fixes and additional enhancements. Enjoy.
Changelog:
~~~~~~~~~~~~~~~~~~~~~~
version 0.4 alpha
~~~~~~~~~~~~~~~~~~~~~~
* added ability to use cidr notations in the artillery config so you can do something like 127.0.0.1,localhost,192.168.235.1/24,etc.
* code cleanup and commenting on multiple directories
* added a number of new core modules, most specifically cidr notation support
* changed install.py to be setup.py
* moved root README to readme/ and deleted the old one
* added better detection around restart_server.py if artillery was there
* cleaned up some old threading syntax issues