Posts

Things to do after installing Kali Linux 2020.4

Image
Things to do after installing Kali Linux 2020.4 There are a lot of guides what you shut do after installing Kali Linux but in the most there are missing some essential parts. Software like wine isn't working with preinstalled tools and a lot of helping tools are missing. What you will need depends on your thoughts what you really wanna do with Kali. 1. Changing root password and generate new ssh keys. sudo passwd root sudo update-rc.d -f ssh remove sudo update-rc.d -f sshdefaults cd /etc/ssh/ sudo mkdir kali_old sudo mv ssh_host* kali_old sudo dpkg-reconfigure openssh-server 2. Update Kali to the newest version. sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y && sudo apt-get autoremove -y 3. Install the large or the full Version of Kali sudo apt-get install kali-linux-large -y or  sudo apt-get install kali-linux-everything -y 4. Install i386 architecture If you try to use programs based one wine like ollydbg the won't star...

How to install airgeddon with sslstrip Kali Linux 2020.4

Image
 How to install airgeddon with sslstrip Kali Linux 2020.4 open Terminal git clone https://github.com/moxie0/sslstrip git clone https://github.com/v1s1t0r1sh3r3/airgeddon.git cd sslstrip sudo python setup.py clean sudo python setup.py build sudo python setup.py install cd.. cd airgeddon bash ./airgeddon.sh CorCor.org

Kali Linux 2020.4 apt-get update error: Release file for http://kali.org/kali/dists/kali-rolling/InRelease is not valid yet fix

Image
 Kali Linux 2020.4 apt-get update error: Release file for http://kali.org/kali/dists/kali-rolling/InRelease is not valid yet fix open Terminal: sudo apt purge ntp sudo systemctl start systemd-timesyncd sudo systemctl status systemd-timesyncd timedatect CorCor.org

Installing Pyrit Kali Linux 2020.4

Image
How to install Pyrit on Kali Linux 2020.4 open Terminal git clone https://github.com/JPaulMora/Pyrit.git sudo apt-get install pip libpcap-dev  python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev  change directory into Pyrit cd Pyrit sudo python setup.py clean sudo python setup.py build    sudo python setup.py install CorCor.org

How to install adb & fastboot and fix fastboot error (fake placeholder until fastboot builds) on Kali Linux 2020

Image
How to install adb & fastboot and fix fastboot error (fake placeholder until fastboot builds) on Kali Linux 2020.4 (Debian 5.9.1) open Terminal sudo apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y sudo apt-get install adb fastboot adb --version output: Android Debug Bridge version 1.0.41 Version 30.0.5-6877874 Installed as /usr/lib/android-sdk/platform-tools/adb fastboot --version output: fake placeholder until fastboot builds Download platform-tools for Linux https://developer.android.com/studio/releases/platform-tools cd Downloads unzip platform-tools* sudo rm -r /usr/lib/android-sdk/platform-tools sudo mv platform-tools /usr/lib/android-sdk/ fastboot --version output: fastboot version 30.0.5-6877874 Installed as /usr/lib/android-sdk/platform-tools/fastboot CorCor.org

How to install Nethunter 2020.4 OnePlus 3T Oxygen OS 9.6 Android 9 Pie

Image
Installati on of Nethunter 2020.4 in a Oneplus 3T  Oxygen OS 9.6 Android 9 Pie. This tutorial is under development. I wrote the tutorial because there we're only old ones dir the OnePlus 3 and OnePlus 3T. Important note ! You have to unlock your Bootloader this will deleted all personal data. The Phone can geht bricked. You will also loose your warentie. Required Files : OnePlus3TOxygen_28_OTA_086_all_1911042121_f2d6336ae39a4545.zip twrp-3.4.0-0-oneplus3.img twrp-3.3.0-0-oneplus3.img Magisk-v21.1.zip nethunter-2020.4-oneplus3-any-pie-kalifs-full.zip boot-patched-9.0.6-OP3T.img force_encryption_disabler_for_oos_pie_v1-zip Nice things to have: ONEPLUS-A6013-Type-C-OTG-Cable The OTG cable works with external WiFi adapter. USB-Stick 1. Unlog the phone. Navigate to your phone’s Settings > About Phone > tap on “Build Number” 7 times to enable Developer Options. Go to Settings > Developer Options and enable “OEM Unlock” and "Advanced Boot". Restart the phone...