Skip to content

Specification based Stateful Protocol Greybox Fuzzing

Notifications You must be signed in to change notification settings

LittleSec/aflpro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Specification based Stateful Protocol Greybox Fuzzing

Install

  • Prerequistie
sudo apt-get install libjson-c-dev libjson0-dev libgtop2-dev
  • Configeration for network delay
sudo  vim /etc/sysctl.conf
add following:
   net.ipv4.tcp_timestamps = 1
   net.ipv4.tcp_tw_reuse = 1
sudo /sbin/sysctl -p
sudo reboot
  • Setup the aflpro
make
sudo make install

see more

lab report

About

Specification based Stateful Protocol Greybox Fuzzing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published