Commit Graph

  • 7d45537f2a version upgrade for axis-ant and compiler plugin Bruce Mayhew 2014-08-09 14:23:08 -04:00
  • 88c9cae41b fixed os specific behavior on netstat commandi for data display and parsing Bruce Mayhew 2014-08-09 14:16:23 -04:00
  • c306e338db make forms ajax for basic lessons lawson89 2014-08-07 17:44:49 -04:00
  • bef50d22b9 skeleton screen for new single page webapp rlawson 2014-08-07 14:22:20 -04:00
  • 4c1f6ecd1d clean up a few .do to .mvc conversions rlawson 2014-08-06 09:35:38 -04:00
  • abd594beae Change spring stuff to mvc extension instead of do show splash screen after login rlawson 2014-08-06 09:28:57 -04:00
  • e68a9473a5 Created new folder and added html and assets Alison Loney 2014-07-14 22:05:42 -04:00
  • ba9b60a99c add links and fix titles to lesson menu service add list of built in accounts to login screen lawson89 2014-07-11 14:58:27 -04:00
  • d5024b7739 add lesson menu item service for building left nav lawson89 2014-07-10 21:23:16 -04:00
  • a90817f332 check in hint service which provides a list of hints for the current lesson lawson89 2014-06-20 14:41:15 -04:00
  • c71931f43c stub out hint service lawson89 2014-06-20 07:52:16 -04:00
  • df68764e2c get dependencies sorted out for spring rest services lawson89 2014-06-20 07:48:03 -04:00
  • 39d5888ef3 get logout working fix issue with white screen after login lawson89 2014-06-19 19:43:07 -04:00
  • 80dae15f70 exclude web assets from spring security format reportBug.jsp lawson89 2014-06-11 21:56:43 -04:00
  • a0d4a02f0a logging, formatting lawson89 2014-06-03 15:41:50 -04:00
  • 10be6757af work on logging lawson89 2014-06-03 14:39:21 -04:00
  • c8ec75b5f2 spring security cleanup lawson89 2014-06-02 17:44:28 -04:00
  • dc0bc99b60 add form based login lawson89 2014-06-02 16:00:58 -04:00
  • 617d16d8a7 migrate from container managed authentication to spring security updated spring and spring security versions lawson89 2014-05-29 18:43:40 -04:00
  • d89911053e Rollback to old spring version move to next branch Richard Lawson 2014-05-29 18:40:47 -04:00
  • f0523fb3a8 Merge pull request #1 from mosabua/cleanup mayhew64 2014-05-27 09:19:49 -04:00
  • 9ddfdecd43 adding gitignore file with exclusion of Maven and git Eclipse related stuff Manfred Moser 2014-05-26 13:54:33 -07:00
  • 537f3c0bb7 upgraded jta as available in central and defunct/unneeded java.net repo Manfred Moser 2014-05-26 13:53:59 -07:00
  • 204bfce794 upgrade to desired version of spring lawson89 2014-05-25 21:24:57 -04:00
  • 4f0f818e9b Merge branch 'master' into webgoat-6.0 dmayhew 2014-03-30 15:27:09 -07:00
  • 701894778f Fixed directory layout dmayhew 2014-03-30 12:19:26 -07:00
  • bc7c00d46d undoing the commit test changes kkewlani@gmail.com 2013-09-20 05:35:01 +00:00
  • 81b75a98fc testing commit kkewlani@gmail.com 2013-09-20 05:32:07 +00:00
  • 771edfca6d Port number typo's in the user messaging within the 8080 scripts. EGAndrew@gmail.com 2013-05-24 20:28:46 +00:00
  • 97a05e295d Messing up maven imports and not needed with maven build mayhew64@gmail.com 2013-05-03 20:24:13 +00:00
  • c433fbd28e Fixed the source code reference for the project mayhew64@gmail.com 2012-11-20 21:35:41 +00:00
  • 1c5aaffe3c Added tomcat-maven-plugin additional src config <additionalConfigFilesDir> to specify using the webgoat tomcat-users file. Everything now works from mvn tomcat:run-war mayhew64@gmail.com 2012-11-20 16:56:31 +00:00
  • 3a7d946c8f Fixed most of the maven build except the path to using tomcatconf. Moving the tree from src/main has caused changing all the default path locations that maven uses to be specified. mayhew64@gmail.com 2012-11-20 15:24:04 +00:00
  • 6a96547ef0 Restructured the baseline to remove extra src/main directory structure. Added eclipes project file mayhew64@gmail.com 2012-11-19 23:57:51 +00:00
  • fb938e0933 Initial commit of new spring-MVC/spring security/tiles-based functionality phillip.seay@gmail.com 2012-09-11 00:26:09 +00:00
  • 65f73a5206 Start of the WebGoat 6.0 project mayhew64@gmail.com 2012-09-09 21:57:36 +00:00
  • abf0124de0 Try 3 mayhew64@gmail.com 2012-09-09 21:54:18 +00:00
  • 68b80fa14f WebGoat 5.4 distribution before WebGoat 6.0 mayhew64@gmail.com 2012-09-09 21:53:44 +00:00
  • 02bcf39ecf alphabetized the credits mayhew64@gmail.com 2012-04-27 20:02:44 +00:00
  • 31570e7ca8 alphabetized the credits mayhew64@gmail.com 2012-04-27 20:02:44 +00:00
  • c66b16c500 Changed the field1.replaceAll to field1 = field1.replaceAll. The first case does not clean the taint mayhew64@gmail.com 2012-04-27 14:14:24 +00:00
  • 3079397430 Changed the field1.replaceAll to field1 = field1.replaceAll. The first case does not clean the taint mayhew64@gmail.com 2012-04-27 14:14:24 +00:00
  • 94c89b66d4 Printing out full command for command[] argument. Using arrays.tolist() which adds a [] around the text. that should be cleaned up. mayhew64@gmail.com 2012-04-27 12:24:51 +00:00
  • dec4f45f8c Printing out full command for command[] argument. Using arrays.tolist() which adds a [] around the text. that should be cleaned up. mayhew64@gmail.com 2012-04-27 12:24:51 +00:00
  • 7b4f5541aa Updated challenge screen to 5.4, added authors sections, changed ccs to support new spacing mayhew64@gmail.com 2012-04-27 12:23:36 +00:00
  • 3e95cea41e Updated challenge screen to 5.4, added authors sections, changed ccs to support new spacing mayhew64@gmail.com 2012-04-27 12:23:36 +00:00
  • 4fd89dcf6c Changed ubuntu name mayhew64@gmail.com 2012-04-27 12:22:29 +00:00
  • f60438e6fc Changed ubuntu name mayhew64@gmail.com 2012-04-27 12:22:29 +00:00
  • 751c993f22 Issue 42 sherif.fathy@gmail.com 2012-04-26 17:29:19 +00:00
  • d8b6debccc Issue 42 sherif.fathy@gmail.com 2012-04-26 17:29:19 +00:00
  • 2df47dd788 Updated to 5.4 mayhew64@gmail.com 2012-04-26 17:11:32 +00:00
  • 6d4476d46e Updated to 5.4 mayhew64@gmail.com 2012-04-26 17:11:32 +00:00
  • ff9a54ef91 Changed errors for dropping tables to info messages mayhew64@gmail.com 2012-04-26 16:11:46 +00:00
  • ea013b0267 Changed errors for dropping tables to info messages mayhew64@gmail.com 2012-04-26 16:11:46 +00:00
  • 5add3e7c06 Fixed more /webgoat versus /WebGoat issues. mayhew64@gmail.com 2012-04-26 16:11:18 +00:00
  • c5f8b99ea3 Fixed more /webgoat versus /WebGoat issues. mayhew64@gmail.com 2012-04-26 16:11:18 +00:00
  • f9bf8c6a27 Added clarification that 2 methods are needed to pass lesson mayhew64@gmail.com 2012-04-25 18:45:10 +00:00
  • 4d0522c697 Added clarification that 2 methods are needed to pass lesson mayhew64@gmail.com 2012-04-25 18:45:10 +00:00
  • 9c6a51e8b1 Added additional instructions that 2 methods are required to pass lesson mayhew64@gmail.com 2012-04-25 18:42:20 +00:00
  • 1761d4f056 Added additional instructions that 2 methods are required to pass lesson mayhew64@gmail.com 2012-04-25 18:42:20 +00:00
  • 2ae584d0b2 Allowed other criteria to solve lesson and provide some feedback for acceptable solutions mayhew64@gmail.com 2012-04-25 18:30:06 +00:00
  • 713c786dbf Allowed other criteria to solve lesson and provide some feedback for acceptable solutions mayhew64@gmail.com 2012-04-25 18:30:06 +00:00
  • a987ca7cdc added _ to the allowed characterset. Allows for usernames with an _ in them mayhew64@gmail.com 2012-04-25 18:29:31 +00:00
  • 930195c115 added _ to the allowed characterset. Allows for usernames with an _ in them mayhew64@gmail.com 2012-04-25 18:29:31 +00:00
  • 0429f5b051 Updated to support all OWASP standard builds: Win32, Win64, ubuntu32 mayhew64@gmail.com 2012-04-24 23:53:35 +00:00
  • b81c7b22a6 Updated to support all OWASP standard builds: Win32, Win64, ubuntu32 mayhew64@gmail.com 2012-04-24 23:53:35 +00:00
  • 05b9e0d045 git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@456 4033779f-a91e-0410-96ef-6bf7bf53c507 sherif.fathy 2012-04-24 16:18:15 +00:00
  • b73e51607c git-svn-id: http://webgoat.googlecode.com/svn/trunk@456 4033779f-a91e-0410-96ef-6bf7bf53c507 sherif.fathy 2012-04-24 16:18:15 +00:00
  • 9a5c004ca1 Couple of email subject changes mayhew64@gmail.com 2012-04-24 16:17:17 +00:00
  • 6caa9ddc0a Couple of email subject changes mayhew64@gmail.com 2012-04-24 16:17:17 +00:00
  • 2e541bdec2 Added an expanded help and debug filing section mayhew64@gmail.com 2012-04-24 15:09:21 +00:00
  • 1471496c5d Added an expanded help and debug filing section mayhew64@gmail.com 2012-04-24 15:09:21 +00:00
  • 8963bb9fad Changed image link to be WebGoat/... mayhew64@gmail.com 2012-04-23 23:12:14 +00:00
  • 08f112a6c3 Changed image link to be WebGoat/... mayhew64@gmail.com 2012-04-23 23:12:14 +00:00
  • 0dbd506dc0 Works in Unix (Ubuntu). Check for command separator was not present in the exec. mayhew64@gmail.com 2012-04-23 23:11:51 +00:00
  • 202469b6f3 Works in Unix (Ubuntu). Check for command separator was not present in the exec. mayhew64@gmail.com 2012-04-23 23:11:51 +00:00
  • d19847bc0d Changed to build WebGoat*.war mayhew64@gmail.com 2012-04-23 19:57:55 +00:00
  • 0c0483b1ac Changed to build WebGoat*.war mayhew64@gmail.com 2012-04-23 19:57:55 +00:00
  • 97523b615c Changed link to be WebGoat instead of webgoat mayhew64@gmail.com 2012-04-23 19:57:25 +00:00
  • 6fd974fdca Changed link to be WebGoat instead of webgoat mayhew64@gmail.com 2012-04-23 19:57:25 +00:00
  • 4db8688443 Added suggested text for cracking times mayhew64@gmail.com 2012-04-23 19:56:34 +00:00
  • a03bab2267 Added suggested text for cracking times mayhew64@gmail.com 2012-04-23 19:56:34 +00:00
  • ffd141a49f Updated cookie retrieval to decode. helps with people using firebug to solve since firecookie will encode mayhew64@gmail.com 2012-04-23 19:56:10 +00:00
  • 881c54ef2c Updated cookie retrieval to decode. helps with people using firebug to solve since firecookie will encode mayhew64@gmail.com 2012-04-23 19:56:10 +00:00
  • 77e5765f4e Updated splash screen x71c4l@gmail.com 2012-04-23 18:46:29 +00:00
  • 8e227c41ab Updated splash screen x71c4l@gmail.com 2012-04-23 18:46:29 +00:00
  • 40329271eb Startup scripts, changes to make offbyone more sequential mayhew64@gmail.com 2012-04-21 17:18:08 +00:00
  • 3d0af3143e Startup scripts, changes to make offbyone more sequential mayhew64@gmail.com 2012-04-21 17:18:08 +00:00
  • 5f786e77a6 Pom updated to export java source for war packaging x71c4l@gmail.com 2012-04-20 21:35:11 +00:00
  • 8066774fd4 Pom updated to export java source for war packaging x71c4l@gmail.com 2012-04-20 21:35:11 +00:00
  • b68b84fd7d git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@444 4033779f-a91e-0410-96ef-6bf7bf53c507 x71c4l@gmail.com 2012-04-20 19:03:28 +00:00
  • e3931f8028 git-svn-id: http://webgoat.googlecode.com/svn/trunk@444 4033779f-a91e-0410-96ef-6bf7bf53c507 x71c4l@gmail.com 2012-04-20 19:03:28 +00:00
  • a9b9ada817 git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@443 4033779f-a91e-0410-96ef-6bf7bf53c507 mayhew64@gmail.com 2012-04-20 18:59:02 +00:00
  • 329c5b5ef4 git-svn-id: http://webgoat.googlecode.com/svn/trunk@443 4033779f-a91e-0410-96ef-6bf7bf53c507 mayhew64@gmail.com 2012-04-20 18:59:02 +00:00
  • fed456039e Update to tomcat 7 mayhew64@gmail.com 2012-04-20 18:28:54 +00:00
  • 35c461a761 Update to tomcat 7 mayhew64@gmail.com 2012-04-20 18:28:54 +00:00
  • 94d64a20b3 Deleted, use maven to create project mayhew64@gmail.com 2012-04-20 16:10:40 +00:00
  • 27b9a1e096 Deleted, use maven to create project mayhew64@gmail.com 2012-04-20 16:10:40 +00:00
  • 43ac09a014 added build.xml and HOW to back into project for building distributions mayhew64@gmail.com 2012-04-20 15:45:54 +00:00
  • a4374a8e44 added build.xml and HOW to back into project for building distributions mayhew64@gmail.com 2012-04-20 15:45:54 +00:00