
Время: 2 часа 10 мин
Порции: 2 человека
Ингредиенты:
- 600 г чечевицы
- соль
- перец
- 30 г оливкового масла
- 1 перчик острый
- ½луковицы
- 150 г бекона (кусочками)
- 400 г помидоров в собственном соку
- свежая зелень
- вода
- домашняя заправка Читать

Время: 2 часа 10 мин
Порции: 2 человека
Ингредиенты:
Kali Linux Certified Professional (KLCP) – это профессиональная сертификация от сообщества Kali Linux, которая свидетельствует о том, что человек обладает знанием и свободным владением в использовании Kali Linux.
Если вы новичок в Информационной безопасности и хотите принять бремя ИБ в качестве карьеры, то вы находитесь на правильном пути для сертификации KLCP.
Для того, чтобы лучше узнать Kali , вы можете приобрести с сайта Amazon или просто скачать программу обучения здесь. Читать
MikroTik Firewall is a powerful security tool that can be used to block unwanted websites. If you are a network administrator, sometimes it may be your requirement to block any website like Facebook, YouTube, Pornographic site and so on. To block these types of websites, you just need to create Firewall Rules that will drop any connection to these websites through your MikroTik Router. MikroTik Firewall basic concept such as what is MikroTik Firewall, what is MikroTik Firewall Rule, how to implement MikroTik Firewall Rule etc. was discussed in my previous article. If you feel that you need the basic concept of MikroTik Firewall, feel free to spend time to study that article. In this article, I am only going to show how to block unwanted websites using MikroTik Firewall Rules.
MikroTik Firewall blocks website using Filter Rule. A MikroTik Filter Rule has two parts.
If conditional part of a Filter Rule is matched, MikroTik Firewall will drop that connection. So, any user cannot access that website through MikroTik Router.
MikroTik Firewall is capable to block any website with not only source address or destination address but also Layer7 Protocol. Layer7 Protocol uses Perl Regex (Regular Expression) to match any keyword in URL. If matched is occurred, action is taken by the Filter Rule that uses this Layer7 Protocol. As we want to block any website providing keyword such as Facebook, YouTube etc. we will create a Layer7 Protocol with Regex and then we will use this Layer7 Protocol in our Filter Rule.
Now we will create Filter Rule that will block websites like Facebook, YouTube or any other website that you want. Complete process to create a Filter Rule can be divided into two steps.
Before creating Filter Rule, we need to create Layer7 Protocol with Regex because this Layer7 Protocol will be used by Filter Rule to match any keyword in URL. The following process will show how to create Layer7 Protocol with Regex.

We have created our Layer7 Protocols which will be used in Filter Rule to block our desired sites. Now we will create our Firewall Filter Rule.
After creating Layer7 Protocol, we will now create Filter Rule that will block our desired website. The following steps will show how to create a Filter Rule to block any website.

Filter Rule to block website has been created. The above rule will block all the users to access our desired website. But sometimes you may need to access this website for a specific user. In this case, you have to create another Filter Rule where user’s IP address has to provide in source address and the Filter action will be accept.
The above Filter Rule that we have created will block all users in your LAN. But sometimes you may have some specific users who need to access your blocked website such as Facebook, YouTube etc. The following steps will show you how to give access a specific user to your blocked website.
Note: You must place allowed rule before dropped rule. Otherwise, allowed user will go under dropped rule. So, he/she cannot access to desired website.

I hope, you will be able to block any unwanted website using layer7 protocol and MikroTik Firewall filter rule if you follow the above steps properly. However, if you face any confusion to follow above steps, feel free to watch my video about MikroTik Block Website (facebook, youtube etc). I hope, it will reduce your any confusion.
How to block websites (Facebook, YouTube etc.) with MikroTik Firewall Rule and Layer7 Protocol has been discussed in this article. I hope you are now able to block any website or can give access to any user to access any blocked website easily. However, if you face any problem to block any website, feel free to discuss in comment or contact with me from Contact page. I will try my best to stay with you.
Сегодня все больше и больше людей диагностируются с некоторым типом рака. Но не все ли мы запрограммированы на мысль: «Это никогда не случится со мной». И все же это так. Да, это может случиться с тобой. И между вами, вашим партнером и вашим лучшим другом, один из вас может это получить. Так что же происходит в мире? Рак — относительно новое заболевание и причина смерти в истории человечества.
Во-первых, что такое рак? Читать
Простой инструмент – написанный на чистом питоне – для проверки дипвэб адресов (или онион).
Он получает определенные онион ссылки и возвращает их текущий статус вместе с названием сайта.
Совместим с Python 2.6 и 2.7.
Вы можете загрузить ONIOFF, добавив Git Repo и просто устанавливить его требования:
# git clone https://github.com/k4m4/onioff.git
# cd onioff
# pip install -r requirements.txt
Синтаксис:
# python onioff.py {onion} [options]
Для просмотра всех доступных опций выполните:
# python onioff.py -h
ПРИМЕЧАНИЕ. Для того, чтобы ONIOFF работал, Tor должен быть правильно настроен и запущен.
Пример установки на Kali Linux
https://www.youtube.com/watch?v=eRXMTqaQzXo
Copyright 2016 by Nikolaos Kamarinakis. Some rights reserved.
Скачать ONIOFF можно по ссылке: