misc changes
parent
b1c528f1fe
commit
064f084dee
|
@ -24,21 +24,6 @@ requests:
|
||||||
|
|
||||||
<?xml version="1.0"?><methodCall><methodName>ProjectDiscovery</methodName><params><param><value>dwisiswant0</value></param></params></methodCall>
|
<?xml version="1.0"?><methodCall><methodName>ProjectDiscovery</methodName><params><param><value>dwisiswant0</value></param></params></methodCall>
|
||||||
|
|
||||||
- |
|
|
||||||
POST /webtools/control/xmlrpc HTTP/1.1
|
|
||||||
Host: {{Hostname}}:8080
|
|
||||||
Origin: http://{{Hostname}}:8080
|
|
||||||
Content-Type: application/xml
|
|
||||||
|
|
||||||
<?xml version="1.0"?><methodCall><methodName>ProjectDiscovery</methodName><params><param><value>dwisiswant0</value></param></params></methodCall>
|
|
||||||
|
|
||||||
- |
|
|
||||||
POST /webtools/control/xmlrpc HTTP/1.1
|
|
||||||
Host: {{Hostname}}:8443
|
|
||||||
Origin: https://{{Hostname}}:8443
|
|
||||||
Content-Type: application/xml
|
|
||||||
|
|
||||||
<?xml version="1.0"?><methodCall><methodName>ProjectDiscovery</methodName><params><param><value>dwisiswant0</value></param></params></methodCall>
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
|
|
@ -9,9 +9,6 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/sessions/new"
|
- "{{BaseURL}}/sessions/new"
|
||||||
- "{{BaseURL}}:9000/sessions/new"
|
|
||||||
- "{{BaseURL}}:8080/sessions/new"
|
|
||||||
- "{{BaseURL}}:9090/sessions/new"
|
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
|
|
@ -9,9 +9,7 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "http://{{Hostname}}/version"
|
- "http://{{Hostname}}/version"
|
||||||
- "http://{{Hostname}}:2376/version"
|
|
||||||
- "http://{{Hostname}}/v1.24/version"
|
- "http://{{Hostname}}/v1.24/version"
|
||||||
- "http://{{Hostname}}:2376/v1.24/version"
|
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
Loading…
Reference in New Issue