Skip to content

sasqwatch/cve-2019-11477-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cve-2019-11477-poc

Simple Test

  1. Start two VMs
  • one for an SSL server and the other for an SSL client
  1. [Server] Execute the server application
  • cd apps
  • ./server.sh 7000
  1. [Client] Install the required packages
  • sudo apt-get install libmnl-dev
  • sudo apt-get install libnetfilter-queue-dev
  1. [Client] Add one record to /etc/hosts in the VM for a client
  1. [Client] Insert the kernel module into the client's VM
  • cd module
  • make
  • sudo insmod interceptor.ko
  1. [Client] Execute the craft netfilter application
  • cd craft
  • make
  • sudo ./craft
  1. [Client] Execute the client application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published