Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upa/ofpot
OpenFlow Honeypot
https://github.com/upa/ofpot
Last synced: 9 days ago
JSON representation
OpenFlow Honeypot
- Host: GitHub
- URL: https://github.com/upa/ofpot
- Owner: upa
- Created: 2013-01-05T20:20:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-05T20:28:36.000Z (almost 12 years ago)
- Last Synced: 2024-08-01T17:31:41.585Z (3 months ago)
- Language: Python
- Size: 109 KB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-honeypots - OpenFlow Honeypot (OFPot) - Redirects traffic for unused IPs to a honeypot, built on POX. (Honeypots)
- awesome-honeypots - OpenFlow Honeypot (OFPot) - Redirects traffic for unused IPs to a honeypot, built on POX. (Honeypots)
- fucking-awesome-honeypots - OpenFlow Honeypot (OFPot) - Redirects traffic for unused IPs to a honeypot, built on POX. (Honeypots)
- awesome-honeypot - **13**星
README
OFPOT
=====OpenFlow HoneyPot (ofpot) is an OpenFlow application running on POX
(http://www.noxrepo.org/pox/about-pox/).
ofpot detects unused IP addresses with arp snooping,
and twists the flow from internet nodes to unused IP addresses to
specified Honeypot using arp spoofing against default routeer and
destination mac address swapping.
% git clone git://github.com/noxrepo/pox.git
% git clone git://github.com/upa/ofpot.git
% cp ofpot/ofpot.py pox/ext/
% cd pox
% ./pox.py ofpot% cd ofpot
% ./ctlofpot
OpenFlow Honeypot Control Commandctlofpot [Command] ([argument])
show-information : print basic information
show-fdb-table : print Forwarding Data Base
show-arp-table : print ARP table
set-honeypot-port [PortNum] : set output port to Honeypot
set-honeypot-mac [MacAddr] : set Mac address of Honeypot node
set-own-prefix [Prefix] : set local IP address prefix
set-virtual-mac [MacAddr] : set Virtual Mac Address
set-router-mac [MacAddr] : set Mac address of Default Router
%
For jissenkobo.