Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexmanno/pwaneddler
- Owner: alexmanno
- Created: 2015-12-04T10:43:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T11:11:45.000Z (about 9 years ago)
- Last Synced: 2024-10-30T08:21:39.097Z (2 months ago)
- Language: PHP
- Size: 306 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)