Advertisement
irobust

Hello Gauntlt

Jun 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # simplest.attack
  2. Feature: simplest attack possible
  3. Scenario:
  4. When I launch a "generic" attack with:
  5. """
  6. ls -a
  7. """
  8. Then the output should contain:
  9. """
  10. .
  11. """
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement