Skip to content

Commit ccee2b3

Browse files
get it done
1 parent 8dced1f commit ccee2b3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

gauntlt/nmap.attack

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,3 @@ Feature: nmap attacks for localhost and to use this for your tests, change the v
3232
"""
3333
443/tcp
3434
"""
35-
36-
Scenario: Output to XML
37-
When I launch an "nmap" attack with:
38-
"""
39-
nmap -p 22,80,443 -oX /app/build/nmap-results.xml <hostname>
40-
"""
41-
And the file "/app/build/nmap-results.xml" should contain XML:
42-
| css |
43-
| ports port[protocol="tcp"][portid="22"] state[state="open"] |
44-
And the file "/app/build/nmap-results.xml" should not contain XML:
45-
| css |
46-
| ports port[protocol="tcp"][portid="80"] state[state="open"] |
47-
| ports port[protocol="tcp"][portid="443"] state[state="open"] |
48-

0 commit comments

Comments
 (0)