Skip to content
postmodern edited this page Sep 13, 2010 · 6 revisions

0.1.0

  • Must be able to sniff the network while updating the target list.
  • Must be able to register triggers while sniffing the network.
  • Must fire a trigger when target is seen that matches a previously set trigger.

Unit test:

  • initializing libpoison
  • building/sending ARP
  • building/sending DHCP
  • deinitializing (cleaning up) libpoison
    • Make sure routing tables, firewall rules and network-state are returned to their normal states.

Next code iteration:

  • Add in host listing via ARP sweep:
    • Use our own IP address and netmask to iterate through the subnet.
  • Add in step one of DHCP triggers
    • lol just detect a dhcp packet was sent
    • record that data in a structure

0.1.2

  • Create a Radix Tree for storing target IP Addresses.

Deadlines

We must have something by atleast September 12th, to show The Middler team!

Clone this wiki locally