Skip to content
Snippets Groups Projects
Commit 4e2023d4 authored by os4g18's avatar os4g18
Browse files

cleared root for submission

parent 8ab509ba
Branches
No related tags found
No related merge requests found
File moved
File moved
File moved
...@@ -3,24 +3,17 @@ ...@@ -3,24 +3,17 @@
# Project title: A Security Analysis of the FbHash Approximate Matching Algorithm # Project title: A Security Analysis of the FbHash Approximate Matching Algorithm
setup: setup:
make sure that the following commands work on your computer: make, git ensure make and git installed
git clone https://git.soton.ac.uk/os4g18/comp3200-individualproject-os4g18.git git clone https://git.soton.ac.uk/os4g18/comp3200-individualproject-os4g18.git
cd ./comp3200-individualproject-os4g18/ cd ./comp3200-individualproject-os4g18/
sudo make install sudo make install
(run make yara for YARA dependencies, make hash if you want ssdeep and sdhash dependencies)
download YARA
copy setup
move module
rest of setup
to run FbHash, to run FbHash,
move to FbHash folder, view readme in there sudo make install in root,
move to FbHash folder,
to run YARA python3 fbHash.py --help to view command list
move to FbHash folder, view readme in there or view makefile to see some basic commands
weekly report notes
ProjectGoalsCheckList: ProjectGoalsCheckList:
* [X] All Citations * [X] All Citations
...@@ -31,15 +24,13 @@ ProjectGoalsCheckList: ...@@ -31,15 +24,13 @@ ProjectGoalsCheckList:
* [X] Get Feedback for Interim * [X] Get Feedback for Interim
* [X] Submitt Interim * [X] Submitt Interim
* [X] Implement FbHash * [X] Implement FbHash
* [ ] Implement YARA
* [X] Gather Malware Set * [X] Gather Malware Set
* [X] Eval FbHash * [X] Eval FbHash
* [ ] Eval YARA * [X] Perform experiment
* [ ] Perform experiment
* [X] Update Citations * [X] Update Citations
* [X] Write Final * [X] Write Final
* [ ] Get Feedback for Final * [X] Refine Final
* [ ] Submitt Final * [X] Submit Final
* [ ] Plan Viva * [ ] Plan Viva
* [ ] Get Feedback for Viva * [ ] Prepare Viva
* [ ] Viva * [ ] Viva
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment