Here are the commands I used to identify the right file.
find . -type f -print0 | xargs -0 grep -I "/dev/tcp" | less
[0] https://pastebin.com/8RT5vpH6
Edited to add the command sequence for the historical record.
Edited again to fix wording of the first sentence.
Here are the commands I used to identify the right file.
find . -type f -print0 | xargs -0 grep -I "/dev/tcp" | less
[0] https://pastebin.com/8RT5vpH6
Edited to add the command sequence for the historical record.
Edited again to fix wording of the first sentence.