You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This challenge is about finding hardcoded secrets in binaries in Swift! With this we want to explain to our users that no language or binary is safe to just put the secret in offline. For this you need to:
Add a swift binary to the wrongsecrets/binaries repowith crosscompiling for the various OSes
copy binaries into our resources folder for swift
Add a challenge here that uses the binary (See contributing.md and the code of the other binary challenges).
make sure the binary works on the desktop container and in the wrongsecrets container
This challenge is about finding hardcoded secrets in binaries in Swift! With this we want to explain to our users that no language or binary is safe to just put the secret in offline. For this you need to: