Nettacker/nettacker/modules/brute/pop3.yaml

38 lines
798 B
YAML

info:
name: pop3_brute
author: Mrinank Bhowmick
severity: 3
description: POP3 Bruteforcer
reference:
profiles:
- brute
- pop3
payloads:
- library: pop3
steps:
- method: brute_force
timeout: 3
host: "{target}"
ports:
- 110
usernames:
- root
- admin
- user
- test
passwords:
nettacker_fuzzer:
input_format: '{{passwords}}'
prefix:
suffix:
interceptors:
data:
passwords:
read_from_file: passwords/top_1000_common_passwords.txt
response:
condition_type: or
conditions:
successful_login:
regex: ""
reverse: false