A new argument added, "--silent".
This argument print only the results to the screen, to be used as a pipeline without interference of another things in output.
Exemple: python3 paramspider.py -d hackerone.com --silent | qsreplace "'><img src=x onerror=confirm(1)>"
There is "-quiet" which does the job tho, any reasons why the proposed changed is different?
The quiet mode, don't print the result in screen, and the silent mode, ONLY print the results in screen, to be used in a pipeline.
Look, i think this make clear what i'm doing.
NORMAL PARAMSPIDER, WITH QUIET MODE!

MY FORK PARAMSPIDER, WITH SILENT MODE!

This is needed please.
Closing this PR as I have revamped this whole project.