mc
mc
@HackBalak Same issue still persists after dev branch install, what env are you using for covenant?
@HackBalak I was using root, will try with a fresh kali build!
@HackBalak fresh install as root using dev branch and still getting error: 
@HackBalak got it working cheers :D
@DeathsPirate I honestly can't remember, maybe routing issue like mentioned?
Hi yes I noticed this on a recent job in a large environment and have fixed it locally just haven't had a second to double check and push. I will...
This works I've just not had a chance to push everything yet: ```python def get_user(args): print_yellow("[*] Get-User") print("=" * 80) api_url = "https://graph.microsoft.com/v1.0/users" if args.id: api_url = f"https://graph.microsoft.com/v1.0/users/{args.id}" if args.select:...