In the installation instructions for KnockPY it says:
nano knockpy/config.json <- set your virustotal API_KEY
I need to understand what exact is '<-' doing in this command.
In the installation instructions for KnockPY it says:
nano knockpy/config.json <- set your virustotal API_KEY
I need to understand what exact is '<-' doing in this command.
This text was written by Gianni Amato. It is a comment saying what you should do when you open this file in an editor (i.e. you should configure API_KEY
in the file). It should have been written:
nano knockpy/config.json # set your virustotal API_KEYYou might care to submit a bug report to the author so that other people are not confused by this in the future.