lowering threading (#9318)
parent
6391c02f0a
commit
dd8194a4b9
|
@ -38,7 +38,6 @@ http:
|
||||||
payloads:
|
payloads:
|
||||||
ids: helpers/wordlists/numbers.txt
|
ids: helpers/wordlists/numbers.txt
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
threads: 50
|
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
|
@ -48,7 +48,6 @@ http:
|
||||||
|
|
||||||
payloads:
|
payloads:
|
||||||
padding: helpers/payloads/citrix_paddings.txt
|
padding: helpers/payloads/citrix_paddings.txt
|
||||||
threads: 30
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
|
|
|
@ -30,7 +30,6 @@ http:
|
||||||
payloads:
|
payloads:
|
||||||
users: helpers/wordlists/wp-users.txt
|
users: helpers/wordlists/wp-users.txt
|
||||||
passwords: helpers/wordlists/wp-passwords.txt
|
passwords: helpers/wordlists/wp-passwords.txt
|
||||||
threads: 50
|
|
||||||
attack: clusterbomb
|
attack: clusterbomb
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue