Advertisement
Malic

Untitled

Nov 6th, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. sudo apt update && sudo apt full-upgrade -y
  2.  
  3. sudo sh -c "echo 'deb https://http.kali.org/kali kali-rolling main non-free contrib' > /etc/apt/sources.list.d/kali.list"
  4. sudo apt install gnupg
  5. wget 'https://archive.kali.org/archive-key.asc'
  6. sudo apt-key add archive-key.asc
  7. sudo apt update
  8. sudo sh -c "echo 'Package: *'>/etc/apt/preferences.d/kali.pref; echo 'Pin: release a=kali-rolling'>>/etc/apt/preferences.d/kali.pref; echo 'Pin-Priority: 50'>>/etc/apt/preferences.d/kali.pref"
  9. sudo apt update
  10.  
  11. ----
  12. sudo aptitude install -f -t kali-rolling nmap dirb metasploit ssh hydra cracnch nikto recon-ng wget curl netcat tcpdump apache2 MITM httptrack powershell exe2hex gcc netstat shred wipe -y
  13. sudo apt install perl ruby python
  14.  
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement