Skip to content

Some of my security-related coding projects for OpenBSD: A kernel-based user-profile intrusion detection system (FUPIDS) and an ICMP-based "port-knocking" service (openportd).

License

Notifications You must be signed in to change notification settings

cdpxe/OpenBSDhacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBSDhacks

Some of my security-related coding projects for OpenBSD. Please note that I wrote these codes when I was in school (FUPIDS) or in my second undergrad semester (openportd). These codes are designed to work with OpenBSD 3.3 (or so).

The following projects are located here:

  • FUPIDS: A "fuzzy" user-profile IDS for OpenBSD; written around 2002
  • openportd: "port knocking" service, but actually not using ports (it uses ICMP instead), for OpenBSD; written in 2006
  • patches: some patches for OpenBSD kernel/userland