上QQ阅读APP看书,第一时间看更新
Building a Process
If we think about how to build processes the Unix way, with small scripts responsible for single concerns, chained together into more complex workflows (all built on the common foundation of plain text) it makes sense to boil down our automated reconnaissance tools into the smallest reusable parts.
One part is that wrapper script we just wrote, scanjs.sh. This script scans the client-side code of a website (currently from a repo) and compiles a report in json, which it both saves and displays.