Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klemenb/fiddly
A simple man-in-the-middle attack tool used for applying filters to the HTTP traffic on the local network.
https://github.com/klemenb/fiddly
Last synced: 3 months ago
JSON representation
A simple man-in-the-middle attack tool used for applying filters to the HTTP traffic on the local network.
- Host: GitHub
- URL: https://github.com/klemenb/fiddly
- Owner: klemenb
- Created: 2017-03-04T13:42:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T14:00:19.000Z (over 7 years ago)
- Last Synced: 2024-04-24T13:41:56.709Z (7 months ago)
- Language: C#
- Size: 561 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **0**星 - in-the-middle attack tool used for applying filters to the HTTP traffic on the local network. (<a id="42f9e068b6511bcbb47d6b2b273097da"></a>未分类 / <a id="3bd67ee9f322e2c85854991c85ed6da0"></a>投毒&&Poisoning)
README
# Fiddly, the HTTP traffic fiddler
Fiddly is a simple man-in-the-middle attack tool used for applying filters to the HTTP traffic on the local network.
## About
This project was the winning entry in its category at a student competition organized by NIL d.o.o. and the
Faculty of Computer and Information Science, Ljubljana in 2013. There are no plans for further development and
the project is posted here for archival purposes only.Features:
* ARP spoofing for IPv4 traffic redirection
* Basic HTTP redirection filters
(redirect URL's based on exact matches, keywords or regular expressions)## System requirements
1. Microsoft Windows 7 or newer Windows OS
2. NET framework 4.5 or newer - http://go.microsoft.com/?linkid=9810134
3. WinPcap - http://www.winpcap.org/## 3rd party components
1. SharpPcap - https://github.com/chmorgan/sharppcap
2. Packet.Net - http://sourceforge.net/projects/packetnet/
3. "Metro Studio" icons - http://www.syncfusion.com/downloads/metrostudio## Disclaimer
This software may be used only for educational and security testing purposes with your network administrator's consent. The author takes no responsibility for improper (or even illegal) usage, data loss or other damage that might occur during its usage.