**nmap** brew install nmap **Nikto** brew install nikto **SQLmap** brew install sqlmap **recon-ng** brew install recon-ng **The Harvester** brew install theharvester **TestSSL** brew install testssl **John the Ripper** brew install john **Bettercap** brew
eramba@eramba:/var/www/html/eramba_community$ **sudo certbot renew** Saving debug log to /var/log/letsencrypt/letsencrypt.log - - - - - - - - - - - - - -
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
1. Delete the computerobject of the problematic workstation from SCCM via the SCCM console 2. Stop the Windows Management Instrumentation service 3. Stop the SMS Agent Host service 4. Uninstall the CCM Client
Install the Skype for Business Online, Windows Powershell module. Connect to Skype Online. Import-Module SkypeOnlineConnector $cred = Get-Credential $session = New-CsOnlineSession -Credential $cred -Verbose Import-PSSession -Session $session The Microsoft 365 Domestic Calling Plan & Microsoft
Get-Mailbox -Filter { WindowsEmailAddress -like "*@≤domain-name≥" } | Set-Mailbox -RetentionPolicy "≤Policy-Name≥" This command retrieves all mailboxes that have the retention policy applied. Get-Mailbox -ResultSize unlimited | Where-Object {$_.RetentionPolicy -eq "≤Policy-Name≥"} | Format-Table
Install pre-requisites: xcode-select –install /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install openssl Install Powershell Core: brew cask install powershell After the installation,
Change the WP site URL to HTTPS: cd /opt/bitnami/apps/wordpress/htdocs sudo nano wp-config.php #To change the WP seting URL to HTTPS define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST']
Create the resource group: $Location = "CanadaCentral" $RG = New-AzResourceGroup -Name "resource-group-name" -Location $Location Create the subnets and virtual network. For VPN connections, there must be a subnet within the virtual
az role definition list --name "<role-name>" --output json | jq '.[] | .permissions[0].actions' Get-AzRoleDefinition -Name "<role name>" | Select Actions | ConvertTo-Json To get the most current
Create a Node.js 12.x runtime lambda function: exports.handler = (event, context, callback) => { let input = event.Details.Parameters.timeInQueue.substr(1); (input > 60) ? callback(null, { "time":Math.floor(