Create / Configure Azure AD application using Terraform
We can use below sample terraform script to create and configure SSO application in Entra ID (Azure AD) main.tf TBC
We can use below sample terraform script to create and configure SSO application in Entra ID (Azure AD) main.tf TBC
Connect to Microsoft Graph using Python Below set of commands can be used to connect to Azure AD / Enttra ID using Python requests module. Below script can be used to authenticate to Azure AD usi...
Microsoft Graph This post has commands on how to use MSGraph Powershell cmdlets to connect to Microsoft Azure AD(Entra ID). Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser ...
Gobuster gobuster dir -u https://<<url>> -w /usr/share/wordlists/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt Available Commands: completion Generate the autoco...
NMAP Commands Store output in normal format using -oN flag ```bash nmap -p80 -sC -sV scanme.nmap.org -oN output.txt ``` Syn scan with -sS flag and UDP scan with -sU flag ```bash nmap -p80 -sS ...
Steel Mountain Rejetto File Server To enumerate this machine, we will use a powershell script called PowerUp, that’s purpose is to evaluate a Windows machine and determine any abnormalities - “Po...
Indexing a SailPoint IdentityNow Attribute in an Identity Cube for use in Correlation Rules API to GET the attribute details HTTP GET https://<<tenant>>.api.identitynow.com/cc/a...
Kenobi nmap scripts to scan SMB nmap -p 445 --script=smb-enum-shares.nse,smb-enum-users.nse 10.10.253.48 nmap scripts to scan RPC nmap port scan will show port 111 running the service rpcbind. ...
Welcome I am planning to start writing some blogs / notes, basically these posts will be my brain dump.