Skip to content

Commit

Permalink
add strings to forbidden
Browse files Browse the repository at this point in the history
every exercise can currently be solved by using strings for example

` strings bin | grep "modified"` 

to give the message required to complete the exercise.

However, that technique will teach us nothing about binary inspection, reverse engineering or binary manipulation.
  • Loading branch information
sagarishere authored and HarryVasanth committed Dec 13, 2024
1 parent 8e018fc commit e7171dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subjects/cybersecurity/hole-in-bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ Files that must be inside your repository:
- All tools you use, and any scripts you write.

> It's forbidden to use external scripts, in the audit you will be asked different questions about the concepts and the practices of this project, prepare yourself!
> It's is forbidden to use `strings` command.

0 comments on commit e7171dd

Please sign in to comment.