Skip to content
Snippets Groups Projects
Commit 8ea1230b authored by Toby Murray's avatar Toby Murray
Browse files

update README to reflect the repo structure

parent d1a0fbe8
No related branches found
No related tags found
No related merge requests found
......@@ -5,22 +5,22 @@ information.
Structure of this repository:
FIXME FIXME FIXME all out of date!!
* src/: - where the code for the C implementation of the passbook lives
* src/pocs/: - where your PoCs live
* src/original/: - where the code for the original passbook lives
* src/vuln-1 -- src/vuln-5 - where your vulnerable versions will live
* poc/: - where your PoCs will live
* fuzzer/: - where your fuzzer will live
Pre-Included Scripts:
* src/Makefile - makefile for building the C implementation etc.
* src/get_coverage.sh - script to generate coverage reports
* Makefile - makefile for building the C implementation etc.
* get_coverage.sh - script to generate coverage reports
* run_fuzzer.sh - script for running your fuzzer to generate inputs
Vulnerable Versions (you should put your security vulnerabilities in here):
* src/passbook-vuln1.c -- src/passbook-vuln5.c
* src/vuln-1/passbook.c -- src/vuln-5/passbook.c
Proofs of Concept (PoCs that you should provide for each vulnerability):
* src/pocs/poc1.txt -- src/pocs/poc5.txt
* poc/vuln-1.poc -- poc/vuln-5.poc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment