Posts

Showing posts from February, 2021

[IPS/IDS ] Snort 3 Plus - Installation - 32x - 64x bits

Image
          Snort 3 is a intrusion detection and prevention tool made by Cisco Talos, free and open source, one of my favorite to work with, got a simple installation and configuration compared to some others.    Here is a quick run and installation From GIT Repo to Debian / Ubuntu 32-64 Bits. ################################################## After everthing get done, type: nano /etc/snort/snort.lua    Here the configuration must be set the same of older versions of Snort eg.: Note: Change the declaration for EXTERNAL_NET to !$HOME_NET – this expression means the external network will be defined as any IP address that is not part of the home network. Important! If you leave HOME_NET declared as “any” you cannot use !$HOME_NET, as the expression will translate to “not any” and throw an error when you try to start Snort.  Noticed: the new conf seens the same at inserting new RULES, so, lets start setting it at /etc/snort/ru...

Kodi Media Center IPTV - Ubuntu PPA

Image
       Here we got one of must popular tools for Multimedia, IPTV, Game and manage everything over your mobile as Media Center.      I won't dive into configuration, tho you may want to check this page  for Addons and configure it for ya!!! >> https://www.kodi-guide.com/best-kodi-addons/ As you can see, there are two ways of setting it from [1] PPA and [2]Tarball file:   # #

Online Storage - Megasync Installation - Linux 32x 64x

Image
      One of most know Free Online Storage Services, cross-plataform  Linux, Windows, MacOS and Mobile; you get started with 15 GB and after completing some achievements such as Mobile App Install you get More Storage. Here you got the Script X installation: Compile the Script in a Shell and run it with:  ./scriptname.sh      #  

IDS (Intrusion Detection System) - Snort 2.9 [Linux Deb/Ubuntu]

Image
  What is Snort?      Snort is the foremost Open Source Intrusion Detection System (IDS) in the world. Snort IDS uses a series of rules that help define malicious network activity and uses those rules to find packets that match against them and generates alerts for users.      Snort can be deployed inline to stop these packets, as well. Snort has three primary uses: As a packet sniffer like tcpdump, as a packet logger — which is useful for network traffic debugging, or it can be used as a full-blown network intrusion prevention system. Snort can be downloaded and configured for personal and business use alike. (apud: https://www.snort.org/)      After digging made this script to make life more easier, you may just [ apt install snort -y ] to verify if your REPO got everything before, if it doesn't work, just copy and run the first script out of three: [1] Install from tarball file manually  [2] Makes Configuration ...