allyomalley / LiveTargetsFinder

Generates lists of live hosts and URLs for targeting, automating the usage of MassDNS, Masscan and nmap to filter out unreachable hosts and gather service information
362 stars 66 forks source link

Adding SHEBANG, to make it possible to use the script without '-> python <- <script.py>' #9

Open Cloufish opened 3 years ago

Cloufish commented 3 years ago

Even though It may sound like a nitpick, adding the shebang now provides the possibility to create symlinks for scripts to the directory inside $PATH environment variable. For example, without an added shebang, the interpreter cannot be resolved

image

With shebang added, the issue is solved