Category: Tips and Tricks

Securing Linux System

[Tips] Securing your Linux System

As a system administrator, the periodic system, a comprehensive security check is very important. On this post, I am going to share some tips for securing your Linux system. Whether...

Secure Apache Web Server With mod_security

Ways to protect Web-server, there are so many. Starting with the need to protect and hide the update versions of the used software. Then you can set the WAF ( the Web the Application the Firewall ) –...

How to secure Switches and Routers

Traditional network security technologies focus on systems intrusion detection, anti-virus or firewall software. What about internal security? Network security configuration, the switches and routers is very important, in the ISO...

Blasting Network Management Protocol (SNMP)

Introduction to SNMP Simple Network Management Protocol (SNMP), consisting of a set of network management standards, contains an application layer protocol, a database schema, and a set of data objects....

SSH password cracking

Preventing SSH password cracking

Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network.The best known example application is for remote login to computer systems by users....

Shodan command line

Using Shodan command line

Shodan, the official definition of himself Computer Search Engine (Computer Resource Search Engine), is American man John Mase Li spent nearly 10 years to build a search engine that can...

OSINT Framework

OSINT framework focused on gathering information from free tools or resources. The intention is to help people find OSINT resources that return free information. Some of the sites included my...

Linux commands

Linux commands for viewing system information

Linux commands for viewing system information root@ddos:~# cat /proc/cpuinfo root@ddos:~# cat /proc/meminfo root@ddos:~# more /proc/cpuinfo | grep “model name” getconf LONG_BIT root@ddos:~# getconf LONG_BIT 64 root@ddos:~# free -m root@ddos:~# free...