Skip to content

Instantly share code, notes, and snippets.

@mo9a7i
Created March 27, 2023 19:12
Show Gist options
  • Save mo9a7i/4682b0bf4c234f2cb44444f50e3e1c22 to your computer and use it in GitHub Desktop.
Save mo9a7i/4682b0bf4c234f2cb44444f50e3e1c22 to your computer and use it in GitHub Desktop.
Kali Update OS
#! /bin/bash
echo "Updating repositories" &&
sudo apt-get update -y
echo "Upgarding applications and distro" &&
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
echo "Cleaning Up" &&
sudo apt-get -f install &&
sudo apt-get autoremove &&
sudo apt-get -y autoclean &&
sudo apt-get -y clean
# update applications
# metasploit
# wpscan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment