Version 4 (modified by luis, 2 years ago)

--

AuditFramework @ PacketManipulator

This page is a placeholder to mantain updates about AuditFramework idea for PacketManipulator. The original name was AttackFramework.

Abstract

The goal of the project is to provide a general framework to create general attacks, with the help of UmitPlugins infrastructure, XML and schema files and Python language. The project will also include a complete set of common attacks, with point click and pwn semantic.

Audits

=== Passive ====

  • dhcp
  • fingerprint
  • http
  • ip
  • ppp
  • smb
  • test_http
  • vnc
  • ethernet
  • ftp
  • icmp
  • mysql
  • profiler
  • tcp
  • udp
  • wifi

=== Active ====

  • arpcachepoison
  • dhcpspoof
  • icmpredirect
  • smb-sniffer
  • arpping
  • dnsspoof
  • injector
  • synflood

Build audit plugins

Sample:

Current dir: PacketManipulator root

$ cd audit

$ ./setup-autogen.py passive/fingerprint/

$ ./setup-autogen.py -b passive/fingerprint/