Skip to content

uw-swag/Fuzzingcourse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzingcourse

This the Secure Coding course content for Fuzzing, Profilers and Pen testing.

This contains the exercises, and examples used within the course. The docker setup contains all the exercises within exercise/ folder. The examples in this module are under fuzzing/ and checkers/ folders.

Building docker image

First clone this repo, and enter the root directory of the project. Recursively fetch the submodules by running:

git clone https://github.com/ashamedbit/Fuzzingcourse

You can now build the environment required for the tool from using the Dockerfile included by running the following command:

docker build -t practice . 

Launching docker image with tool

The build command will both setup the environment and the 3 test repositories. To enter the container invoke:

docker run -it practice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 74.8%
  • Perl 13.6%
  • Makefile 4.6%
  • Assembly 2.0%
  • DIGITAL Command Language 1.9%
  • C++ 1.0%
  • Other 2.1%