knavesec / CredMaster

Refactored & improved CredKing password spraying tool, uses FireProx APIs to rotate IP addresses, stay anonymous, and beat throttling
926 stars 120 forks source link

Add ntfy support #70

Closed dhn closed 9 months ago

dhn commented 10 months ago

This patch adds support for ntfy (ntfy.sh). For example:

$ python3 credmaster.py \
    --access_key ${ACCESS_KEY} \
    --secret_access_key ${SECRET_KEY} \
    --plugin ${PLUGIN} \
    -u ${USER_LIST} \
    -p ${PWD_LIST} \
    -a useragents.txt \
    -o ${OUTPUT_FILE} \
    --ntfy_host ${NTFY_HOST} \
    --ntfy_topic ${NTFY_TOPIC} \
    --ntfy_token ${NTFY_TOKEN} \
    --passwordsperdelay 3 -t 2 -j 10 -m 5 -d 120

credmaster_ntfy_support

knavesec commented 9 months ago

Thanks for the PR, looks great!