Skip to main content

Posts

Showing posts with the label Linux

Best Linux hacking OS

Looking for  best Linux to learn hacking ? Whether you want to pursue a career in Information Security or you are already working as a security professional or if you are just interested in this specific field of knowledge, a decent Linux distro that suits your purpose is a must. There are countless Linux distros for various purposes. Some are designed for specific tasks in mind and others are for different interfaces. Best Linux hacking distributions I have basically listed out various Linux distributions focusing on security. These Linux distros provide various tools that are needed for assessing networking security and other similar tasks. List is in no particular order. 1.  Kali Linux Kali Linux is the most widely known Linux distro for ethical hacking and penetration testing. Kali Linux was developed by Offensive Security taking on the mantle of  BackTrack . Kali Linux Kali Linux is based on Debian. It comes with a large amount of penetration testi...

Hacker Tools Top Ten

Our Recommended Pentesting Tools and Hacking Software For 2018 Nmap (Network Mapper) Used to Scan Ports and Map Networks - and a whole bunch more! Cost of Tool:  Free Nmap is an abbreviation of  ‘Network Mapper’,  and it’s very well known free open source hackers tool. Nmap is mainly used for network discovery and security auditing. Literally, thousands of system admins all around the world will use nmap for network inventory, check for open ports, manage service upgrade schedules, and monitor host or service uptime. Nmap, as a tool uses raw IP packets in creative ways to determine what hosts are available on the network, what services (application name and version) those hosts are providing information about, what operating systems (fingerprinting) and what type and version of packet filters/ firewalls are being used by the target. There are dozens of benefits of using nmap, one of which is that fact that the admin user is able to determine whether the net...

Solve a VLSM subnet problem - Cisco CCNA

The DHCP process in Wireshark Video

MAC & IP addresses

MAC address A Media Access Control (MAC) address is a 48-bit address that is used for communication between two hosts in an Ethernet environment. It is a hardware address, which means that it is stored in the firmware of the network card.

OSI & TCP/IP models

OSI model OSI (Open Systems Interconnection) model was created by the International Organization for Standardization (ISO), an international standard-setting body. It was designed to be a reference model for describing the functions of a communication system. It has seven

The best Hacking tools of 2016 for hackers and pentesters

Here are the top hacking tools for 2016 used by hackers and pentesters worldwide: Nmap  : Nmap is an abbreviation of ‘Network Mapper’, which is a very well known free open source hackers tool. Nmap is used for network discovery and security auditing.

Run Windows 98 And Linux In Your Web Browser, Thanks To JavaScript And NodeJS

A coder, known as Fabian on GitHub, has created x86 architecture based emulations that allow you to run Windows 98, Linux, KolibriOS etc. inside your browser. Read more about the same and find the links below to try it out.

Top ten operating systems for ethical hackers and security researchers

A comprehensive list of most popular operating systems among hackers all around the world. This time it is about operating systems, which have almost every necessary tool provided within. But before we dive deep, it would be great to know why a

Gping – Ping, but with a graph

Gping, a free open source tool to test your network speed, but with a graph.

CronJob - Schedule Tasks and Execute Jobs

Linux CronJob tutorial Cron  is a deamon (program that runs as a background process) used to automatically execute scheduled jobs or scripts at regular and predefined intervals without user intervention. Cron is primarily use

Installing New Linux Programs and Packages

APT is very popular and easy to use linux tool for installing or managing already installed packages on linux machines. It can also download, install and upgrade already compiled packages from the internet. APT uses a file  /etc/apt/sources.list  that lists the 'sources' from which packages can be obtained: 

Linux Network Configuration

This tutorials shows how to set up network and configure network parameters from command line interface on Linux systems. Since one should not have hard time configuring it from graphical user interface (few mouse clicks once You find the right tool) this tutorial will orient on configuration from cli. Also notice that various linux systems have slightly different configuration methods. 

VI Text Editor Tutorial

The  VI  or  VIM  is a terminal text editor used on many unix/linux systems. It is widely used and very useful. With little expirience and few learned tricks, It can enhance Your productivity. It has some very interesting features that

Basic Linux Commands

Here are explained some basic linux commands and command line syntax. To run some of the commands presented here, You may be logged in as  root  user.  Root  is the highest and most privileged user account on Linux system. 

Linux Installation Guide

Linux  as free and open source operating system comes in many flavours or distributions. Distributions oriented toward  desktop usage  will typically use  X Window System  as graphical interface and an accompanying desktop environment such as  GNOME ,  KDE ,  LXDE  or  Xfce . Distributions intended t