Latest News

Showing posts with label Kali Linux. Show all posts
Showing posts with label Kali Linux. Show all posts

QUADROCOPTERS HACKING WIRELESS NETWORKS :DEFCON

Hacker added to the arsenal of unmanned aerial vehicles. The conference Defcon quadrocopters the presentation of the company's Aerial Assault, which is equipped with everything necessary for overflight of territory and automatic network hacking surrounding Wi-Fi.
Quadrocopters with the right equipment showed the hacker David Jordan (David Jordan), Officer Aerial Assault, reports AFP."Such opportunities never had before," - he commented. This is the first drone programs for pentesting operating in automatic mode.
davidjordand
Aboard the drone is a mini-computer Raspberry Pi with specialized software, which is included in the distribution Kali Linux. Quadrocopters range scans for insecure networks and record the exact GPS-coordinates of the victims. He can perform brute force passwords or perform other programmed actions. Theoretically, it can be programmed to spread malicious software, downloading the appropriate scripts.
The conference Defcon representative of Aerial Assault is located in the commercial section and sold quadrocopters of inhumane cost $ 2,500.
The previous version of the UAV from the Aerial Assault equipped with Wi-Fi router and worked as a free hotspot, collecting confidential information from the computers of users who are connected to it.

Problem in kali linux via USB installation ? Take a look here

So many users reported to Kali linux team , about the issue  CDROM not couldn't be mounted 

This is the issue , when you are trying to install kali linux via USB




 Solution ?
yeah it is very simple ,,

when the Window shows  CDROM not couldn't be mounted , 
1.Unplug your USB from system and re insert it
2. wait for mount/ detection (usb LED glow)
3. Hit Continue

that's all

Your linux will install as like as previous options


 

How to Upgrade kali 1.1.0 to 2.0

Upgrade to Kali 2.0




Kali Linux users can upgrade their Kali 1.x to Kali 2.0 without reinstalling whole operating system from scratch. To do this, you will need to edit your source.list entries, and run a dist-upgrade as shown below. 

open : 

/etc/apt/sources.list in leaf pad

and delete all (else replace old kali sources )  and add 


deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free

and run 
apt-get update 
apt-get dist-upgrade

after finish hit reboot

this method will take 2.6GB of online data.. and take much time .. depends upon your dataspeed 


you can also run this cmd in terminal (copy paste it )


cat << EOF > /etc/apt/sources.list
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security/ sana/updates main contrib non-free
EOF

apt-get update
apt-get dist-upgrade # get a coffee, or 10.
reboot

How to Move Kali Linux Taskbar

Taskbar is most common in any operating system. If you are Windows user you are addicted to use your Windows taskbar at the bottom of your system. When we come to Linux it is usually at the Top of system. Kali Linux has taskbar at the top if you are feeling irritate you can move your taskbar wherever you want. 

(Click image for large view)

1. Press Alt + Right Click on the Taskbar then Click on Properties

2. Now, Click on Arrow Symbol and choose your Taskbar Place from drop down menu.
(Click image for large view)
Like it ? Share it.

SQL MAP [sql injection]



sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.

Video TUt:

Kali Linux Installation [virtual Machine]

Kali Linux:

A famous PenTest OS for hackers

Download Kali linux
Download Virtual Box


Start mysql and apache in Kali Linux

In this tutorial we will learn how to start apache and mysql server in Kali Linux.
I. There are two option for starting apache server in kali linux
    1. Open Terminal and type service apache2 start then Press Enter

    2. Go to Application → Kali Linux → System Service → HTTP → apache2start

    2A. Apache run successfully

II. There are two option for starting mysql server in Kali Linux.
    1. Open Terminal and type service mysql start then Press Enter

   2. Go to Application → Kali Linux → System Service → MySQL → mysql start

    2A. My SQL run successfully
(Click image for large view)

Like it ? Share it.

How to Hack/Reset Kali linux login password


Recently changed Kali Linux Log in Password and you have forgotten it. or May be You want to Hack someone's Kali Linux PC. I am giving you one full proof solution for both issues. I really don't know why Kali developers left a loophole behind the Kali Linux well i also want to tell you that this is also working with Backtrack. So doesn't matter you have forgotten your Backtrack Admin log in password or Kali Linux Admin Log in Password just follow below instruction.
1. First boot your kali linux and wait  untill the Grub will come,  As you will see the grub , then scroll down to recovery mode  then press E
                                                                   (click image for large view)

2. After pressing E you will see this screen. Here you have to change some words and need to add some sentence as shown in image 

3. After changing and adding just press F10

4. After pressing F10 it will be reboot and you will see this screen, Here you have to type a command passwd root and hit enter

5. Then type your new root password, hit enter and again retype your root password and hit enter afterthat you will see a massage password update successfully 

6. Now power off by pressing your laptop/PC power button and switch on it again and login with your new password 
(click image for large view)


Like it ? Share it.

Contact Us

24x7 online , we happy to answer you
tamilcypc@gmail.com

Disclaimer

This Blog and its TUT's are intended for educational purposes only, no-one involved in the creation of this TuT may be held responsible for any illegal acts brought about by this Blog or TuT.



Featured Post

Custom Domains And HTTPS Redirection Code