background preloader

Configure

Facebook Twitter

NextGen AntiKeylogger - Program overview. DataGuard AntiKeylogger - DataGuard Screenshots. Anti keylogger program. Simply the best keylogger detector software. SecPod SCAP Repo. Free Computer Security - Personal Software Inspector (PSI) Stay secure by updating insecure programs onyour computer with the Secunia PSI The Secunia Personal Software Inspector (PSI) is a free computer security solution that identifies vulnerabilities in non-Microsoft (third-party) programs which can leave your PC open to attacks. Simply put, it scans software on your system and identifies programs in need of security updates to safeguard your PC against cybercriminals. It then supplies your computer with the necessary software security updates to keep it safe. The Secunia PSI even automates the updates for your insecure programs, making it a lot easier for you to maintain a secure PC. Using a scanner like Secunia PSI 3.0 is complementary to antivirus software, and as a free computer security program, is essential for every home computer.

Learn more about PSI in these short videos PSI 3.0 WalkthroughSo simple that anyone can be secure! Tim and DaveShort animated story about security and why Tim is happier than Dave.Watch now (YouTube) Reviews. FileHippo.com - Download Free Software. Update Checker. Advisor - Free Personal PC Audit, for software, hardware and security configuration information on your computer. Software license management, IT asset management, cyber security audits, and more. The Belarc Advisor builds a detailed profile of your installed software and hardware, network inventory, missing Microsoft hotfixes, anti-virus status, security benchmarks, and displays the results in your Web browser.

All of your PC profile information is kept private on your PC and is not sent to any web server. Operating Systems: Runs on Windows 10, 8.1, 2012 R2, 8, 2012, 7, 2008 R2, Vista, 2008, 2003 SP2, XP SP3. Both 32-bit and 64-bit Windows are supported. Our professional products also run on all other versions of Windows and on the Macintosh OS X, Linux, and Solaris operating systems. Belarc's commercial products are used for software license management, hardware upgrade planning, cyber security status, information assurance audits, IT asset management, configuration management, and more. Click on the Click Here to Download icon. FAQs: Q: Will the Belarc Advisor send my PC profile information up to a web server? A: No. A: No. If that doesn't work for you, open this file: Center for Internet Security :: Security Benchmarks Division :: Download Form for CIS Resources.

NTP Server UK. TimeTools is a UK-based manufacturer of NTP servers and precision timing equipment. Based on GPS and LF radio technology, our products provide a reliable, accurate and traceable source of time for your network. If synchronised time is important to your organisation, please consider one of our hardware network time server appliances. There are a number of free public NTP time servers available in the UK. Listed below is a selection of NTP servers available in the UK. The list is by no means exhaustive and have not been tested by TimeTools. TimeTools cannot be held responsible for the operation of the time servers listed on this page. Stratum 1 NTP Time Servers Stratum 2 NTP Time Servers If you wish to suggest a reference for consideration for inclusion on this page, please feel free to contact us.

Login - Juniper Networks. Center for Internet Security :: Security Benchmarks Division :: CIS Juniper JunOS Benchmark v1.0.1. Release Date: Thu Nov 11 17:18:49 2010 Description This document, Security Configuration Benchmark for Juniper J, M, MX and T Series Routers, provides prescriptive guidance for establishing a secure configuration posture for Juniper J,M, MX, and T Series Routers versions JUNOS 8.x, 9.x, and 10.x. This guide was tested against J-Series and MX Series running 8.1R3, 9.2R1 and 10R2. This guide may also be relevant to other versions of JUNOS on these platforms, such as JUNOS Enhanced Service, and to other platforms running JUNOS such as EX series switches or SRX series Service Gateways; however these systems are not specifically addressed in this guide at the present time. Acknowledgements The CIS community thanks the entire consensus team with special recognition to the following individuals who contributed greatly to the creation of this guide: Authors: Martin White Editors: Contributors: Andrew Weck Bill Shelton Sergey Gordeychik Download.

Junos OS Security Configuration Guide. Networks - How to update IDP signature database automatically on a SRX or J-Series device. Networks - SRX Getting Started - Configuration Examples & Troubleshooting (JumpStation) Keytool-Key and Certificate Management Tool. UncomplicatedFirewall. Introduction The Linux kernel in Ubuntu provides a packet filtering system called netfilter, and the traditional interface for manipulating netfilter are the iptables suite of commands. iptables provide a complete firewall solution that is both highly configurable and highly flexible. Becoming proficient in iptables takes time, and getting started with netfilter firewalling using only iptables can be a daunting task. As a result, many frontends for iptables have been created over the years, each trying to achieve a different result and targeting a different audience. UFW in Ubuntu Ubuntu 8.04 LTS introduced ufw, and it is available by default in all Ubuntu installations after 8.04 LTS.

Available Versions in supported versions of Ubuntu Ubuntu 12.04 LTS: 0.31.1-1 Ubuntu 14.04 LTS: 0.34~rc-0ubuntu2 Ubuntu 16.04 LTS: 0.35-0ubuntu2 Ubuntu 16.10: 0.35-2 Ubuntu 17.04: 0.35-4 Ubuntu Core: 0.36pre Features ufw has the following features: Basic Usage Getting started with ufw is easy. More Information. Linux Internet Server Security and Configuration Tutorial. Perform the following steps to secure your web site: See Distribution erratas and security fixes (See Yolinux home page for list). [e.g. Red Hat Linux Errata] Update your system where appropriate. Red Hat/CentOS: yum check-update (Print list of packages to be updated.) Yum update Note that this can be automated using the /etc/init.d/yum-updatesd service (RHEL/CentOS 5) or create a cron job /etc/cron.daily/yum.cron Ubuntu/Debian: apt-get update (Update package list to the latest version associated with that release of the OS.)

