Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtr0n/fakeap
Fake access point using dns spoof and ssl stripping
https://github.com/vtr0n/fakeap
access-point fake-ap fakeap hacking kali kali-linux mitm
Last synced: 3 months ago
JSON representation
Fake access point using dns spoof and ssl stripping
- Host: GitHub
- URL: https://github.com/vtr0n/fakeap
- Owner: vtr0n
- Created: 2017-10-15T14:34:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T21:12:37.000Z (over 6 years ago)
- Last Synced: 2024-04-24T13:41:14.065Z (7 months ago)
- Topics: access-point, fake-ap, fakeap, hacking, kali, kali-linux, mitm
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 21
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **14**星
README
# fakeAP
Fake access point using dns2proxy and sslstrip2.### Usage
```./fakeAP.py --help```Install packages:
```./fakeAP.py --install```Example:
```./fakeAP.py --ssid FREE_WIFI --chanel 1 --access-point wlan0 --network-interface eth0 --dns-spoof --ssl-strip```