This commit is contained in:
cktricky
2016-06-09 22:33:53 -04:00
parent d1874789f2
commit 79c1ddd45d
12 changed files with 13 additions and 25 deletions
@@ -7,7 +7,7 @@ feature 'command injection' do
@normal_user = UserFixture.normal_user
end
scenario 'attack', :js => true do
scenario "attack\nTutorial: https://github.com/OWASP/railsgoat/wiki/A1-Command-Injection", :js => true do
login @normal_user
legit_file = File.join(Rails.root, 'public', 'data', 'legit.txt')