Apt-get upgrade Reduce the number of network services exposed. These will be started by scripts in /etc/rc.d/rc*.d/ directories. It is best for security reasons that you reduce the number of inetd network services exposed. Use Linux firewall rules to protect against attacks. It is well known that there are various blocks of IP addresses where nefarious hackers and spam bots reside.

See these sites to generate lists: #! Links: OpenSSH.org - Shell. What is mod_security? | LinuxGo.Net | Linux world, linux blog, linux webhosting blog, linux cpanel/whm. ModSecurity is an embeddable web application firewall. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with no changes to existing infrastructure.

It is an open source project that aims to make the web application firewall technology available to everyone. With over 70% of all web attacks is carried out over the web application level, mod security is an essential tool that every web server should have to detect and block these web base attack. If you are using some open source application (like WordPress, phpNuke, Joomla CMS and etc) without much upgrade or patching, then my advice is to install mod_security to detect and block those common security vulnerabilities.

The latest version of mod security will come with built in the core rules set and this core rules set will be able to detect and block common security vulnerabilities like below:- SQL injection and Blind SQL injection. File name injection. 1. Blog: XSS Defense HOWTO. We all agree that cross-site scripting is a serious problem, but what continues to amaze me is the lack of good documentation on the subject. It is easy to find instructions how to execute attacks against applications vulnerable to XSS, but finding something adequate to cover defence is a real challenge. No wonder programmers keep making the same errors over and over again. I am sure that one page that describes the problems and the solutions is somewhere out there, but I have been unable to find it.

All I am getting is a page after page after page of half-truths and partial information, and even people saying that XSS is impossible to defend against. Without any planning (so please forgive any omissions), I am now going to write how to produce web applications that are safe against XSS and other injection attacks. This is what you need to do: Identify all system components other than the application itself. The first 4 steps from the list are the actual XSS defence. Notes: Ubuntu. How to Monitor your Linux Server using osquery Author: Muhammad Arul • Tags: centos, linux, server, ubuntu • Comments: 0 • Published: Aug 16, 2018 Osquery is an open source Operating System monitoring, query, and analytics software.

Created by Facebook, it exposes an operating system as a high-performance relational database that can be queried using SQL-based queries. In this tutorial, I will show you how to install osquery on Ubuntu 18.04 LTS and CentOS 7.read more... | add comment | view as pdf | printHow to Install LimeSurvey on Ubuntu 18.04 LTS Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0 • Published: Aug 15, 2018 LimeSurvey is a free and an open source online survey application written in PHP and uses a MySQL or PostgreSQL database. Ubuntu Linux - humanity towards others Here at HowToForge we provide you with a wide range of interesting articles and Linux-related tutorials. OS with security out-of-the box. Open Source Security Information Management.

Disable Weak SSL Ciphers in Apache (httpd) This article will walk you through disabling weak SSL ciphers in Apache Connect via SSH using an application such as Putty Using an editor (nano, vi, pico) edit /etc/httpd/conf.d/ssl.conf Find SSLCipherSuite and set as SSLCipherSuite ALL:! aNULL:! ADH:! Save the fileRestart Apache; “service httpd restart” Execute this command and make sure you get an error openssl s_client -connect localhost:443 -cipher LOW:EXP Execute this command which should connect successfully openssl s_client -connect localhost:443 -cipher MED:HIGH. SSL/TLS Strong Encryption: FAQ.

Available Languages: en | fr The wise man doesn't give the right answers, he poses the right questions.-- Claude Levi-Strauss Configuration ¶ Is it possible to provide HTTP and HTTPS from the same server? Yes. HTTP and HTTPS use different server ports (HTTP binds to port 80, HTTPS to port 443), so there is no direct conflict between them. Which port does HTTPS use? You can run HTTPS on any port, but the standards specify port 443, which is where any HTTPS compliant browser will look by default. How do I speak HTTPS manually for testing purposes? While you usually just use $ telnet localhost 80 GET / HTTP/1.0 for simple testing of Apache via HTTP, it's not so easy for HTTPS because of the SSL protocol between TCP and HTTP.

. $ openssl s_client -connect localhost:443 -state -debug GET / HTTP/1.0 Before the actual HTTP response you will receive detailed information about the SSL handshake. . $ curl $ curl This error can be caused by an incorrect configuration. Server certificate using keytool and keystore | Tigase.org. To allow secure connections through SSL or TLS channel you need SSL certificate.

The main purpose of SSL certificate is to provide connecting entity with a proof of identity of your server. Significant role in proving identity of your server plays trusted third party - usually the issuer of the certificate. Certificate issued by trusted third party usually cost you a money. You can also use self signed certificate which works as well but gives authentication warning on client software at the connecting time. Tigase server binary package and sources repository contain so called "dummy" certificate which doesn't refer to any real site name. Here are instructions how to install real certificate for Tigase server. Please note! Self signed certificate If you don't have third party signed certificate you should generate self-signed certificate. Some clients don't works correctly with DSA keys, so we need to use RSA algorithm. Where yourdomain is a domain part of JIDs on your Jabber/XMPP server.