Fuzzing101
Fuzzing101 copied to clipboard
Exercise 1: Docker image: typo in export
I believe
export $HOME="/home"
should be
export HOME="/home"
Yeah, I think so too. I also encountered this problem