Category: Tips

  • How to Install Virtualbox on Ubuntu 20.04 Desktop

    How to Install Virtualbox on Ubuntu 20.04 Desktop

    sudo apt update && sudo apt install virtualbox virtualbox-ext-pack -y


    You are good to go but remember to set a Host-only Adapter (for your own lab on which you would like to run different samples or vulnerable machines)

    Reference: link

  • Start Burpsuite using command line

    If you don't want to start your burpsuite, which consumes all your available resources (RAM), then I think the following way will safe you. By the way, I have only 8GB RAM and my Kali Machine consumes 3GB, therefore, I need to be very careful when it comes to resource management, to enjoy a stable performance :-) 
    
    java -jar -Xmx2G burpsuite_community_v1.7.36.jar & 
    
    Want to know more? Read here.