add strings to forbidden

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.
This commit is contained in:
sagarishere 2024-02-29 17:12:34 +02:00 committed by GitHub
parent 3c34dca429
commit 4e896384c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -42,3 +42,4 @@ Files that must be inside your repository:
- All tools you use, and any scripts you write. - 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 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.