Skip to content

Commit

Permalink
Change default to all ports with SYN scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
3asm committed Aug 9, 2024
1 parent 33063ff commit a7bc6c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/nmap_wrapper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def testNmapWrapper_whenFastMode_returnCommand(
"-n",
"-F",
"-T3",
"-sT",
"-sS",
"--script",
"banner",
"-sC",
Expand Down Expand Up @@ -73,7 +73,7 @@ def testNmapWrapper_whenTopPortsUsed_returnCommand(
"--top-ports",
"420",
"-T3",
"-sT",
"-sS",
"--script",
"banner",
"-sC",
Expand Down Expand Up @@ -111,7 +111,7 @@ def testNmapWrapper_whenAllTopPortsUsed_returnCommand(
"-p",
"0-65535",
"-T3",
"-sT",
"-sS",
"--script",
"banner",
"-sC",
Expand Down

0 comments on commit a7bc6c3

Please sign in to comment.