Showing posts with label fedora. Show all posts
Showing posts with label fedora. Show all posts
Thursday, September 21, 2017
Try pentbox like honeypot tool with Fedora 25
Try pentbox like honeypot tool with Fedora 25
PenTBox is a Security Suite that packs security and stability testing oriented tools for networks and systems.
Programmed in Ruby and oriented to GNU/Linux systems, but compatible with Windows, MacOS and every systems where Ruby works. It is free, licensed under GNU/GPLv3.
First you need to install the ruby
[root@localhost pentbox]# dnf install ruby
Last metadata expiration check: 1:55:17 ago on Tue Mar 7 20:16:17 2017.
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
ruby x86_64 2.3.3-61.1.fc25 updates 76 k
ruby-irb noarch 2.3.3-61.1.fc25 updates 94 k
rubygem-bigdecimal x86_64 1.2.8-61.1.fc25 updates 87 k
rubygem-did_you_mean x86_64 1.0.0-61.1.fc25 updates 219 k
rubygem-io-console x86_64 0.4.5-61.1.fc25 updates 57 k
...
rubygems.noarch 2.5.2-61.1.fc25
rubypick.noarch 1.1.1-5.fc24
Complete!
You need also the svn. The subversion is a free/open source version control system. [root@localhost pentbox]# dnf install svn
Last metadata expiration check: 1:59:41 ago on Tue Mar 7 20:16:17 2017.
Package subversion-1.9.5-1.fc25.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
Let get the pentbox. svn co https://pentbox.svn.sourceforge.net/svnroot/pentbox/trunk/ pentbox
cd pentbox
svn update
./pentbox.rb
[root@localhost pentbox]# ./pentbox.rb
PenTBox 1.5
__
U00U|.@@@@@@`.
|__|(@@@@@@@@@@)
(@@@@@@@@)
`YY~~~~YY
|| ||
--------- Menu ruby2.3.3 @ x86_64-linux
1- Cryptography tools
2- Network tools
3- Web
4- License and contact
5- Exit
-> 2
1- Net DoS Tester
2- TCP port scanner
3- Honeypot
4- Fuzzer
5- DNS and host gathering
6- MAC address geolocation (samy.pl)
0- Back
-> 3
// Honeypot //
You must run PenTBox with root privileges.
Select option.
1- Fast Auto Configuration
2- Manual Configuration [Advanced Users, more options]
-> 1
HONEYPOT ACTIVATED ON PORT 80 (2017-03-07 22:20:30 +0200)
Now, lets simulate one attack and see the result. Open your browser and put your_ip into address bar with port 80 and press enter key or go button: your_ip:90
Take a look to your terminal and see the result. You can see something like that:
INTRUSION ATTEMPT DETECTED! from your_ip:40482 (2017-03-07 22:22:07 +0200)
-----------------------------
GET / HTTP/1.1
Host: your_ip
User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
Upgrade-Insecure-Requests: 1
The your_ip will fill with your ip workstation. You can also make more settings with the pentbox tool.download file now
Friday, August 18, 2017
Ubuntu Snap now universal coming to Linux distros like Fedora Arch OpenSUSE and more!
Ubuntu Snap now universal coming to Linux distros like Fedora Arch OpenSUSE and more!
Today, something miraculous happens. Believe it or not, the Linux Community largely bands together to embrace Ubuntus "Snap" packages. Yes, you are reading that correctly -- competing Linux-based operating systems like Fedora, Gentoo, Arch, and more, will utilize the now-universal "Snap," meaning Linux software can be made to install regardless of distro. This should be particularly brilliant for operating systems optimized for mobile and IoT.
"Snaps sit alongside the native packages of the base Linux operating system. Each distribution has its own mechanisms to provide the base OS and its updates. Snaps complement the base OS with universal apps that cannot interfere with the base OS or one another", says Canonical.
The company further says, "the snap format is simpler than the native internal package formats of individual Linux distributions, because it is focused purely on applications rather than the core system itself. Snaps are essentially self-contained zip files that can be executed very fast in place, making them easy to create".
Canonical shares the following Linux-based operating systems which can now natively work with Snaps.
- Arch
- Debian
- Fedora
- Kubuntu
- Lubuntu
- Ubuntu GNOME
- Ubuntu Kylin
- Ubuntu MATE
- Ubuntu Unity
- Xubuntu
- CentOS
- Elementary
- Gentoo
- Mint
- OpenSUSE
- OpenWrt
- RHEL
Jason Shepherd, Director, IoT Strategy and Partnerships, Dell says, "we believe snaps address the security risks and manageability challenges associated with deploying and running multiple third party applications on a single IoT Gateway. This trusted and universal app format is essential for Dell, our IoT Solutions Partners and commercial customers to build a scalable, IT-ready, and vibrant ecosystem of IoT applications".
If you are a developer and you want to create a Snap, you can do so here. If you need some assistance, you can reach out on IRC here.
Do you think the universal acceptance of Snaps is a game-changer? Tell me in the comments.
Photo credit: vladsilver / Shutterstock
~ Brian Fagioli
download file now
Friday, August 11, 2017
Tutorial How to Disable SELinux in Fedora 17
Tutorial How to Disable SELinux in Fedora 17
What is SELinux? SELinux is linux variant that implements a many security policies through the use Linux Security Modules (LSM) in Linux Kernel.
For security server, SELinux is most suitable option to secure server, because efficacy and complexity. But for desktop computer, I think SELinux it is less suitable to be applied, because too complicated and difficult. To access everything becomes difficult because it is restricted by SELinux.
So in this article will explain how to disable SELinux on Fedora 17:
- Run the Terminal and go to superuser with type: sudo su
- Edit file /etc/selinux/config using gedit with type this command in Terminal:
gedit /etc/selinux/config
- Then look for the word: SELINUX=enforcing
- Replace word: enforcing become disabled
- Then save by pressing Ctrl+S
- Close gedit.
- SELinux has been disabled.
download file now
Subscribe to:
Posts (Atom)