Browse Source

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.
pull/2475/head
sagarishere 3 months ago committed by GitHub
parent
commit
4e896384c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      subjects/cybersecurity/hole-in-bin/README.md

1
subjects/cybersecurity/hole-in-bin/README.md

@ -42,3 +42,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.

Loading…
Cancel
Save