Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/f4rih/websploit
- Owner: f4rih
- License: mit
- Created: 2014-09-21T21:15:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T06:07:57.000Z (over 1 year ago)
- Last Synced: 2024-02-14T21:14:21.639Z (12 months ago)
- Topics: arp-spoofing, debian, fake-ap, kali, mitm, network-scanner, python, websploit, wifi-hacking
- Language: Python
- Homepage:
- Size: 1.26 MB
- Stars: 1,033
- Watchers: 91
- Forks: 284
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.