This post will guide you to install FoxyProxy plugin and the Burp CA cert in a Kali machine. Install FoxyProxy FoxyProxy setup Run BurpSuite Access to the localhost:8080 site and download the CA cert. Install the certificate Test
kali
(Solution) Change python default version (Kali linux)
kali@kali:/bin$ update-alternatives –list python kali@kali:/bin$ sudo update-alternatives –install /usr/bin/python python /usr/bin/python2.7 1 kali@kali:/bin$ sudo update-alternatives –install /usr/bin/python python /usr/bin/python3.7 2 kali@kali:/bin$ sudo update-alternatives –install /usr/bin/python python /usr/bin/python3.8 3 kali@kali:/bin$ sudo update-alternatives –config python Finally test everything is ok.
(Solution) Install python-pip in Kali Linux
ruben@kali:/etc/apt$ sudo apt search python-pip ruben@kali:/etc/apt$ sudo apt search python3-pip ruben@kali:/etc/apt$ sudo apt install python3-pip Downloading the specific package and installing with dkpg can solve also the issue. https://packages.debian.org/buster/all/python-pip/download
(Solution) How to change the screen resolution Kali Linux using Hyper-V
Hi, In order to change the screen resolution to a Kali Linux using Hyper-V follow these steps: Add these lines to this file:sudo vim /etc/initramfs-tools/modules In the terminal type:sudo update-initramfs -u Reboot. sudo nano /etc/default grub GRUB_CMDLINE_LINUX_DEFAULT=»quiet splash video=hyperv_fb:1920×1080″sudo update-grub Regards,Rubén
Kali linux 2017.3 released
Hi, A new Kali release (2017.3) has been launched. If you want to check all included changes please read this site If you need to install it from scratch or for a first time, please read the documentation that can be found here. This distro can be downloaded from here. If you have already installed a previous release, execute these commands to upgrade your system to the latest release.# apt