dev-resources.site
for different kinds of informations.
Installing Snort on Kali Linux
Published at
10/3/2022
Categories
kali
security
Author
ankitsahu
Author
9 person written this
ankitsahu
open
Snort is no longer available in Kali repositories
Here are the steps to install snort on Kali
- Backup kali's sources.list
mv /etc/apt/sources.list /etc/apt/sources.list.bak
- Remove updates
find /var/lib/apt/lists -type f -exec rm {} \;
- Change sources.list content
sudo nano /etc/apt/sources.list
Paste content given below
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse<br>
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse<br>
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse<br>
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse<br>
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse<br>
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse<br>
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse<br>
deb-src http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse<br>
deb http://archive.canonical.com/ubuntu focal partner<br>
deb-src http://archive.canonical.com/ubuntu focal partner<br>
If you are using kali as a virtual machine then paste this instead
As core Ubuntu repositories do not have the ARM repositories in them
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse<br>
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse<br>
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports focal-security main restricted universe multiverse<br>
deb [arch=i386,amd64] http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse<br>
deb [arch=i386,amd64] http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse<br>
deb [arch=i386,amd64] http://security.ubuntu.com/ubuntu focal-security main restricted universe multiverse<br>
- Add the specified public keys
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
- Update
sudo apt update
- Now install snort
sudo apt install snort
kali Article's
30 articles in total
[Boost]
read article
Worms, Bots, and Botnets: How Hackers Take Over the Internet!
read article
Create a Powerful Hacking Lab: Install Kali Linux in Minutes!
read article
Kali Linux for Ethical Hacking: The Ultimate Toolkit for Cybersecurity Professionals
read article
Kali Linux For Beginner
read article
Install Kali NetHunter On Your Android Device
read article
Not bad but not good enough
read article
Beyond Basics: Traversing Kali Linux Tools
read article
Encrypt/Decrypt File Using Openssl
read article
Thrash with BASH
read article
Download Bluetooth in Kali Linux
read article
Realizando ataques de força bruta em containers docker usando hydra
read article
Deauthentication Attack using Kali Linux
read article
HiDPI In Kali Linux Through RDP | Hyper-V
read article
Kali Linux on Android Devices
read article
Mengatasi Install Kali Linux Berhenti di Detect Network Hardware
read article
Grub-customizer won't change your GRUB theme in Kali Linux? Try this
read article
Deploying your Kali-linux templates with Cloud-init, under Proxmox VE
read article
Linux top 15 shell commend.
read article
3 Easy Commands to Install Postman in Kali Linux
read article
Installing Snort on Kali Linux
currently reading
KALI LINUX: Common Commands that you should know : PART 2
read article
Kali vs Ubuntu
read article
Fast nmap scanning
read article
File upload bypass using MIME-type
read article
How to get Kali tools and Snap on a Chromebook
read article
Installing Libre Office in Kali Linux
read article
Adaptador de red wireless BCM4360 en Kali Linux
read article
Kali VPN Tweaks for TryHackMe
read article
Top 6 Ethical Hacking Tools
read article
Featured ones: