Wednesday, July 10, 2019

MITM with Xerosploit

Welcome to hacking a rise i this post we are going to show you how to perform a man in the middle attack with a tool called Xerosploit this tool was designed by LionSec

What is Xerosploit

Xerosploit is a penetration testing toolkit whose goal is to perform man in the middle attacks for testing purposes. It brings various modules that allow to realist efficient attacks, and also allows to carry out denial of service attacks and port scanning. Powered by bettercap and nmap.

How to install Xerosploit

git clone https://github.com/LionSec/xerosploit
cd xerosploit && sudo python install.py

Hacking A Rise xersploitsetup-300x287

Using Xerosploit

Now we have it installed we can now run to but typing xerosploit in terminal
Hacking A Rise runxero-300x213

now we type help for the list commands
Hacking A Rise helpxero-300x148

so are first command is iface tell you your network interface
Hacking A Rise ifacexero-300x267

now we type gateway to check is are gateway is set right
Hacking A Rise gatewayxero-300x266

now we look for targets on the network so we now type scan
Hacking A Rise scanxero-300x129

so the target im picking is my phone 192.168.8.100 so type it in to the terminal
Hacking A Rise target-300x52

now this bring us to modules so type help
Hacking A Rise moduleshelpxero-300x228

portscanner

  • : Port Scanner
  • dos : DoS Attack
  • ping : Ping Request
  • injecthtml : Inject Html code
  • injectjs : Inject Javascript code
  • rdownload : Replace files being downloaded
  • sniff : Capturing information inside network packets
  • MODULES

  • dspoof : Redirect all the http traffic to the specified one IP
  • yplay : Play background sound in target browser
  • replace : Replace all web pages images with your own one
  • driftnet : View all images requested by your targets
  • move : Shaking Web Browser content
  • deface : Overwrite all web pages with your HTML code
  • we are going to use sniff so type sniffer and then run a little terminal will open up this were are targets data will be displayed
    Hacking A Rise sniffer-300x164

    Hacking A Rise sniffingxero-300x207

    now to cancel press ctrl+c and type back to go back to menu
    Hacking A Rise backmenu-300x132

    and all you have to do is pick another module and then run it 🙂 there ya have it lads

    Disclamer

    Hackingarise does not take responsiblity for the actions you make commit with this tool and/or knowledge!! We make these posts for educational purposes and to teach how hackers can use certain tools to hack you and we do not try to inspire any blackhat activities in the doing of so!!

    Final thoughts

    Xerosploit is a handy little tool for noobs that dont yet understand the way man in the middle attacks work this script is simple to use and install.

    Right lads that’s it hope you enjoyed it and see you in the next one laughingman

    No comments:

    Post a Comment

    Note: Only a member of this blog may post a comment.