Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/f4rih/websploit

Websploit is a high level MITM framework
https://github.com/f4rih/websploit

arp-spoofing debian fake-ap kali mitm network-scanner python websploit wifi-hacking

Last synced: 4 days ago
JSON representation

Websploit is a high level MITM framework

Awesome Lists containing this project

README

        

**Websploit**
====



Websploit is a high level MITM framework

Installation
------------

Manual install via git :

```bash
$ git clone https://github.com/f4rih/websploit.git
$ cd websploit
$ python setup.py install
```
Execute via command line :
```bash
$ websploit
```

install via apt:
```bash
$ apt-get install websploit
```

Menu
-----



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 - [\@f4rih](https://twitter.com/f4rih) - && pezhman Zandi - [\@begininvoke](https://twitter.com/begininvoke) Distributed under the MIT license. see [LICENSE.txt](https://github.com/f4rih/websploit/blob/master/LICENSE.txt)
for more information.