misc changes
parent
652da29f9a
commit
0cf8ffdc57
|
@ -10,7 +10,7 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
redirects: true
|
||||
max-redirects: 5
|
||||
max-redirects: 1
|
||||
path:
|
||||
- "{{BaseURL}}/.bash_history"
|
||||
- "{{BaseURL}}/.ksh_history"
|
||||
|
@ -32,12 +32,13 @@ requests:
|
|||
- "cd "
|
||||
- "ps aux "
|
||||
condition: or
|
||||
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<html "
|
||||
- "<html"
|
||||
part: body
|
||||
negative: true
|
||||
|
|
Loading…
Reference in New Issue