-
How to run Burpsuite by command
Run following command, -Xmx4g If the burpsuite is not launching try with Sudo, this could happen if you are using WSL on windows. I am using community edition in above example, please change the jar file as per the version installed in your environment. Source : https://portswigger.net/burp/documentation/desktop/troubleshooting/launch-from-command-line
-

Installing Azure-CLI on Kali Linux
First check if the below “azure-cli.list” is created already by running below command: The output could look like above, since we don’t have the file we need to create it by using below command: now we need to find the latest deb stable distro for Azure-CLI, we are using “bookworm” for now, you can use…