This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Sunday, January 6, 2019

How to update Kali Linux

Objective

The following article will provide the readers with information on how to update/upgrade Kali Linux system. 


Operating System and Software Versions

  • Operating System: - Kali Linux - rolling release

Requirements

Privileged access to your Kali Linux System as root or via sudo command is required.

Difficulty

EASY

Conventions

  • # - requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
  • $ - given linux commands to be executed as a regular non-privileged user

Instructions

Step 1: Configure Kali Linux Repositories

The first step is to set correct Kali Linux repositories. Make sure that your /etc/apt/sources.list file contains the following official Kali repositories: 

  • deb https://http.kali.org/kali kali-rolling main non-free contrib
  • deb-sources https://http.kali.org/kali kali-rolling main non-free contrib 
     
    WARNING
    Use only official Kali Linux repositories. Any other listed 3rd-party and unofficial repositories within the /etc/apt/sources.list file may break or compromise your Kali Linux system.
     

    Step 2: Update Kali Linux

    To begin the update of your Kali Linux system first update the packages index list. Open up terminal and enter: 
  • sudo apt update
     

    Next, optionally, display all packages which are scheduled for update:  

    • apt list --upgradable

       

      At this stage we have an option to upgrade individual packages using apt install PACKAGE-NAME or upgrade all packages at once : 

      • sudo apt upgrade
         
         
         How to update Kali Linux
         
                              All done. Your Kali Linux system is now fully upgraded.

      Step 3: Upgrade Kept Back Packages

      Due to package dependency changes some of the Kali Linux packages might be kept back.

      If this is this case you will be notified by the apt upgrade Linux command at the end of the Kali Linux upgrade process. You may upgrade each kept back package individually using the apt install PACKAGE-NAME command or update all kept back packages at once: 
    •  
      •  $ sudo apt dist-upgrade
        

      Step 4: Uninstall No Longer Required Packages

      During your initial system upgrade some of the packages may become obsolete, hence are no longer required. To remove all no longer required Kali Linux packages execute:
       
      • $ sudo apt autoremove
         
        By Amine 

       

       
       

     

     



Wednesday, January 2, 2019

NetHunter

NetHunter for Nexus and OnePlus

      The Kali Linux NetHunter project is the first Open Source Android penetration testing platform for Nexus devices, created as a joint effort between the Kali community member “BinkyBear” and Offensive Security. NetHunter supports Wireless 802.11 frame injection, one-click MANA Evil Access Point setups, HID keyboard (Teensy like attacks), as well as BadUSB MITM attacks – and is built upon the sturdy shoulders of the Kali Linux distribution and toolsets. Whether you have a Nexus 5Nexus 6Nexus 7Nexus 9, Nexus 10 or OnePlus One we’ve got you covered. Our freely downloadable images come with easy to follow installation and setup instructions to get you up and running in no time at all.

Nexus NetHunter Devices
  • 802.11 Wireless Injection and AP mode support with multiple supported USB wifi cards.
  • Capable of running USB HID Keyboard attacks, much like the Teensy device is able to do.
  • Supports BadUSB MITM attacks. Plug in your Nethunter to a victim PC, and have your traffic relayed though it.
  • Contains a full Kali Linux toolset, with many tools available via a simple menu system.
  • USB Y-cable support in the Nethunter kernel – use your OTG cable while still charging your Nexus device!
  • Software Defined Radio support. Use Kali Nethunter with your HackRF to explore the wireless radio space.
by Amine

NetHunter Downloads

By Amine


Configure and build your NetHunter image from scratch. It’s completely open-source.Mati Aharoni Kali Developer
The Advanced HID keyboard is like a Teensy device but you can SSH to it over 3G.
Sean Brown Penetration Tester
As an experienced penetration tester or security professional, it is imperative that you trust the tools you work with. One way to achieve this trust is by having full transparency and familiarity with the code you are running. You are free to read, investigate, and change our build scripts for the NetHunter images. All of this goodness from the house of Offensive Security and developers of Kali Linux!

HID Keyboard and ‘BadUSB’ Attacks

Our NetHunter images support programmable HID keyboard attacks, (a-la-teensy), as well as “BadUSB” network attacks, allowing an attacker to easily MITM an unsuspecting target by simply connecting their device to a computer USB port. In addition to these built in features, we’ve got a whole set of native Kali Linux tools available for use, many of which are configurable through a simple web interface.

Configuration Management

The Kali NetHunter configuration interface allows you to easily configure complex configuration files through a local web interface. This feature, together with a custom kernel that supports 802.11 wireless injection and preconfigured connect back VPN services, make the NetHunter a formidable network security tool or discrete drop box – with Kali Linux at the tip of your fingers wherever you are!.



By Amine