evilarc
evilarc copied to clipboard
Add support for .war output
Tested on Ubuntu 12.04:
$ python evilarc.py -f evil.war README.md
Creating evil.war containing ..\..\..\..\..\..\..\..\README.md
$ unzip -l evil.war
Archive: evil.war
Length Date Time Name
--------- ---------- ----- ----
616 2015-02-10 14:50 ..\..\..\..\..\..\..\..\README.md
--------- -------
616 1 file
Very nice job with the script btw, it's really useful! :)