Tuesday, February 14, 2017

Most Advanced Man In the Middle Attack Tutorial || Xerosploit || Kali Linux 2.0

Hack Devices on the same Network Using Xerosploit













What is Xerosploit ?

Xerosploit is efficient and advanced man in the middle attack framework developed by Lionsec . This framework is made up of tools such as : Driftnet,bettercap,ettercap,Nmap,sslstrip and are used to sniff the packets on internet . Hijack sessions , replace images , injecting html codes on browsers, injecting javascript codes on browsers, redirecting all webpages to the specified ip .

How to install Xerosploit ?

  • First of all , copy this url : https://github.com/LionSec/xerosploit
  • Then , open up your terminal and enter command : git clone https://github.com/LionSec/xerosploit 
  • This will download necessary files from it's official website .Then,go to the xerosploit directory be entering command : cd xerosploit .
  • Then , enter command : sudo python install.py to install the necessary packages this may take about 5-10 minutes depending upon you internet speed.
  • After, that install terminal tables by entering command :pip install terminaltables and install tabulates by command :pip install tabulates .
  • Installation is completed.

How to run and use xerosploit ?

  • To run xerosploit simply enter command : sudo xerosploit .
  • After running press help for all necessary commands.
  • To start simply press scan this is simply a Nmap scan which scans all the devices that are connected too your network.
  • After scan is completed enter the ip address of victim or the device in which you want to test.
  • So , the next part is modules so again press help and see list of command which you can use .
  • If you want to use command dspoof(which is simply redirecting all websites into your ip address). First of all see you ip address by entering into new terminal command : sudo ifconfig . Then , you must have a html file created and name the html file index.html . After that you must trasfer this file to /var/www/html/ . If you are adminstrator then first of all enter this two commands : sudo chown -R $user:$user /var/www/html and sudo chmod -R 755 /var/www .This commands will give you necessary root access and you can simply copy that file to destination path.After that final command: sudo service apache2 start .Then , after completing all this step again return to original xerosploit terminal and enter your ip address.Then , this will redirect all victim webpage to your sample html file.
  • To , play with replace image command simply download one image to make victim frightened that his pc is really hacked and simply put that file location and the tool will do rest of work.
  • So , simply you can try other commands.

   So, To know more about commands simply see my youtube video below .Thanks for visiting my blog .

Note : This tutorials are only for educational purpose don't by fool be hacking into other devices which is cyber crime .


No comments:

Post a Comment