Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaviermonin/controltower
Hack tool for local network: Man in the middle, hosts scan, ARP poisoning, Router and DNS Poisoning
https://github.com/xaviermonin/controltower
arp-poisoning dns hack mitm poisoning-attacks router scanner
Last synced: about 2 months ago
JSON representation
Hack tool for local network: Man in the middle, hosts scan, ARP poisoning, Router and DNS Poisoning
- Host: GitHub
- URL: https://github.com/xaviermonin/controltower
- Owner: xaviermonin
- License: lgpl-3.0
- Created: 2019-05-10T19:14:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T14:47:19.000Z (almost 2 years ago)
- Last Synced: 2023-08-05T00:51:23.780Z (over 1 year ago)
- Topics: arp-poisoning, dns, hack, mitm, poisoning-attacks, router, scanner
- Language: C#
- Homepage:
- Size: 103 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ControlTower
This project provides some hack tools for local network:
- Hosts scan
Scan hosts by using arp. Provides optionnal name resolution.
- Man in the middleIntercept traffic between 2 hosts.
- ARP PoisoningModify ARP table of the target.
- Router- DNS Poisoning
Modify DNS target. Must be used with MITM.
- Arp communicatorSending messages stealthily between 2 hosts using ARP.
# Prerequisites
Control Tower need NPCap or WinPCap and must be started with privilege elevation (UAC).## Screenshots
### Host scan
![Scan Host](https://user-images.githubusercontent.com/5740369/98854506-ebffd280-245a-11eb-87ac-20989cfb2bda.png)
### ARP Poisoning
![ARP Poisoning](https://user-images.githubusercontent.com/5740369/98854503-eb673c00-245a-11eb-9af0-19f86c064823.png)
### Router
![Router](https://user-images.githubusercontent.com/5740369/98854505-ebffd280-245a-11eb-8019-87b063e6bb8f.png)
### DNS Poisoning
![DNS Poisoning](https://user-images.githubusercontent.com/5740369/98854504-eb673c00-245a-11eb-827e-0228ca8e3b58.png)