مضى على الشبكة و يوم من العطاء.
  • تحذير: يجب على كل روّاد الشبكة تشغيل برامج الاختراق داخل الأنظمة الوهمية وهي بهدف التعلم وحماية الأعضاء والتوعية بها

Snort ( Installing on Kali Linux ) part (0)

H4x0r

./ عضو

السمعة:

تنزيل snort tool على kali linux >>>>

Make a Backup of Current Sources.list File
First, we need to create a backup of Kali’s sources.list file in order to restore it later:
mv /etc/apt/sources.list /etc/apt/sources.list.bak

Remove currently installed Kali Updates

Go to /var/lib/apt/lists and delete all the files within the directory, leaving only the partial and auxfiles directory:
find /var/lib/apt/lists -type f -exec rm {} ;

Download Ubuntu Sources.list File

Download Ubuntu’s sources.list file into the /etc/apt/ directory:

Attempting to Update

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
Run sudo apt update and you should be ready to install snort now!

Install Snort

After successfully updating our apt repository using the Ubuntu sources.list file, we can install Snort:
sudo apt install snort
Note: You will be prompted to enter the IP address or IP address range of your computer using CIDR notation for Snort’s configuration. Enter your IP address or IP address range and hit enter.

Restoring Kali’s Repository Sources.list File

After installing Snort, remove the new update files located in /var/lib/apt/lists:
find /var/lib/apt/lists -type f -exec rm {} ;
Then, rename the current Ubuntu sources.list file to ubuntu_sources.list, just in case you need it again in the future:
mv /etc/apt/sources.list /etc/apt/ubuntu_sources.list
Finally, rename the Kali Linux /etc/apt/sources.list.bak file back to /etc/apt/sources.list:
mv /etc/apt/sources.list.bak /etc/apt/sources.list
and run sudo apt update && sudo apt upgrade.

الجزء الأول [اضغط هنا]
 
التعديل الأخير بواسطة المشرف:

آخر المشاركات

فانوس

رمضان
عودة
أعلى