Michalis Papadopoullos
Michalis Papadopoullos
Tried to install parsec in a directory which consists of greek characters with spaces. parsecmgmt fails to fetch the whole directory. ./bin/parsecmgmt: line 124: /home//dir1/dir2/dir3/#dir4: No such file or directory...
https://github.com/BloodHoundAD/BloodHound/blob/69786fa46fa18090e7641e086cd2aed70a530748/src/components/SearchContainer/Tabs/PrebuiltQueries.json#L294 I think the following query would fit better: ``` MATCH p=shortestPath((a: {owned:true})-[:MemberOf|HasSession|AdminTo|AllExtendedRights|AddMember|ForceChangePassword|GenericAll|GenericWrite|Owns|WriteDacl|WriteOwner|CanRDP|ExecuteDCOM|AllowedToDelegate|ReadLAPSPassword|Contains|GPLink|AddAllowedToAct|AllowedToAct|SQLAdmin|ReadGMSAPassword|HasSIDHistory|CanPSRemote|SyncLAPSPassword|AZAddMembers|AZAddSecret|AZAvereContributor|AZContains|AZContributor|AZExecuteCommand|AZGetCertificates|AZGetKeys|AZGetSecrets|AZGlobalAdmin|AZGrant|AZGrantSelf|AZHasRole|AZMemberOf|AZOwner|AZOwns|AZPrivilegedRoleAdmin|AZResetPassword|AZUserAccessAdministrator|AZAppAdmin|AZCloudAppAdmin|AZRunsAs|AZKeyVaultContributor|AZVMAdminLogin|AddSelf|WriteSPN|AddKeyCredentialLink*1..]->(b:Computer)) WHERE NOT a=b RETURN p ```
Info: Players should be able to issue `!ctf attempt --rem` or `!ctf attempt --unsolved` in order to join unsolved challenges. Note: In a later update I will include options to...
`!ctftime current` should return the list of active/running CTFs as acquired by the ctftime.org API.
# URL Grabbing Mechanism Zolos should be able to grab urls shared in any channel (using a regex to match the URI) and post it to a dedicated channel #links...
In " Go-SCP/src/authentication-password-management/validation-and-storage.md " [LINK](https://github.com/OWASP/Go-SCP/blob/52c322fc3949002c380c7956464d0e5f091ddb93/src/authentication-password-management/validation-and-storage.md#storing-password-securely-the-practice) the reference links for hashing functions are wrong. It should be something similar to: ```md In the case of password storage, the hashing algorithms recommended...