1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +01:00
metasploit-payloads/java
Luke Imhoff af58a11b29 Allow use of rake db tasks
[#46224565]

The following rake tasks are added and work similar to how they work in
rails apps:
* db:create
* db:drop
* db:migrate
* db:migrate:status
* db:rollback
* db:schema:dump
* db:schema:load
* db:seed (but no db seeds defined at this time)
* db:setup
* db:version

The hidden task db:test:prepare is also available, which means `rake
spec` can depend on it so that the test database is dropped and
recreated from the development database when running specs (Although
there are yet to be database tests, this branch is in preparation for
that work that will be split between multiple developers.)
2013-03-14 15:46:18 -05:00
..
_root Allow use of rake db tasks 2013-03-14 15:46:18 -05:00
.settings add source code for javapayload, thanks mihi. see #406 2010-08-20 07:09:51 +00:00
lib merge patches to fix a race condition in java meterpreter stager and a compatibility fix for gcj-based JVMs, thanks mihi\! java meterpreter now works with tomcat_mgr_deploy, see #3009 2010-11-02 19:59:57 +00:00
src Adding @schierlm 's AES encryption for Java 2012-06-11 16:13:25 -05:00
.classpath add the servlet lib to classpath for eclipse project 2010-11-02 22:39:08 +00:00
.project add source code for javapayload, thanks mihi. see #406 2010-08-20 07:09:51 +00:00
build.xml add support for java/meterpreter/reverse_http. assuming i didn't miss any files, fixes #4946, thanks mihi! 2011-07-18 23:15:06 +00:00
index.html add support for java/meterpreter/reverse_http. assuming i didn't miss any files, fixes #4946, thanks mihi! 2011-07-18 23:15:06 +00:00