Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexmanno/pwaneddler

A script kiddie for perform MiTM attack and replace image in a host's browser or for turn off a host's internet connection
https://github.com/alexmanno/pwaneddler

Last synced: 25 days ago
JSON representation

A script kiddie for perform MiTM attack and replace image in a host's browser or for turn off a host's internet connection

Awesome Lists containing this project

README

        

# pwaneddler
A script kiddie for perform MiTM attack and replace image in a host's browser or for turn off a host's internet connection

##Dependencies
- Ettercap (and Etterfilter)
- Nmap
- Php

Replace wlan0 with your interface:
```
$interface = "wlan0";
```

For use:
```
chmod +x pwaneddler.php
./pwaneddler.php or php pwaneddler.php
```

Screenshot:

![Initial screen](https://raw.github.com/AlexWillyOrion/pwaneddler/master/screen/screen1.png)
![Initial screen](https://raw.github.com/AlexWillyOrion/pwaneddler/master/screen/screen2.png)
![Initial screen](https://raw.github.com/AlexWillyOrion/pwaneddler/master/screen/screen3.png)