Skip to content

Commit

Permalink
Run Test-Shodan_v2 (#38328)
Browse files Browse the repository at this point in the history
* Run Test-Shodan_v2

* update sleep
  • Loading branch information
MosheEichler authored Jan 27, 2025
1 parent 37e8a43 commit 9856c90
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
23 changes: 12 additions & 11 deletions Packs/Shodan/TestPlaybooks/playbook-Test_shodan_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ tasks:
- "10"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -576,7 +576,7 @@ tasks:
- "42"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -608,7 +608,7 @@ tasks:
- "11"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -640,7 +640,7 @@ tasks:
- "12"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -672,7 +672,7 @@ tasks:
- "13"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -704,7 +704,7 @@ tasks:
- "14"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -736,7 +736,7 @@ tasks:
- "19"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -768,7 +768,7 @@ tasks:
- "21"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -800,7 +800,7 @@ tasks:
- "45"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -832,7 +832,7 @@ tasks:
- "43"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -1004,7 +1004,7 @@ tasks:
- "46"
scriptarguments:
seconds:
simple: "10"
simple: "60"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -1033,3 +1033,4 @@ view: |-
inputs: []
outputs: []
fromversion: 5.0.0

3 changes: 2 additions & 1 deletion Tests/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3322,7 +3322,8 @@
{
"integrations": "Shodan_v2",
"playbookID": "Test-Shodan_v2",
"timeout": 1000
"timeout": 1000,
"is_mockable": false
},
{
"integrations": "Threat Crowd",
Expand Down

0 comments on commit 9856c90

Please sign in to comment.