Metadata-Version: 2.1
Name: websploit
Version: 4.0.4
Summary: Websploit is a high level MITM framework
Home-page: https://github.com/websploit/websploit
Author: Fardin Allahverdinazhand
Author-email: 0x0ptim0us@gmail.com
License: MIT
Download-URL: https://github.com/websploit/websploit/tarball/4.0.4
Description: 
        **Websploit**
        ====
        <p align="center">
          <img width="410" height="410" src="https://github.com/websploit/images/raw/master/websploit.png">
        </p>
        
        
        Websploit is a high level MITM framework
        
        
        Installation
        ------------
        
        Manual install via git :
        
        ```bash
        $ git clone https://github.com/websploit/websploit.git
        $ cd websploit
        $ python setup.py install
        ```
        Execute via command line :
        ```bash
        $ websploit
        ```
        
        install via `apt` coming soon ...
        
        Menu
        -----
        
        <p align="center">
          <img width="928" height="662" src="https://github.com/websploit/images/raw/master/websploit-menu-4.0.3.png">
        </p>
        
        Select module :
        
        ```bash
        wsf > use arp_spoof
        ```
        
        with `options` command you can see options of current module:
        
        ```bash
        wsf > arp_spoof > options
        ```
        
        Change options with `set` command:
        
        ```bash
        wsf > arp_spoof > set target 192.168.1.24
        ```
        
        
        Finally run module via `execute` command:
        
        ```bash
        wsf > arp_spoof > execute
        ```
        
        Meta
        ----
        
        Fardin Allahverdinazhand -  [\@0x0ptim0us](https://twitter.com/0x0ptim0us) - <0x0ptim0us@gmail.com>  Distributed under the MIT license. see  [LICENSE.txt](https://github.com/websploit/websploit/blob/master/LICENSE.txt)
        for more information.
        
        <https://github.com/websploit/websploit>
        
Keywords: python3,websploit,wsf,MITM,wifi,arp spoof
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
